@typescript-deploys/pr-build 5.6.0-pr-58729-60 → 5.6.0-pr-58866-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/lib/lib.es5.d.ts +0 -5
- package/lib/tsc.js +587 -892
- package/lib/tsserver.js +0 -12
- package/lib/typescript.d.ts +57 -113
- package/lib/typescript.js +1082 -1088
- package/package.json +1 -3
package/lib/lib.es5.d.ts
CHANGED
|
@@ -1672,11 +1672,6 @@ type Uncapitalize<S extends string> = intrinsic;
|
|
|
1672
1672
|
*/
|
|
1673
1673
|
type NoInfer<T> = intrinsic;
|
|
1674
1674
|
|
|
1675
|
-
/**
|
|
1676
|
-
* Marker for deferred callbacks
|
|
1677
|
-
*/
|
|
1678
|
-
type Deferred<T extends (...args: any) => any> = intrinsic;
|
|
1679
|
-
|
|
1680
1675
|
/**
|
|
1681
1676
|
* Marker for contextual 'this' type
|
|
1682
1677
|
*/
|