aboutsummaryrefslogtreecommitdiffstats
path: root/.yarn/sdks/typescript
diff options
context:
space:
mode:
Diffstat (limited to '.yarn/sdks/typescript')
-rw-r--r--.yarn/sdks/typescript/lib/tsserver.js2
-rw-r--r--.yarn/sdks/typescript/lib/tsserverlibrary.js2
-rw-r--r--.yarn/sdks/typescript/package.json2
3 files changed, 5 insertions, 1 deletions
diff --git a/.yarn/sdks/typescript/lib/tsserver.js b/.yarn/sdks/typescript/lib/tsserver.js
index 0fb2ac10..bbb1e465 100644
--- a/.yarn/sdks/typescript/lib/tsserver.js
+++ b/.yarn/sdks/typescript/lib/tsserver.js
@@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
109 str = `zip:${str}`; 109 str = `zip:${str}`;
110 } break; 110 } break;
111 } 111 }
112 } else {
113 str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
112 } 114 }
113 } 115 }
114 116
diff --git a/.yarn/sdks/typescript/lib/tsserverlibrary.js b/.yarn/sdks/typescript/lib/tsserverlibrary.js
index e7033a81..a68f028f 100644
--- a/.yarn/sdks/typescript/lib/tsserverlibrary.js
+++ b/.yarn/sdks/typescript/lib/tsserverlibrary.js
@@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
109 str = `zip:${str}`; 109 str = `zip:${str}`;
110 } break; 110 } break;
111 } 111 }
112 } else {
113 str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
112 } 114 }
113 } 115 }
114 116
diff --git a/.yarn/sdks/typescript/package.json b/.yarn/sdks/typescript/package.json
index 176c2069..f1d7ffa4 100644
--- a/.yarn/sdks/typescript/package.json
+++ b/.yarn/sdks/typescript/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "typescript", 2 "name": "typescript",
3 "version": "4.9.3-sdk", 3 "version": "5.0.3-sdk",
4 "main": "./lib/typescript.js", 4 "main": "./lib/typescript.js",
5 "type": "commonjs" 5 "type": "commonjs"
6} 6}