strict-ts-lib-v5.1 0.4.0 → 0.5.1
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/CHANGELOG.md +84 -0
- package/LICENSE +201 -0
- package/README.md +26 -13
- package/libs-branded/decorators/index.d.ts +344 -0
- package/libs-branded/decorators/legacy/index.d.ts +19 -0
- package/libs-branded/dom/index.d.ts +34817 -0
- package/libs-branded/dom/iterable/index.d.ts +743 -0
- package/libs-branded/es2015/collection/index.d.ts +148 -0
- package/libs-branded/es2015/core/index.d.ts +639 -0
- package/libs-branded/es2015/generator/index.d.ts +65 -0
- package/libs-branded/es2015/index.d.ts +12 -0
- package/libs-branded/es2015/iterable/index.d.ts +567 -0
- package/libs-branded/es2015/promise/index.d.ts +74 -0
- package/libs-branded/es2015/proxy/index.d.ts +131 -0
- package/libs-branded/es2015/reflect/index.d.ts +145 -0
- package/libs-branded/es2015/symbol/index.d.ts +30 -0
- package/libs-branded/es2015/symbol-wellknown/index.d.ts +336 -0
- package/libs-branded/es2016/array-include/index.d.ts +133 -0
- package/libs-branded/es2016/full/index.d.ts +7 -0
- package/libs-branded/es2016/index.d.ts +4 -0
- package/libs-branded/es2017/full/index.d.ts +7 -0
- package/libs-branded/es2017/index.d.ts +8 -0
- package/libs-branded/es2017/intl/index.d.ts +28 -0
- package/libs-branded/es2017/object/index.d.ts +115 -0
- package/libs-branded/es2017/sharedmemory/index.d.ts +392 -0
- package/libs-branded/es2017/string/index.d.ts +35 -0
- package/libs-branded/es2017/typedarrays/index.d.ts +37 -0
- package/libs-branded/es2018/asyncgenerator/index.d.ts +69 -0
- package/libs-branded/es2018/asynciterable/index.d.ts +31 -0
- package/libs-branded/es2018/full/index.d.ts +7 -0
- package/libs-branded/es2018/index.d.ts +8 -0
- package/libs-branded/es2018/intl/index.d.ts +102 -0
- package/libs-branded/es2018/promise/index.d.ts +14 -0
- package/libs-branded/es2018/regexp/index.d.ts +21 -0
- package/libs-branded/es2019/array/index.d.ts +100 -0
- package/libs-branded/es2019/full/index.d.ts +7 -0
- package/libs-branded/es2019/index.d.ts +8 -0
- package/libs-branded/es2019/intl/index.d.ts +7 -0
- package/libs-branded/es2019/object/index.d.ts +141 -0
- package/libs-branded/es2019/string/index.d.ts +21 -0
- package/libs-branded/es2019/symbol/index.d.ts +8 -0
- package/libs-branded/es2020/bigint/index.d.ts +975 -0
- package/libs-branded/es2020/date/index.d.ts +35 -0
- package/libs-branded/es2020/full/index.d.ts +7 -0
- package/libs-branded/es2020/index.d.ts +11 -0
- package/libs-branded/es2020/intl/index.d.ts +433 -0
- package/libs-branded/es2020/number/index.d.ts +15 -0
- package/libs-branded/es2020/promise/index.d.ts +37 -0
- package/libs-branded/es2020/sharedmemory/index.d.ts +171 -0
- package/libs-branded/es2020/string/index.d.ts +12 -0
- package/libs-branded/es2020/symbol-wellknown/index.d.ts +21 -0
- package/libs-branded/es2021/full/index.d.ts +7 -0
- package/libs-branded/es2021/index.d.ts +7 -0
- package/libs-branded/es2021/intl/index.d.ts +165 -0
- package/libs-branded/es2021/promise/index.d.ts +34 -0
- package/libs-branded/es2021/string/index.d.ts +20 -0
- package/libs-branded/es2021/weakref/index.d.ts +57 -0
- package/libs-branded/es2022/array/index.d.ts +127 -0
- package/libs-branded/es2022/error/index.d.ts +57 -0
- package/libs-branded/es2022/full/index.d.ts +7 -0
- package/libs-branded/es2022/index.d.ts +10 -0
- package/libs-branded/es2022/intl/index.d.ts +115 -0
- package/libs-branded/es2022/object/index.d.ts +41 -0
- package/libs-branded/es2022/regexp/index.d.ts +28 -0
- package/libs-branded/es2022/sharedmemory/index.d.ts +37 -0
- package/libs-branded/es2022/string/index.d.ts +9 -0
- package/libs-branded/es2023/array/index.d.ts +599 -0
- package/libs-branded/es2023/full/index.d.ts +7 -0
- package/libs-branded/es2023/index.d.ts +4 -0
- package/libs-branded/es5/index.d.ts +6388 -0
- package/libs-branded/es6/index.d.ts +7 -0
- package/libs-branded/esnext/full/index.d.ts +7 -0
- package/libs-branded/esnext/index.d.ts +4 -0
- package/libs-branded/esnext/intl/index.d.ts +15 -0
- package/libs-branded/scripthost/index.d.ts +310 -0
- package/libs-branded/webworker/importscripts/index.d.ts +7 -0
- package/libs-branded/webworker/index.d.ts +11504 -0
- package/libs-branded/webworker/iterable/index.d.ts +538 -0
- package/link-libs.mjs +206 -0
- package/package.json +11 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# strict-ts-lib-v5.1
|
|
2
|
+
|
|
3
|
+
## 0.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- strict-ts-lib-scripts-common@0.0.1
|
|
8
|
+
|
|
9
|
+
## 0.4.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 931dc7c: Ship every built-in library inside one package instead of ~107 per flavor: install one tarball and map @typescript/lib-* to its libs/ directory with tsconfig paths
|
|
14
|
+
|
|
15
|
+
## 0.3.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- 5ea9021: Stop `string & {}` from leaking into key types that are already `string`.
|
|
20
|
+
|
|
21
|
+
`Object.keys` and `Object.entries` open their key union with a `string & {}` arm
|
|
22
|
+
so that the declared keys still autocomplete while the excess keys a wider
|
|
23
|
+
object may carry are accepted. That arm only means something for a union of
|
|
24
|
+
string literals. Added to a key type that already contains `string` it produced
|
|
25
|
+
`string | (string & {})` — which _is_ `string`, just spelled in a way that then
|
|
26
|
+
showed up in everything computed from it.
|
|
27
|
+
|
|
28
|
+
The arm is now added only where it widens something (`WithOpenString`):
|
|
29
|
+
|
|
30
|
+
| expression | before | after |
|
|
31
|
+
| ---------------------------------------- | ------------------------------------------------------- | -------------------------- |
|
|
32
|
+
| `Object.keys(rec: Record<string, V>)` | `(string \| (string & {}))[]` | `string[]` |
|
|
33
|
+
| `Object.entries(rec: Record<string, V>)` | `(readonly [string, V] \| readonly [string & {}, V])[]` | `(readonly [string, V])[]` |
|
|
34
|
+
| `Object.keys(obj: { a: 1; b: 2 })` | `('a' \| 'b' \| (string & {}))[]` | unchanged |
|
|
35
|
+
| `Object.entries(obj: { a: 1; b: 2 })` | keeps the open arm | unchanged |
|
|
36
|
+
|
|
37
|
+
This also fixes `Object.fromEntries(Object.entries(rec).map(...))` on a record
|
|
38
|
+
keyed by an index signature. `PartialIfKeyIsUnion` wraps the result in `Partial`
|
|
39
|
+
when the key is a union, and the redundant arm made every key type a union — so
|
|
40
|
+
`Record<string, V>` came back as `Partial<Record<string | (string & {}), V>>`
|
|
41
|
+
and could not be assigned back to the record type it came from. With the arm
|
|
42
|
+
gone the key is plain `string`, which is not a union, so the result stays total.
|
|
43
|
+
Records with literal keys still get `Partial`, since entries genuinely may not
|
|
44
|
+
cover every declared key.
|
|
45
|
+
|
|
46
|
+
`PartialIfKeyIsUnion` itself is unchanged, as are hand-written entries arrays
|
|
47
|
+
and the fixed-length-tuple path.
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- 9e98b83: Fix `Set` / `Map` subclassing, tighten the collection constructors, and publish three lib files at the subpath TypeScript actually looks up.
|
|
52
|
+
|
|
53
|
+
- `SetConstructor.prototype` / `MapConstructor.prototype` were narrowed to
|
|
54
|
+
`Set<never>` / `Map<never, never>`, which made every `class X extends Set<T>`
|
|
55
|
+
and `class X extends Map<K, V>` fail with TS2417 — `prototype` is what the
|
|
56
|
+
`extends` clause checks a subclass's static side against. They are now the
|
|
57
|
+
`ReadonlySet<unknown>` / `ReadonlyMap<unknown, unknown>` form, matching how
|
|
58
|
+
`ArrayConstructor.prototype` is already declared. The protection against an
|
|
59
|
+
untyped `new Set()` / `new Map()` swallowing anything is unchanged: it comes
|
|
60
|
+
from the constructor overloads, not from `prototype`.
|
|
61
|
+
- `lib.es2015.symbol.wellknown`, `lib.es2016.array.include` and
|
|
62
|
+
`lib.es2020.symbol.wellknown` were published one directory level too deep
|
|
63
|
+
(`es2015/symbol/wellknown` instead of `es2015/symbol-wellknown`), a subpath
|
|
64
|
+
`libReplacement` never resolves — so consumers silently got the stock
|
|
65
|
+
declarations for those three libs. They now land where TypeScript looks.
|
|
66
|
+
- An untyped `new WeakSet()` / `new WeakMap()` no longer accepts every object.
|
|
67
|
+
Both now default to `never`, like `new Set()` / `new Map()` already did.
|
|
68
|
+
`new WeakSet<object>()` and `new WeakMap<object, number>()` keep working,
|
|
69
|
+
because the no-argument overload carries its own type parameters.
|
|
70
|
+
- `null` is no longer an accepted initializer for any of the four collection
|
|
71
|
+
constructors. Upstream allows `new Set(null)` because the runtime tolerates
|
|
72
|
+
it, but a `null` reaching a collection constructor is a bug at the call site
|
|
73
|
+
rather than an intentional "start empty" — `new Set()` says that already.
|
|
74
|
+
Passing a plain optional still works (`(xs?: readonly T[]) => new Set(xs)`);
|
|
75
|
+
code that types its own parameter as `... | null` and forwards it has to drop
|
|
76
|
+
the `| null`. **This is the one change here that can require a consumer edit.**
|
|
77
|
+
- `Temporal.PartialTemporalLike` no longer trips this lib's narrowed
|
|
78
|
+
`Exclude<T, U extends T>` (TS2344).
|
|
79
|
+
|
|
80
|
+
## 0.2.0
|
|
81
|
+
|
|
82
|
+
### Minor Changes
|
|
83
|
+
|
|
84
|
+
- c0c9f9d: Bump all packages (minor).
|
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
CHANGED
|
@@ -1,28 +1,41 @@
|
|
|
1
1
|
# strict-ts-lib-v5.1
|
|
2
2
|
|
|
3
3
|
Strict rewrite of TypeScript 5.1.6's built-in
|
|
4
|
-
standard library declarations
|
|
5
|
-
(no npm registry, no auth).
|
|
4
|
+
standard library declarations.
|
|
6
5
|
|
|
7
6
|
```sh
|
|
8
|
-
npm install -D
|
|
7
|
+
npm install -D strict-ts-lib-v5.1
|
|
9
8
|
```
|
|
10
9
|
|
|
11
|
-
Every built-in library ships inside this one package,
|
|
12
|
-
|
|
10
|
+
Every built-in library ships inside this one package, in two flavors:
|
|
11
|
+
|
|
12
|
+
- `libs/` — plain `number`
|
|
13
|
+
- `libs-branded/` — branded number types (`Uint8`, `SafeUint`, …)
|
|
14
|
+
|
|
15
|
+
TypeScript 5.1 resolves `@typescript/lib-*` as ordinary
|
|
16
|
+
package names, through a fixed Node10 lookup — it does not read `paths`
|
|
17
|
+
for this. Run the linker this package ships to supply those names. It
|
|
18
|
+
creates one symlink per lib group under `node_modules/@typescript/`:
|
|
19
|
+
|
|
20
|
+
```sh
|
|
21
|
+
npx strict-ts-lib-v5.1-link # plain `number`
|
|
22
|
+
npx strict-ts-lib-v5.1-link --branded # branded number types
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
Add it to your own `package.json` so that a reinstall restores the links:
|
|
13
26
|
|
|
14
27
|
```jsonc
|
|
15
28
|
{
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"paths": {
|
|
19
|
-
"@typescript/lib-*": ["./node_modules/strict-ts-lib-v5.1/libs/*"],
|
|
20
|
-
},
|
|
29
|
+
"scripts": {
|
|
30
|
+
"prepare": "strict-ts-lib-v5.1-link",
|
|
21
31
|
},
|
|
22
32
|
}
|
|
23
33
|
```
|
|
24
34
|
|
|
25
|
-
|
|
26
|
-
|
|
35
|
+
Nothing goes in `tsconfig.json`: the lookup is unconditional at
|
|
36
|
+
TypeScript 5.1, where `libReplacement` is not yet a known
|
|
37
|
+
option — setting it is an error.
|
|
38
|
+
|
|
39
|
+
`--unlink` removes the links again.
|
|
27
40
|
|
|
28
|
-
See <https://github.com/noshiro-pf/
|
|
41
|
+
See <https://github.com/noshiro-pf/mono> for usage and version support.
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
/// <reference no-default-lib="true"/>
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* The decorator context types provided to class element decorators.
|
|
5
|
+
*/
|
|
6
|
+
type ClassMemberDecoratorContext =
|
|
7
|
+
| ClassMethodDecoratorContext
|
|
8
|
+
| ClassGetterDecoratorContext
|
|
9
|
+
| ClassSetterDecoratorContext
|
|
10
|
+
| ClassFieldDecoratorContext
|
|
11
|
+
| ClassAccessorDecoratorContext;
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* The decorator context types provided to any decorator.
|
|
15
|
+
*/
|
|
16
|
+
type DecoratorContext = ClassDecoratorContext | ClassMemberDecoratorContext;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Context provided to a class decorator.
|
|
20
|
+
* @template Class The type of the decorated class associated with this context.
|
|
21
|
+
*/
|
|
22
|
+
interface ClassDecoratorContext<
|
|
23
|
+
Class extends abstract new (...args: readonly never[]) => unknown =
|
|
24
|
+
abstract new (...args: readonly never[]) => unknown,
|
|
25
|
+
> {
|
|
26
|
+
/** The kind of element that was decorated. */
|
|
27
|
+
readonly kind: 'class';
|
|
28
|
+
|
|
29
|
+
/** The name of the decorated class. */
|
|
30
|
+
readonly name: string | undefined;
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Adds a callback to be invoked after the class definition has been finalized.
|
|
34
|
+
*
|
|
35
|
+
* @example
|
|
36
|
+
* ```ts
|
|
37
|
+
* function customElement(name: string): ClassDecoratorFunction {
|
|
38
|
+
* return (target, context) => {
|
|
39
|
+
* context.addInitializer(function () {
|
|
40
|
+
* customElements.define(name, this);
|
|
41
|
+
* });
|
|
42
|
+
* }
|
|
43
|
+
* }
|
|
44
|
+
*
|
|
45
|
+
* @customElement("my-element")
|
|
46
|
+
* class MyElement {}
|
|
47
|
+
* ```
|
|
48
|
+
*/
|
|
49
|
+
addInitializer(initializer: (this: Class) => void): void;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Context provided to a class method decorator.
|
|
54
|
+
* @template This The type on which the class element will be defined. For a static class element, this will be
|
|
55
|
+
* the type of the constructor. For a non-static class element, this will be the type of the instance.
|
|
56
|
+
* @template Value The type of the decorated class method.
|
|
57
|
+
*/
|
|
58
|
+
interface ClassMethodDecoratorContext<
|
|
59
|
+
This = unknown,
|
|
60
|
+
Value extends (this: This, ...args: readonly never[]) => unknown = (
|
|
61
|
+
this: This,
|
|
62
|
+
...args: readonly never[]
|
|
63
|
+
) => unknown,
|
|
64
|
+
> {
|
|
65
|
+
/** The kind of class element that was decorated. */
|
|
66
|
+
readonly kind: 'method';
|
|
67
|
+
|
|
68
|
+
/** The name of the decorated class element. */
|
|
69
|
+
readonly name: string | symbol;
|
|
70
|
+
|
|
71
|
+
/** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */
|
|
72
|
+
readonly static: boolean;
|
|
73
|
+
|
|
74
|
+
/** A value indicating whether the class element has a private name. */
|
|
75
|
+
readonly private: boolean;
|
|
76
|
+
|
|
77
|
+
/** An object that can be used to access the current value of the class element at runtime. */
|
|
78
|
+
readonly access: {
|
|
79
|
+
/**
|
|
80
|
+
* Determines whether an object has a property with the same name as the decorated element.
|
|
81
|
+
*/
|
|
82
|
+
has(object: This): boolean;
|
|
83
|
+
/**
|
|
84
|
+
* Gets the current value of the method from the provided object.
|
|
85
|
+
*
|
|
86
|
+
* @example
|
|
87
|
+
* let fn = context.access.get(instance);
|
|
88
|
+
*/
|
|
89
|
+
get(object: This): Value;
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
/**
|
|
93
|
+
* Adds a callback to be invoked either before static initializers are run (when
|
|
94
|
+
* decorating a `static` element), or before instance initializers are run (when
|
|
95
|
+
* decorating a non-`static` element).
|
|
96
|
+
*
|
|
97
|
+
* @example
|
|
98
|
+
* ```ts
|
|
99
|
+
* const bound: ClassMethodDecoratorFunction = (value, context) {
|
|
100
|
+
* if (context.private) throw new TypeError("Not supported on private methods.");
|
|
101
|
+
* context.addInitializer(function () {
|
|
102
|
+
* this[context.name] = this[context.name].bind(this);
|
|
103
|
+
* });
|
|
104
|
+
* }
|
|
105
|
+
*
|
|
106
|
+
* class C {
|
|
107
|
+
* message = "Hello";
|
|
108
|
+
*
|
|
109
|
+
* @bound
|
|
110
|
+
* m() {
|
|
111
|
+
* console.log(this.message);
|
|
112
|
+
* }
|
|
113
|
+
* }
|
|
114
|
+
* ```
|
|
115
|
+
*/
|
|
116
|
+
addInitializer(initializer: (this: This) => void): void;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
/**
|
|
120
|
+
* Context provided to a class getter decorator.
|
|
121
|
+
* @template This The type on which the class element will be defined. For a static class element, this will be
|
|
122
|
+
* the type of the constructor. For a non-static class element, this will be the type of the instance.
|
|
123
|
+
* @template Value The property type of the decorated class getter.
|
|
124
|
+
*/
|
|
125
|
+
interface ClassGetterDecoratorContext<This = unknown, Value = unknown> {
|
|
126
|
+
/** The kind of class element that was decorated. */
|
|
127
|
+
readonly kind: 'getter';
|
|
128
|
+
|
|
129
|
+
/** The name of the decorated class element. */
|
|
130
|
+
readonly name: string | symbol;
|
|
131
|
+
|
|
132
|
+
/** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */
|
|
133
|
+
readonly static: boolean;
|
|
134
|
+
|
|
135
|
+
/** A value indicating whether the class element has a private name. */
|
|
136
|
+
readonly private: boolean;
|
|
137
|
+
|
|
138
|
+
/** An object that can be used to access the current value of the class element at runtime. */
|
|
139
|
+
readonly access: {
|
|
140
|
+
/**
|
|
141
|
+
* Determines whether an object has a property with the same name as the decorated element.
|
|
142
|
+
*/
|
|
143
|
+
has(object: This): boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Invokes the getter on the provided object.
|
|
146
|
+
*
|
|
147
|
+
* @example
|
|
148
|
+
* let value = context.access.get(instance);
|
|
149
|
+
*/
|
|
150
|
+
get(object: This): Value;
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Adds a callback to be invoked either before static initializers are run (when
|
|
155
|
+
* decorating a `static` element), or before instance initializers are run (when
|
|
156
|
+
* decorating a non-`static` element).
|
|
157
|
+
*/
|
|
158
|
+
addInitializer(initializer: (this: This) => void): void;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* Context provided to a class setter decorator.
|
|
163
|
+
* @template This The type on which the class element will be defined. For a static class element, this will be
|
|
164
|
+
* the type of the constructor. For a non-static class element, this will be the type of the instance.
|
|
165
|
+
* @template Value The type of the decorated class setter.
|
|
166
|
+
*/
|
|
167
|
+
interface ClassSetterDecoratorContext<This = unknown, Value = unknown> {
|
|
168
|
+
/** The kind of class element that was decorated. */
|
|
169
|
+
readonly kind: 'setter';
|
|
170
|
+
|
|
171
|
+
/** The name of the decorated class element. */
|
|
172
|
+
readonly name: string | symbol;
|
|
173
|
+
|
|
174
|
+
/** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */
|
|
175
|
+
readonly static: boolean;
|
|
176
|
+
|
|
177
|
+
/** A value indicating whether the class element has a private name. */
|
|
178
|
+
readonly private: boolean;
|
|
179
|
+
|
|
180
|
+
/** An object that can be used to access the current value of the class element at runtime. */
|
|
181
|
+
readonly access: {
|
|
182
|
+
/**
|
|
183
|
+
* Determines whether an object has a property with the same name as the decorated element.
|
|
184
|
+
*/
|
|
185
|
+
has(object: This): boolean;
|
|
186
|
+
/**
|
|
187
|
+
* Invokes the setter on the provided object.
|
|
188
|
+
*
|
|
189
|
+
* @example
|
|
190
|
+
* context.access.set(instance, value);
|
|
191
|
+
*/
|
|
192
|
+
set(object: This, value: Value): void;
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
/**
|
|
196
|
+
* Adds a callback to be invoked either before static initializers are run (when
|
|
197
|
+
* decorating a `static` element), or before instance initializers are run (when
|
|
198
|
+
* decorating a non-`static` element).
|
|
199
|
+
*/
|
|
200
|
+
addInitializer(initializer: (this: This) => void): void;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/**
|
|
204
|
+
* Context provided to a class `accessor` field decorator.
|
|
205
|
+
* @template This The type on which the class element will be defined. For a static class element, this will be
|
|
206
|
+
* the type of the constructor. For a non-static class element, this will be the type of the instance.
|
|
207
|
+
* @template Value The type of decorated class field.
|
|
208
|
+
*/
|
|
209
|
+
interface ClassAccessorDecoratorContext<This = unknown, Value = unknown> {
|
|
210
|
+
/** The kind of class element that was decorated. */
|
|
211
|
+
readonly kind: 'accessor';
|
|
212
|
+
|
|
213
|
+
/** The name of the decorated class element. */
|
|
214
|
+
readonly name: string | symbol;
|
|
215
|
+
|
|
216
|
+
/** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */
|
|
217
|
+
readonly static: boolean;
|
|
218
|
+
|
|
219
|
+
/** A value indicating whether the class element has a private name. */
|
|
220
|
+
readonly private: boolean;
|
|
221
|
+
|
|
222
|
+
/** An object that can be used to access the current value of the class element at runtime. */
|
|
223
|
+
readonly access: {
|
|
224
|
+
/**
|
|
225
|
+
* Determines whether an object has a property with the same name as the decorated element.
|
|
226
|
+
*/
|
|
227
|
+
has(object: This): boolean;
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* Invokes the getter on the provided object.
|
|
231
|
+
*
|
|
232
|
+
* @example
|
|
233
|
+
* let value = context.access.get(instance);
|
|
234
|
+
*/
|
|
235
|
+
get(object: This): Value;
|
|
236
|
+
|
|
237
|
+
/**
|
|
238
|
+
* Invokes the setter on the provided object.
|
|
239
|
+
*
|
|
240
|
+
* @example
|
|
241
|
+
* context.access.set(instance, value);
|
|
242
|
+
*/
|
|
243
|
+
set(object: This, value: Value): void;
|
|
244
|
+
};
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Adds a callback to be invoked either before static initializers are run (when
|
|
248
|
+
* decorating a `static` element), or before instance initializers are run (when
|
|
249
|
+
* decorating a non-`static` element).
|
|
250
|
+
*/
|
|
251
|
+
addInitializer(initializer: (this: This) => void): void;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/**
|
|
255
|
+
* Describes the target provided to class `accessor` field decorators.
|
|
256
|
+
* @template This The `this` type to which the target applies.
|
|
257
|
+
* @template Value The property type for the class `accessor` field.
|
|
258
|
+
*/
|
|
259
|
+
interface ClassAccessorDecoratorTarget<This, Value> {
|
|
260
|
+
/**
|
|
261
|
+
* Invokes the getter that was defined prior to decorator application.
|
|
262
|
+
*
|
|
263
|
+
* @example
|
|
264
|
+
* let value = target.get.call(instance);
|
|
265
|
+
*/
|
|
266
|
+
get(this: This): Value;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Invokes the setter that was defined prior to decorator application.
|
|
270
|
+
*
|
|
271
|
+
* @example
|
|
272
|
+
* target.set.call(instance, value);
|
|
273
|
+
*/
|
|
274
|
+
set(this: This, value: Value): void;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Describes the allowed return value from a class `accessor` field decorator.
|
|
279
|
+
* @template This The `this` type to which the target applies.
|
|
280
|
+
* @template Value The property type for the class `accessor` field.
|
|
281
|
+
*/
|
|
282
|
+
interface ClassAccessorDecoratorResult<This, Value> {
|
|
283
|
+
/**
|
|
284
|
+
* An optional replacement getter function. If not provided, the existing getter function is used instead.
|
|
285
|
+
*/
|
|
286
|
+
get?(this: This): Value;
|
|
287
|
+
|
|
288
|
+
/**
|
|
289
|
+
* An optional replacement setter function. If not provided, the existing setter function is used instead.
|
|
290
|
+
*/
|
|
291
|
+
set?(this: This, value: Value): void;
|
|
292
|
+
|
|
293
|
+
/**
|
|
294
|
+
* An optional initializer mutator that is invoked when the underlying field initializer is evaluated.
|
|
295
|
+
* @param value The incoming initializer value.
|
|
296
|
+
* @returns The replacement initializer value.
|
|
297
|
+
*/
|
|
298
|
+
init?(this: This, value: Value): Value;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/**
|
|
302
|
+
* Context provided to a class field decorator.
|
|
303
|
+
* @template This The type on which the class element will be defined. For a static class element, this will be
|
|
304
|
+
* the type of the constructor. For a non-static class element, this will be the type of the instance.
|
|
305
|
+
* @template Value The type of the decorated class field.
|
|
306
|
+
*/
|
|
307
|
+
interface ClassFieldDecoratorContext<This = unknown, Value = unknown> {
|
|
308
|
+
/** The kind of class element that was decorated. */
|
|
309
|
+
readonly kind: 'field';
|
|
310
|
+
|
|
311
|
+
/** The name of the decorated class element. */
|
|
312
|
+
readonly name: string | symbol;
|
|
313
|
+
|
|
314
|
+
/** A value indicating whether the class element is a static (`true`) or instance (`false`) element. */
|
|
315
|
+
readonly static: boolean;
|
|
316
|
+
|
|
317
|
+
/** A value indicating whether the class element has a private name. */
|
|
318
|
+
readonly private: boolean;
|
|
319
|
+
|
|
320
|
+
/** An object that can be used to access the current value of the class element at runtime. */
|
|
321
|
+
readonly access: {
|
|
322
|
+
/**
|
|
323
|
+
* Determines whether an object has a property with the same name as the decorated element.
|
|
324
|
+
*/
|
|
325
|
+
has(object: This): boolean;
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Gets the value of the field on the provided object.
|
|
329
|
+
*/
|
|
330
|
+
get(object: This): Value;
|
|
331
|
+
|
|
332
|
+
/**
|
|
333
|
+
* Sets the value of the field on the provided object.
|
|
334
|
+
*/
|
|
335
|
+
set(object: This, value: Value): void;
|
|
336
|
+
};
|
|
337
|
+
|
|
338
|
+
/**
|
|
339
|
+
* Adds a callback to be invoked either before static initializers are run (when
|
|
340
|
+
* decorating a `static` element), or before instance initializers are run (when
|
|
341
|
+
* decorating a non-`static` element).
|
|
342
|
+
*/
|
|
343
|
+
addInitializer(initializer: (this: This) => void): void;
|
|
344
|
+
}
|