@typescript-deploys/pr-build 5.1.0-pr-52968-5 → 5.1.0-pr-51196-8
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 +117 -136
- package/lib/tsserver.js +135 -136
- package/lib/tsserverlibrary.d.ts +4 -9
- package/lib/tsserverlibrary.js +137 -139
- package/lib/typescript.d.ts +4 -9
- package/lib/typescript.js +136 -139
- package/lib/typingsInstaller.js +7 -7
- package/package.json +4 -3
package/lib/lib.es5.d.ts
CHANGED
|
@@ -1647,11 +1647,6 @@ type Capitalize<S extends string> = intrinsic;
|
|
|
1647
1647
|
*/
|
|
1648
1648
|
type Uncapitalize<S extends string> = intrinsic;
|
|
1649
1649
|
|
|
1650
|
-
/**
|
|
1651
|
-
* Blocks the contained type from participating in type inference.
|
|
1652
|
-
*/
|
|
1653
|
-
type NoInfer<T> = intrinsic;
|
|
1654
|
-
|
|
1655
1650
|
/**
|
|
1656
1651
|
* Marker for contextual 'this' type
|
|
1657
1652
|
*/
|