typescript 5.3.0-dev.20230905 → 5.3.0-dev.20230907

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SECURITY.md CHANGED
@@ -1,18 +1,18 @@
1
- <!-- BEGIN MICROSOFT SECURITY.MD V0.0.5 BLOCK -->
1
+ <!-- BEGIN MICROSOFT SECURITY.MD V0.0.9 BLOCK -->
2
2
 
3
3
  ## Security
4
4
 
5
- Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
5
+ Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet) and [Xamarin](https://github.com/xamarin).
6
6
 
7
- If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below.
7
+ If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/security.md/definition), please report it to us as described below.
8
8
 
9
9
  ## Reporting Security Issues
10
10
 
11
11
  **Please do not report security vulnerabilities through public GitHub issues.**
12
12
 
13
- Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://msrc.microsoft.com/create-report).
13
+ Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report).
14
14
 
15
- If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://www.microsoft.com/en-us/msrc/pgp-key-msrc).
15
+ If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/security.md/msrc/pgp).
16
16
 
17
17
  You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc).
18
18
 
@@ -28,7 +28,7 @@ Please include the requested information listed below (as much as you can provid
28
28
 
29
29
  This information will help us triage your report more quickly.
30
30
 
31
- If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://microsoft.com/msrc/bounty) page for more details about our active programs.
31
+ If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/security.md/msrc/bounty) page for more details about our active programs.
32
32
 
33
33
  ## Preferred Languages
34
34
 
@@ -36,6 +36,6 @@ We prefer all communications to be in English.
36
36
 
37
37
  ## Policy
38
38
 
39
- Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://www.microsoft.com/en-us/msrc/cvd).
39
+ Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd).
40
40
 
41
41
  <!-- END MICROSOFT SECURITY.MD BLOCK -->
package/lib/tsc.js CHANGED
@@ -18,7 +18,7 @@ and limitations under the License.
18
18
 
19
19
  // src/compiler/corePublic.ts
20
20
  var versionMajorMinor = "5.3";
21
- var version = `${versionMajorMinor}.0-dev.20230905`;
21
+ var version = `${versionMajorMinor}.0-dev.20230907`;
22
22
 
23
23
  // src/compiler/core.ts
24
24
  var emptyArray = [];
@@ -37975,7 +37975,6 @@ function realPath(path, host, traceEnabled) {
37975
37975
  if (traceEnabled) {
37976
37976
  trace(host, Diagnostics.Resolving_real_path_for_0_result_1, path, real);
37977
37977
  }
37978
- Debug.assert(host.fileExists(real), `${path} linked to nonexistent file ${real}`);
37979
37978
  return real;
37980
37979
  }
37981
37980
  function nodeLoadModuleByRelativeName(extensions, candidate, onlyRecordFailures, state, considerPackageJson) {
package/lib/tsserver.js CHANGED
@@ -2327,7 +2327,7 @@ module.exports = __toCommonJS(server_exports);
2327
2327
 
2328
2328
  // src/compiler/corePublic.ts
2329
2329
  var versionMajorMinor = "5.3";
2330
- var version = `${versionMajorMinor}.0-dev.20230905`;
2330
+ var version = `${versionMajorMinor}.0-dev.20230907`;
2331
2331
  var Comparison = /* @__PURE__ */ ((Comparison3) => {
2332
2332
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
2333
2333
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -42494,7 +42494,6 @@ function realPath(path, host, traceEnabled) {
42494
42494
  if (traceEnabled) {
42495
42495
  trace(host, Diagnostics.Resolving_real_path_for_0_result_1, path, real);
42496
42496
  }
42497
- Debug.assert(host.fileExists(real), `${path} linked to nonexistent file ${real}`);
42498
42497
  return real;
42499
42498
  }
42500
42499
  function nodeLoadModuleByRelativeName(extensions, candidate, onlyRecordFailures, state, considerPackageJson) {
package/lib/typescript.js CHANGED
@@ -35,7 +35,7 @@ var ts = (() => {
35
35
  "src/compiler/corePublic.ts"() {
36
36
  "use strict";
37
37
  versionMajorMinor = "5.3";
38
- version = `${versionMajorMinor}.0-dev.20230905`;
38
+ version = `${versionMajorMinor}.0-dev.20230907`;
39
39
  Comparison = /* @__PURE__ */ ((Comparison3) => {
40
40
  Comparison3[Comparison3["LessThan"] = -1] = "LessThan";
41
41
  Comparison3[Comparison3["EqualTo"] = 0] = "EqualTo";
@@ -40340,7 +40340,6 @@ ${lanes.join("\n")}
40340
40340
  if (traceEnabled) {
40341
40341
  trace(host, Diagnostics.Resolving_real_path_for_0_result_1, path, real);
40342
40342
  }
40343
- Debug.assert(host.fileExists(real), `${path} linked to nonexistent file ${real}`);
40344
40343
  return real;
40345
40344
  }
40346
40345
  function nodeLoadModuleByRelativeName(extensions, candidate, onlyRecordFailures, state, considerPackageJson) {
@@ -54,7 +54,7 @@ var path = __toESM(require("path"));
54
54
 
55
55
  // src/compiler/corePublic.ts
56
56
  var versionMajorMinor = "5.3";
57
- var version = `${versionMajorMinor}.0-dev.20230905`;
57
+ var version = `${versionMajorMinor}.0-dev.20230907`;
58
58
 
59
59
  // src/compiler/core.ts
60
60
  var emptyArray = [];
@@ -27887,7 +27887,6 @@ function realPath(path2, host, traceEnabled) {
27887
27887
  if (traceEnabled) {
27888
27888
  trace(host, Diagnostics.Resolving_real_path_for_0_result_1, path2, real);
27889
27889
  }
27890
- Debug.assert(host.fileExists(real), `${path2} linked to nonexistent file ${real}`);
27891
27890
  return real;
27892
27891
  }
27893
27892
  function nodeLoadModuleByRelativeName(extensions, candidate, onlyRecordFailures, state, considerPackageJson) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "typescript",
3
3
  "author": "Microsoft Corp.",
4
4
  "homepage": "https://www.typescriptlang.org/",
5
- "version": "5.3.0-dev.20230905",
5
+ "version": "5.3.0-dev.20230907",
6
6
  "license": "Apache-2.0",
7
7
  "description": "TypeScript is a language for application scale JavaScript development",
8
8
  "keywords": [
@@ -112,5 +112,5 @@
112
112
  "node": "20.1.0",
113
113
  "npm": "8.19.4"
114
114
  },
115
- "gitHead": "3f17500cbf0adcdae388a6d161002ab73971f3bf"
115
+ "gitHead": "6cc605fcfe66118eafb50b2fdbd386da7e419795"
116
116
  }