Skip to content

Commit

Permalink
feat(compat): update patch for typescript 4.3.1-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 13, 2021
1 parent 5d2a73b commit 31573fe
Show file tree
Hide file tree
Showing 9 changed files with 2,964 additions and 86 deletions.
144 changes: 72 additions & 72 deletions .pnp.cjs

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,12 @@ const SLICES = [{
from: `320a959`,
to: `508e98b`,
onto: `f9b35cd`,
range: `>=4.3`,
range: `>=4.3 <4.3.1-rc`,
}, {
from: `1d8f9ece48a6e7d28a3bce5fb716c46aaa37fb09`,
to: `a93e1afb01b6c73e6c991b00fec3a9cfdf0e1939`,
onto: `1d850c0927107d0f0f1efdfc3c160436ed010c92`,
range: `>=4.3.1-rc`,
}];

async function fetch(url) {
Expand Down Expand Up @@ -183,6 +188,7 @@ async function cloneRepository() {

await execFile(`git`, [`fetch`, `origin`], TS_REPO_SPAWN);
await execFile(`git`, [`fetch`, `upstream`], TS_REPO_SPAWN);
await execFile(`git`, [`fetch`, `upstream2`], TS_REPO_SPAWN);
}

async function resetGit(hash) {
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
diff --git a/lib/tsc.js b/lib/tsc.js
index 8e68a1124..4fd64540e 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsc.js
+++ b/lib/tsc.js
@@ -4692,6 +4692,9 @@ var ts;
Expand Down Expand Up @@ -300,7 +300,7 @@ semver exclusivity >=4.3
synchronizeProgram();
diff --git a/lib/tsserver.js b/lib/tsserver.js
index 0d581ad61..c1dbea5bc 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserver.js
+++ b/lib/tsserver.js
@@ -7326,6 +7326,11 @@ var ts;
Expand Down Expand Up @@ -915,7 +915,7 @@ semver exclusivity >=4.3
// We have to schedule this event to the next tick
diff --git a/lib/tsserverlibrary.d.ts b/lib/tsserverlibrary.d.ts
index a2ff8fc1e..e32bcee85 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserverlibrary.d.ts
+++ b/lib/tsserverlibrary.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -928,7 +928,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/tsserverlibrary.js b/lib/tsserverlibrary.js
index e33bc9110..3d92b0d0c 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/tsserverlibrary.js
+++ b/lib/tsserverlibrary.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -1523,7 +1523,7 @@ semver exclusivity >=4.3
var watchers = this.packageJsonFilesMap || (this.packageJsonFilesMap = new ts.Map());
diff --git a/lib/typescript.d.ts b/lib/typescript.d.ts
index 0b2d291ee..050fb9cf1 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescript.d.ts
+++ b/lib/typescript.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -1536,7 +1536,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/typescript.js b/lib/typescript.js
index 07337021a..d65d71c25 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescript.js
+++ b/lib/typescript.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -2032,7 +2032,7 @@ semver exclusivity >=4.3
});
diff --git a/lib/typescriptServices.d.ts b/lib/typescriptServices.d.ts
index 56e1d342d..09de6de0e 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescriptServices.d.ts
+++ b/lib/typescriptServices.d.ts
@@ -4709,6 +4709,7 @@ declare namespace ts {
Expand All @@ -2045,7 +2045,7 @@ semver exclusivity >=4.3
* This is possible in case if resolution is performed for directives specified via 'types' parameter. In this case initial path for secondary lookups
diff --git a/lib/typescriptServices.js b/lib/typescriptServices.js
index f81ca89a1..1a0d25685 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typescriptServices.js
+++ b/lib/typescriptServices.js
@@ -7520,6 +7520,11 @@ var ts;
Expand Down Expand Up @@ -2541,7 +2541,7 @@ semver exclusivity >=4.3
});
diff --git a/lib/typingsInstaller.js b/lib/typingsInstaller.js
index ef8ee6dd2..ee3d9b719 100644
semver exclusivity >=4.3
semver exclusivity >=4.3 <4.3.1-rc
--- a/lib/typingsInstaller.js
+++ b/lib/typingsInstaller.js
@@ -7315,6 +7315,11 @@ var ts;
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-compat/sources/patches/typescript.patch.ts

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26904,7 +26904,7 @@ typescript@beta:

"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 3.7.5
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=ea7f47"
resolution: "typescript@patch:typescript@npm%3A3.7.5#~builtin<compat/typescript>::version=3.7.5&hash=d9c0c4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -26914,7 +26914,7 @@ typescript@beta:

"typescript@patch:typescript@^3.8.3#~builtin<compat/typescript>, typescript@patch:typescript@^3.9.3#~builtin<compat/typescript>":
version: 3.9.5
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=ea7f47"
resolution: "typescript@patch:typescript@npm%3A3.9.5#~builtin<compat/typescript>::version=3.9.5&hash=d9c0c4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand All @@ -26924,7 +26924,7 @@ typescript@beta:

"typescript@patch:typescript@beta#~builtin<compat/typescript>":
version: 4.3.0-beta
resolution: "typescript@patch:typescript@npm%3A4.3.0-beta#~builtin<compat/typescript>::version=4.3.0-beta&hash=ea7f47"
resolution: "typescript@patch:typescript@npm%3A4.3.0-beta#~builtin<compat/typescript>::version=4.3.0-beta&hash=d9c0c4"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
Expand Down

0 comments on commit 31573fe

Please sign in to comment.