typescript 5.9.3 → 6.0.0-beta

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.
Files changed (131) hide show
  1. package/SECURITY.md +2 -4
  2. package/lib/_tsc.js +2327 -1705
  3. package/lib/_tsserver.js +1 -1
  4. package/lib/_typingsInstaller.js +1 -1
  5. package/lib/cs/diagnosticMessages.generated.json +14 -7
  6. package/lib/de/diagnosticMessages.generated.json +10 -7
  7. package/lib/es/diagnosticMessages.generated.json +14 -7
  8. package/lib/fr/diagnosticMessages.generated.json +14 -7
  9. package/lib/it/diagnosticMessages.generated.json +10 -7
  10. package/lib/ja/diagnosticMessages.generated.json +14 -7
  11. package/lib/ko/diagnosticMessages.generated.json +14 -7
  12. package/lib/lib.d.ts +1 -3
  13. package/lib/lib.decorators.d.ts +1 -3
  14. package/lib/lib.decorators.legacy.d.ts +1 -3
  15. package/lib/lib.dom.asynciterable.d.ts +3 -26
  16. package/lib/lib.dom.d.ts +8382 -3508
  17. package/lib/lib.dom.iterable.d.ts +3 -556
  18. package/lib/lib.es2015.collection.d.ts +7 -4
  19. package/lib/lib.es2015.core.d.ts +2 -4
  20. package/lib/lib.es2015.d.ts +1 -3
  21. package/lib/lib.es2015.generator.d.ts +1 -3
  22. package/lib/lib.es2015.iterable.d.ts +2 -4
  23. package/lib/lib.es2015.promise.d.ts +1 -3
  24. package/lib/lib.es2015.proxy.d.ts +1 -3
  25. package/lib/lib.es2015.reflect.d.ts +1 -3
  26. package/lib/lib.es2015.symbol.d.ts +1 -3
  27. package/lib/lib.es2015.symbol.wellknown.d.ts +1 -3
  28. package/lib/lib.es2016.array.include.d.ts +1 -3
  29. package/lib/lib.es2016.d.ts +1 -3
  30. package/lib/lib.es2016.full.d.ts +1 -3
  31. package/lib/lib.es2016.intl.d.ts +1 -3
  32. package/lib/lib.es2017.arraybuffer.d.ts +1 -3
  33. package/lib/lib.es2017.d.ts +1 -3
  34. package/lib/lib.es2017.date.d.ts +1 -3
  35. package/lib/lib.es2017.full.d.ts +1 -3
  36. package/lib/lib.es2017.intl.d.ts +1 -3
  37. package/lib/lib.es2017.object.d.ts +1 -3
  38. package/lib/lib.es2017.sharedmemory.d.ts +1 -3
  39. package/lib/lib.es2017.string.d.ts +1 -3
  40. package/lib/lib.es2017.typedarrays.d.ts +1 -3
  41. package/lib/lib.es2018.asyncgenerator.d.ts +1 -3
  42. package/lib/lib.es2018.asynciterable.d.ts +1 -3
  43. package/lib/lib.es2018.d.ts +1 -3
  44. package/lib/lib.es2018.full.d.ts +1 -3
  45. package/lib/lib.es2018.intl.d.ts +1 -3
  46. package/lib/lib.es2018.promise.d.ts +1 -3
  47. package/lib/lib.es2018.regexp.d.ts +1 -3
  48. package/lib/lib.es2019.array.d.ts +1 -3
  49. package/lib/lib.es2019.d.ts +1 -3
  50. package/lib/lib.es2019.full.d.ts +1 -3
  51. package/lib/lib.es2019.intl.d.ts +1 -3
  52. package/lib/lib.es2019.object.d.ts +1 -3
  53. package/lib/lib.es2019.string.d.ts +1 -3
  54. package/lib/lib.es2019.symbol.d.ts +1 -3
  55. package/lib/lib.es2020.bigint.d.ts +5 -7
  56. package/lib/lib.es2020.d.ts +1 -3
  57. package/lib/lib.es2020.date.d.ts +1 -3
  58. package/lib/lib.es2020.full.d.ts +1 -3
  59. package/lib/lib.es2020.intl.d.ts +1 -3
  60. package/lib/lib.es2020.number.d.ts +1 -3
  61. package/lib/lib.es2020.promise.d.ts +1 -3
  62. package/lib/lib.es2020.sharedmemory.d.ts +1 -3
  63. package/lib/lib.es2020.string.d.ts +2 -4
  64. package/lib/lib.es2020.symbol.wellknown.d.ts +2 -4
  65. package/lib/lib.es2021.d.ts +1 -3
  66. package/lib/lib.es2021.full.d.ts +1 -3
  67. package/lib/lib.es2021.intl.d.ts +1 -3
  68. package/lib/lib.es2021.promise.d.ts +1 -3
  69. package/lib/lib.es2021.string.d.ts +1 -3
  70. package/lib/lib.es2021.weakref.d.ts +1 -3
  71. package/lib/lib.es2022.array.d.ts +1 -3
  72. package/lib/lib.es2022.d.ts +1 -3
  73. package/lib/lib.es2022.error.d.ts +1 -3
  74. package/lib/lib.es2022.full.d.ts +1 -3
  75. package/lib/lib.es2022.intl.d.ts +1 -3
  76. package/lib/lib.es2022.object.d.ts +1 -3
  77. package/lib/lib.es2022.regexp.d.ts +2 -4
  78. package/lib/lib.es2022.string.d.ts +1 -3
  79. package/lib/lib.es2023.array.d.ts +1 -3
  80. package/lib/lib.es2023.collection.d.ts +1 -3
  81. package/lib/lib.es2023.d.ts +1 -3
  82. package/lib/lib.es2023.full.d.ts +1 -3
  83. package/lib/lib.es2023.intl.d.ts +10 -4
  84. package/lib/lib.es2024.arraybuffer.d.ts +1 -3
  85. package/lib/lib.es2024.collection.d.ts +1 -3
  86. package/lib/lib.es2024.d.ts +1 -3
  87. package/lib/lib.es2024.full.d.ts +1 -3
  88. package/lib/lib.es2024.object.d.ts +1 -3
  89. package/lib/lib.es2024.promise.d.ts +1 -3
  90. package/lib/lib.es2024.regexp.d.ts +1 -3
  91. package/lib/lib.es2024.sharedmemory.d.ts +1 -3
  92. package/lib/lib.es2024.string.d.ts +1 -3
  93. package/lib/lib.es2025.collection.d.ts +94 -0
  94. package/lib/lib.es2025.d.ts +23 -0
  95. package/lib/{lib.esnext.float16.d.ts → lib.es2025.float16.d.ts} +1 -3
  96. package/lib/lib.es2025.full.d.ts +22 -0
  97. package/lib/lib.es2025.intl.d.ts +200 -0
  98. package/lib/{lib.esnext.iterator.d.ts → lib.es2025.iterator.d.ts} +1 -3
  99. package/lib/{lib.esnext.promise.d.ts → lib.es2025.promise.d.ts} +1 -3
  100. package/lib/lib.es2025.regexp.d.ts +30 -0
  101. package/lib/lib.es5.d.ts +22 -24
  102. package/lib/lib.es6.d.ts +1 -3
  103. package/lib/lib.esnext.array.d.ts +1 -3
  104. package/lib/lib.esnext.collection.d.ts +20 -69
  105. package/lib/lib.esnext.d.ts +6 -8
  106. package/lib/lib.esnext.date.d.ts +21 -0
  107. package/lib/lib.esnext.decorators.d.ts +1 -3
  108. package/lib/lib.esnext.disposable.d.ts +1 -3
  109. package/lib/lib.esnext.error.d.ts +1 -3
  110. package/lib/lib.esnext.full.d.ts +1 -3
  111. package/lib/lib.esnext.intl.d.ts +89 -3
  112. package/lib/lib.esnext.sharedmemory.d.ts +1 -3
  113. package/lib/lib.esnext.temporal.d.ts +473 -0
  114. package/lib/lib.esnext.typedarrays.d.ts +90 -0
  115. package/lib/lib.scripthost.d.ts +1 -3
  116. package/lib/lib.webworker.asynciterable.d.ts +3 -26
  117. package/lib/lib.webworker.d.ts +2682 -1018
  118. package/lib/lib.webworker.importscripts.d.ts +1 -3
  119. package/lib/lib.webworker.iterable.d.ts +3 -325
  120. package/lib/pl/diagnosticMessages.generated.json +14 -7
  121. package/lib/pt-br/diagnosticMessages.generated.json +14 -7
  122. package/lib/ru/diagnosticMessages.generated.json +10 -7
  123. package/lib/tr/diagnosticMessages.generated.json +14 -7
  124. package/lib/tsserverlibrary.d.ts +1 -1
  125. package/lib/tsserverlibrary.js +1 -1
  126. package/lib/typescript.d.ts +69 -58
  127. package/lib/typescript.js +2533 -1812
  128. package/lib/watchGuard.js +1 -1
  129. package/lib/zh-cn/diagnosticMessages.generated.json +14 -7
  130. package/lib/zh-tw/diagnosticMessages.generated.json +10 -7
  131. package/package.json +23 -24
package/SECURITY.md CHANGED
@@ -2,7 +2,7 @@
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) and [Xamarin](https://github.com/xamarin).
5
+ Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations.
6
6
 
7
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
 
@@ -12,9 +12,7 @@ If you believe you have found a security vulnerability in any Microsoft-owned re
12
12
 
13
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://aka.ms/security.md/msrc/pgp).
16
-
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).
15
+ You should receive a response within 24 hours. If for some reason you do not, please follow up using the messaging functionality found at the bottom of the Activity tab on your vulnerability report on [https://msrc.microsoft.com/report/vulnerability](https://msrc.microsoft.com/report/vulnerability/) or via email as described in the instructions at the bottom of [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). Additional information can be found at [microsoft.com/msrc](https://www.microsoft.com/msrc) or on MSRC's [FAQ page for reporting an issue](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue).
18
16
 
19
17
  Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20
18