From 5cc56a40060ff5ffcf838d347c14ba2641a2c47d Mon Sep 17 00:00:00 2001 From: Aleksej Komarov Date: Mon, 17 May 2021 11:00:31 +0300 Subject: [PATCH 1/3] Type 1 --- .yarn/sdks/typescript/lib/tsserver.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yarn/sdks/typescript/lib/tsserver.js b/.yarn/sdks/typescript/lib/tsserver.js index 1aba8ffb1b09..52c4bd35fb3f 100644 --- a/.yarn/sdks/typescript/lib/tsserver.js +++ b/.yarn/sdks/typescript/lib/tsserver.js @@ -28,7 +28,7 @@ const moduleWrapper = tsserver => { // We add the `zip:` prefix to both `.zip/` paths and virtual paths if (isAbsolute(str) && !str.match(/^\^zip:/) && (str.match(/\.zip\//) || isVirtual(str))) { // We also take the opportunity to turn virtual paths into physical ones; - // this makes is much easier to work with workspaces that list peer + // this makes it much easier to work with workspaces that list peer // dependencies, since otherwise Ctrl+Click would bring us to the virtual // file instances instead of the real ones. // From 4c9e6df3ae41509e7c21d8cdf2a671fb732e3197 Mon Sep 17 00:00:00 2001 From: Aleksej Komarov Date: Mon, 17 May 2021 11:12:36 +0300 Subject: [PATCH 2/3] Typo 2 --- packages/yarnpkg-pnpify/sources/sdks/base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/yarnpkg-pnpify/sources/sdks/base.ts b/packages/yarnpkg-pnpify/sources/sdks/base.ts index b0b7bc876403..1c603112f27c 100644 --- a/packages/yarnpkg-pnpify/sources/sdks/base.ts +++ b/packages/yarnpkg-pnpify/sources/sdks/base.ts @@ -55,7 +55,7 @@ export const generateTypescriptBaseWrapper: GenerateBaseWrapper = async (pnpApi: // We add the \`zip:\` prefix to both \`.zip/\` paths and virtual paths if (isAbsolute(str) && !str.match(/^\\^zip:/) && (str.match(/\\.zip\\//) || isVirtual(str))) { // We also take the opportunity to turn virtual paths into physical ones; - // this makes is much easier to work with workspaces that list peer + // this makes it much easier to work with workspaces that list peer // dependencies, since otherwise Ctrl+Click would bring us to the virtual // file instances instead of the real ones. // From da3936ef601596ba04c7622ef004af19546960f7 Mon Sep 17 00:00:00 2001 From: merceyz Date: Fri, 28 May 2021 14:20:36 +0200 Subject: [PATCH 3/3] chore: versions --- .yarn/versions/97037a6a.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .yarn/versions/97037a6a.yml diff --git a/.yarn/versions/97037a6a.yml b/.yarn/versions/97037a6a.yml new file mode 100644 index 000000000000..5d3d01576ec0 --- /dev/null +++ b/.yarn/versions/97037a6a.yml @@ -0,0 +1,2 @@ +declined: + - "@yarnpkg/pnpify"