strict-ts-lib-v5.2 0.6.2 → 0.6.4
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 +64 -0
- package/NOTICE +16 -0
- package/README.md +6 -0
- package/libs/decorators/index.d.ts +33 -4
- package/libs/decorators/legacy/index.d.ts +22 -0
- package/libs/dom/index.d.ts +22 -0
- package/libs/dom/iterable/index.d.ts +22 -0
- package/libs/es2015/collection/index.d.ts +22 -0
- package/libs/es2015/core/index.d.ts +22 -0
- package/libs/es2015/generator/index.d.ts +22 -0
- package/libs/es2015/index.d.ts +22 -0
- package/libs/es2015/iterable/index.d.ts +22 -0
- package/libs/es2015/promise/index.d.ts +22 -0
- package/libs/es2015/proxy/index.d.ts +22 -0
- package/libs/es2015/reflect/index.d.ts +24 -1
- package/libs/es2015/symbol/index.d.ts +22 -0
- package/libs/es2015/symbol-wellknown/index.d.ts +34 -3
- package/libs/es2016/array-include/index.d.ts +22 -0
- package/libs/es2016/full/index.d.ts +22 -0
- package/libs/es2016/index.d.ts +22 -0
- package/libs/es2017/date/index.d.ts +22 -0
- package/libs/es2017/full/index.d.ts +22 -0
- package/libs/es2017/index.d.ts +22 -0
- package/libs/es2017/intl/index.d.ts +22 -0
- package/libs/es2017/object/index.d.ts +22 -0
- package/libs/es2017/sharedmemory/index.d.ts +22 -0
- package/libs/es2017/string/index.d.ts +22 -0
- package/libs/es2017/typedarrays/index.d.ts +22 -0
- package/libs/es2018/asyncgenerator/index.d.ts +22 -0
- package/libs/es2018/asynciterable/index.d.ts +22 -0
- package/libs/es2018/full/index.d.ts +22 -0
- package/libs/es2018/index.d.ts +22 -0
- package/libs/es2018/intl/index.d.ts +22 -0
- package/libs/es2018/promise/index.d.ts +22 -0
- package/libs/es2018/regexp/index.d.ts +22 -0
- package/libs/es2019/array/index.d.ts +22 -0
- package/libs/es2019/full/index.d.ts +22 -0
- package/libs/es2019/index.d.ts +22 -0
- package/libs/es2019/intl/index.d.ts +22 -0
- package/libs/es2019/object/index.d.ts +22 -0
- package/libs/es2019/string/index.d.ts +22 -0
- package/libs/es2019/symbol/index.d.ts +22 -0
- package/libs/es2020/bigint/index.d.ts +22 -0
- package/libs/es2020/date/index.d.ts +22 -0
- package/libs/es2020/full/index.d.ts +22 -0
- package/libs/es2020/index.d.ts +22 -0
- package/libs/es2020/intl/index.d.ts +22 -0
- package/libs/es2020/number/index.d.ts +22 -0
- package/libs/es2020/promise/index.d.ts +22 -0
- package/libs/es2020/sharedmemory/index.d.ts +22 -0
- package/libs/es2020/string/index.d.ts +22 -0
- package/libs/es2020/symbol-wellknown/index.d.ts +22 -0
- package/libs/es2021/full/index.d.ts +22 -0
- package/libs/es2021/index.d.ts +22 -0
- package/libs/es2021/intl/index.d.ts +22 -0
- package/libs/es2021/promise/index.d.ts +22 -0
- package/libs/es2021/string/index.d.ts +26 -1
- package/libs/es2021/weakref/index.d.ts +22 -0
- package/libs/es2022/array/index.d.ts +22 -0
- package/libs/es2022/error/index.d.ts +22 -0
- package/libs/es2022/full/index.d.ts +22 -0
- package/libs/es2022/index.d.ts +22 -0
- package/libs/es2022/intl/index.d.ts +22 -0
- package/libs/es2022/object/index.d.ts +22 -0
- package/libs/es2022/regexp/index.d.ts +22 -0
- package/libs/es2022/sharedmemory/index.d.ts +22 -0
- package/libs/es2022/string/index.d.ts +22 -0
- package/libs/es2023/array/index.d.ts +22 -0
- package/libs/es2023/collection/index.d.ts +22 -0
- package/libs/es2023/full/index.d.ts +22 -0
- package/libs/es2023/index.d.ts +22 -0
- package/libs/es5/index.d.ts +71 -13
- package/libs/es6/index.d.ts +22 -0
- package/libs/esnext/decorators/index.d.ts +22 -0
- package/libs/esnext/disposable/index.d.ts +22 -0
- package/libs/esnext/full/index.d.ts +22 -0
- package/libs/esnext/index.d.ts +22 -0
- package/libs/esnext/intl/index.d.ts +22 -0
- package/libs/scripthost/index.d.ts +22 -0
- package/libs/webworker/importscripts/index.d.ts +22 -0
- package/libs/webworker/index.d.ts +22 -0
- package/libs/webworker/iterable/index.d.ts +22 -0
- package/libs-branded/decorators/index.d.ts +33 -4
- package/libs-branded/decorators/legacy/index.d.ts +22 -0
- package/libs-branded/dom/index.d.ts +22 -0
- package/libs-branded/dom/iterable/index.d.ts +22 -0
- package/libs-branded/es2015/collection/index.d.ts +22 -0
- package/libs-branded/es2015/core/index.d.ts +22 -0
- package/libs-branded/es2015/generator/index.d.ts +22 -0
- package/libs-branded/es2015/index.d.ts +22 -0
- package/libs-branded/es2015/iterable/index.d.ts +22 -0
- package/libs-branded/es2015/promise/index.d.ts +22 -0
- package/libs-branded/es2015/proxy/index.d.ts +22 -0
- package/libs-branded/es2015/reflect/index.d.ts +24 -1
- package/libs-branded/es2015/symbol/index.d.ts +22 -0
- package/libs-branded/es2015/symbol-wellknown/index.d.ts +34 -3
- package/libs-branded/es2016/array-include/index.d.ts +22 -0
- package/libs-branded/es2016/full/index.d.ts +22 -0
- package/libs-branded/es2016/index.d.ts +22 -0
- package/libs-branded/es2017/date/index.d.ts +22 -0
- package/libs-branded/es2017/full/index.d.ts +22 -0
- package/libs-branded/es2017/index.d.ts +22 -0
- package/libs-branded/es2017/intl/index.d.ts +22 -0
- package/libs-branded/es2017/object/index.d.ts +22 -0
- package/libs-branded/es2017/sharedmemory/index.d.ts +22 -0
- package/libs-branded/es2017/string/index.d.ts +22 -0
- package/libs-branded/es2017/typedarrays/index.d.ts +22 -0
- package/libs-branded/es2018/asyncgenerator/index.d.ts +22 -0
- package/libs-branded/es2018/asynciterable/index.d.ts +22 -0
- package/libs-branded/es2018/full/index.d.ts +22 -0
- package/libs-branded/es2018/index.d.ts +22 -0
- package/libs-branded/es2018/intl/index.d.ts +22 -0
- package/libs-branded/es2018/promise/index.d.ts +22 -0
- package/libs-branded/es2018/regexp/index.d.ts +22 -0
- package/libs-branded/es2019/array/index.d.ts +22 -0
- package/libs-branded/es2019/full/index.d.ts +22 -0
- package/libs-branded/es2019/index.d.ts +22 -0
- package/libs-branded/es2019/intl/index.d.ts +22 -0
- package/libs-branded/es2019/object/index.d.ts +22 -0
- package/libs-branded/es2019/string/index.d.ts +22 -0
- package/libs-branded/es2019/symbol/index.d.ts +22 -0
- package/libs-branded/es2020/bigint/index.d.ts +22 -0
- package/libs-branded/es2020/date/index.d.ts +22 -0
- package/libs-branded/es2020/full/index.d.ts +22 -0
- package/libs-branded/es2020/index.d.ts +22 -0
- package/libs-branded/es2020/intl/index.d.ts +22 -0
- package/libs-branded/es2020/number/index.d.ts +22 -0
- package/libs-branded/es2020/promise/index.d.ts +22 -0
- package/libs-branded/es2020/sharedmemory/index.d.ts +22 -0
- package/libs-branded/es2020/string/index.d.ts +22 -0
- package/libs-branded/es2020/symbol-wellknown/index.d.ts +22 -0
- package/libs-branded/es2021/full/index.d.ts +22 -0
- package/libs-branded/es2021/index.d.ts +22 -0
- package/libs-branded/es2021/intl/index.d.ts +22 -0
- package/libs-branded/es2021/promise/index.d.ts +22 -0
- package/libs-branded/es2021/string/index.d.ts +26 -1
- package/libs-branded/es2021/weakref/index.d.ts +22 -0
- package/libs-branded/es2022/array/index.d.ts +22 -0
- package/libs-branded/es2022/error/index.d.ts +22 -0
- package/libs-branded/es2022/full/index.d.ts +22 -0
- package/libs-branded/es2022/index.d.ts +22 -0
- package/libs-branded/es2022/intl/index.d.ts +22 -0
- package/libs-branded/es2022/object/index.d.ts +22 -0
- package/libs-branded/es2022/regexp/index.d.ts +22 -0
- package/libs-branded/es2022/sharedmemory/index.d.ts +22 -0
- package/libs-branded/es2022/string/index.d.ts +22 -0
- package/libs-branded/es2023/array/index.d.ts +22 -0
- package/libs-branded/es2023/collection/index.d.ts +22 -0
- package/libs-branded/es2023/full/index.d.ts +22 -0
- package/libs-branded/es2023/index.d.ts +22 -0
- package/libs-branded/es5/index.d.ts +71 -13
- package/libs-branded/es6/index.d.ts +22 -0
- package/libs-branded/esnext/decorators/index.d.ts +22 -0
- package/libs-branded/esnext/disposable/index.d.ts +22 -0
- package/libs-branded/esnext/full/index.d.ts +22 -0
- package/libs-branded/esnext/index.d.ts +22 -0
- package/libs-branded/esnext/intl/index.d.ts +22 -0
- package/libs-branded/scripthost/index.d.ts +22 -0
- package/libs-branded/webworker/importscripts/index.d.ts +22 -0
- package/libs-branded/webworker/index.d.ts +22 -0
- package/libs-branded/webworker/iterable/index.d.ts +22 -0
- package/package.json +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,69 @@
|
|
|
1
1
|
# strict-ts-lib-v5.2
|
|
2
2
|
|
|
3
|
+
## 0.6.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4ad8086: The published bundles now carry the attribution Apache-2.0 asks of a
|
|
8
|
+
derivative work.
|
|
9
|
+
|
|
10
|
+
Every generated declaration file is a rewrite of a TypeScript lib file, which
|
|
11
|
+
is Copyright Microsoft Corporation under Apache-2.0. The generator used to
|
|
12
|
+
strip the upstream copyright banner and the bundles shipped no license text.
|
|
13
|
+
Now each file keeps the banner and states beneath it that it was modified,
|
|
14
|
+
and each bundle ships `LICENSE` and a `NOTICE` naming the upstream commit it
|
|
15
|
+
was generated from. Nothing about the declarations themselves changed.
|
|
16
|
+
|
|
17
|
+
## 0.6.3
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- 90bf42e: Two fixes to declarations that compiled fine and went wrong at the use site.
|
|
22
|
+
|
|
23
|
+
**`ReturnType<typeof setTimeout>` no longer comes out `unknown`.** `ReturnType`
|
|
24
|
+
and `InstanceType` spelled their conditional's `extends` clause
|
|
25
|
+
`(...args: readonly never[]) => infer R`. An overload set whose last member is
|
|
26
|
+
generic, with a rest parameter computed from its own type parameter, does not
|
|
27
|
+
match that — so the conditional took its false branch and produced `unknown`,
|
|
28
|
+
silently, because a false branch is a type rather than an error. `@types/node`'s
|
|
29
|
+
`setTimeout<TArgs extends any[]>(cb, ms?, ...args: MakeVoidParameterOptional<TArgs>)`
|
|
30
|
+
is exactly that shape once it merges with the DOM's `setTimeout`, so
|
|
31
|
+
`ReturnType<typeof setTimeout>` was `unknown` and could not be handed back to
|
|
32
|
+
`clearTimeout`.
|
|
33
|
+
|
|
34
|
+
The spelling is now a bare `never`, which is what the stock library itself uses
|
|
35
|
+
for `ThisParameterType` and `OmitThisParameter`, and which gives up none of the
|
|
36
|
+
`any` removal this library exists for. The type-parameter constraint is spelled
|
|
37
|
+
the same way, so the false branch is unreachable for any `T` the constraint
|
|
38
|
+
admits: "did not resolve" can no longer arrive as an `unknown` that propagates.
|
|
39
|
+
|
|
40
|
+
That `never` now has a name, `StrictLibInternals.AnyArguments`, declared in
|
|
41
|
+
`lib.es5.d.ts`. `any` reads two ways in a function type and only one of them is
|
|
42
|
+
what this library removes: `any` as a _value_ becomes `unknown` or `never` by
|
|
43
|
+
variance, while `any` as a _wildcard_ — the `(...args: any)` in `ReturnType` —
|
|
44
|
+
describes nothing at all and is there only to switch the parameter comparison
|
|
45
|
+
off. The stock library spells that wildcard two ways (`any` in `ReturnType`,
|
|
46
|
+
`never` in `ThisParameterType`); this library spells it one way, and the name
|
|
47
|
+
says which of the two readings is meant. Every such position uses it: the four
|
|
48
|
+
utility types and `ThisParameterType` in `lib.es5.d.ts`, the decorator context
|
|
49
|
+
type parameters in `lib.decorators.d.ts`, and `Reflect.construct`'s `newTarget`
|
|
50
|
+
in `lib.es2015.reflect.d.ts`. The last two were not broken; one spelling is so
|
|
51
|
+
that the trap cannot be re-dug, and so that grepping the name finds all of
|
|
52
|
+
them.
|
|
53
|
+
|
|
54
|
+
**A replacement callback's trailing arguments are `string | undefined`, not
|
|
55
|
+
`unknown`.** `String.prototype.replace` / `replaceAll` and the
|
|
56
|
+
`[Symbol.replace]` they dispatch to typed the captured groups `readonly
|
|
57
|
+
unknown[]`, which forced every caller to narrow with `isString` before using a
|
|
58
|
+
group that the pattern shows can never be absent. They are now
|
|
59
|
+
`readonly (string | undefined)[]` — the type of a capture group — so contextual
|
|
60
|
+
typing gives `string | undefined` and a `?? ''` or a `!== undefined` check is
|
|
61
|
+
enough. Reading the participating-group count off a regular expression literal
|
|
62
|
+
is not something the type system can do, so this trades a little soundness for
|
|
63
|
+
it: a callback may declare a parameter past the last capture as
|
|
64
|
+
`string | undefined` and be handed the offset instead. That is still narrower
|
|
65
|
+
than the `any[]` the stock library ships.
|
|
66
|
+
|
|
3
67
|
## 0.6.2
|
|
4
68
|
|
|
5
69
|
### Patch Changes
|
package/NOTICE
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
strict-ts-lib-v5.2
|
|
2
|
+
Copyright (c) noshiro-pf
|
|
3
|
+
|
|
4
|
+
Licensed under the Apache License, Version 2.0; see LICENSE.
|
|
5
|
+
|
|
6
|
+
This package is a derivative work of the built-in library declaration
|
|
7
|
+
files (lib.*.d.ts) of TypeScript 5.2.2:
|
|
8
|
+
|
|
9
|
+
https://github.com/microsoft/TypeScript/tree/v5.2.2/lib
|
|
10
|
+
|
|
11
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
12
|
+
Licensed under the Apache License, Version 2.0.
|
|
13
|
+
|
|
14
|
+
Every file under libs/ and libs-branded/ keeps the copyright notice of
|
|
15
|
+
the file it was generated from, followed by a note that it was modified.
|
|
16
|
+
The changes are described at https://github.com/noshiro-pf/mono.
|
package/README.md
CHANGED
|
@@ -39,3 +39,9 @@ option — setting it is an error.
|
|
|
39
39
|
`--unlink` removes the links again.
|
|
40
40
|
|
|
41
41
|
See <https://github.com/noshiro-pf/mono> for usage and version support.
|
|
42
|
+
|
|
43
|
+
## License
|
|
44
|
+
|
|
45
|
+
Apache-2.0, like the TypeScript lib files it is generated from
|
|
46
|
+
(Copyright Microsoft Corporation). `LICENSE` and `NOTICE` in this
|
|
47
|
+
package have the details.
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.decorators.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
24
|
+
/// <reference lib="es5" />
|
|
2
25
|
|
|
3
26
|
/**
|
|
4
27
|
* The decorator context types provided to class element decorators.
|
|
@@ -28,8 +51,11 @@ type DecoratorMetadata = typeof globalThis extends {
|
|
|
28
51
|
* @template Class The type of the decorated class associated with this context.
|
|
29
52
|
*/
|
|
30
53
|
interface ClassDecoratorContext<
|
|
31
|
-
Class extends abstract new (
|
|
32
|
-
|
|
54
|
+
Class extends abstract new (
|
|
55
|
+
...args: StrictLibInternals.AnyArguments
|
|
56
|
+
) => unknown = abstract new (
|
|
57
|
+
...args: StrictLibInternals.AnyArguments
|
|
58
|
+
) => unknown,
|
|
33
59
|
> {
|
|
34
60
|
/** The kind of element that was decorated. */
|
|
35
61
|
readonly kind: 'class';
|
|
@@ -67,9 +93,12 @@ interface ClassDecoratorContext<
|
|
|
67
93
|
*/
|
|
68
94
|
interface ClassMethodDecoratorContext<
|
|
69
95
|
This = unknown,
|
|
70
|
-
Value extends (
|
|
96
|
+
Value extends (
|
|
97
|
+
this: This,
|
|
98
|
+
...args: StrictLibInternals.AnyArguments
|
|
99
|
+
) => unknown = (
|
|
71
100
|
this: This,
|
|
72
|
-
...args:
|
|
101
|
+
...args: StrictLibInternals.AnyArguments
|
|
73
102
|
) => unknown,
|
|
74
103
|
> {
|
|
75
104
|
/** The kind of class element that was decorated. */
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.decorators.legacy.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
declare type ClassDecorator = <TFunction extends Function>(
|
package/libs/dom/index.d.ts
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.dom.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/////////////////////////////
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.dom.iterable.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/////////////////////////////
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.collection.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface Map<K, V> {
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.core.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface Array<T> {
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.generator.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es2015.iterable" />
|
package/libs/es2015/index.d.ts
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es5" />
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.iterable.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es2015.symbol" />
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.promise.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface PromiseConstructor {
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.proxy.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface ProxyHandler<T extends object> {
|
|
@@ -1,4 +1,27 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.reflect.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
24
|
+
/// <reference lib="es5" />
|
|
2
25
|
|
|
3
26
|
declare namespace Reflect {
|
|
4
27
|
/**
|
|
@@ -29,7 +52,7 @@ declare namespace Reflect {
|
|
|
29
52
|
function construct<A extends readonly unknown[], R>(
|
|
30
53
|
target: new (...args: A) => R,
|
|
31
54
|
argumentsList: Readonly<A>,
|
|
32
|
-
newTarget?: new (...args:
|
|
55
|
+
newTarget?: new (...args: StrictLibInternals.AnyArguments) => unknown,
|
|
33
56
|
): R;
|
|
34
57
|
function construct(
|
|
35
58
|
target: Function,
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.symbol.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface SymbolConstructor {
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2015.symbol.wellknown.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es2015.symbol" />
|
|
@@ -189,7 +211,10 @@ interface RegExp {
|
|
|
189
211
|
*/
|
|
190
212
|
[Symbol.replace](
|
|
191
213
|
string: string,
|
|
192
|
-
replacer: (
|
|
214
|
+
replacer: (
|
|
215
|
+
substring: string,
|
|
216
|
+
...args: readonly (string | undefined)[]
|
|
217
|
+
) => string,
|
|
193
218
|
): string;
|
|
194
219
|
|
|
195
220
|
/**
|
|
@@ -250,10 +275,16 @@ interface String {
|
|
|
250
275
|
searchValue: {
|
|
251
276
|
[Symbol.replace](
|
|
252
277
|
string: string,
|
|
253
|
-
replacer: (
|
|
278
|
+
replacer: (
|
|
279
|
+
substring: string,
|
|
280
|
+
...args: readonly (string | undefined)[]
|
|
281
|
+
) => string,
|
|
254
282
|
): string;
|
|
255
283
|
},
|
|
256
|
-
replacer: (
|
|
284
|
+
replacer: (
|
|
285
|
+
substring: string,
|
|
286
|
+
...args: readonly (string | undefined)[]
|
|
287
|
+
) => string,
|
|
257
288
|
): string;
|
|
258
289
|
|
|
259
290
|
/**
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2016.array.include.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface Array<T> {
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2016.full.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es2016" />
|
package/libs/es2016/index.d.ts
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2016.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
/// <reference lib="es2015" />
|
|
@@ -1,3 +1,25 @@
|
|
|
1
|
+
/*! *****************************************************************************
|
|
2
|
+
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
|
|
4
|
+
this file except in compliance with the License. You may obtain a copy of the
|
|
5
|
+
License at http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
+
|
|
7
|
+
THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
8
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
|
|
9
|
+
WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
|
|
10
|
+
MERCHANTABLITY OR NON-INFRINGEMENT.
|
|
11
|
+
|
|
12
|
+
See the Apache Version 2.0 License for specific language governing permissions
|
|
13
|
+
and limitations under the License.
|
|
14
|
+
***************************************************************************** */
|
|
15
|
+
|
|
16
|
+
/*
|
|
17
|
+
* Modified from TypeScript's `lib.es2017.date.d.ts` by strict-ts-lib
|
|
18
|
+
* (https://github.com/noshiro-pf/mono): the declarations are rewritten with
|
|
19
|
+
* stricter types. This is not the original file. See the NOTICE and LICENSE
|
|
20
|
+
* files of the package this ships in.
|
|
21
|
+
*/
|
|
22
|
+
|
|
1
23
|
/// <reference no-default-lib="true"/>
|
|
2
24
|
|
|
3
25
|
interface DateConstructor {
|