@typescript-deploys/pr-build 5.4.0-pr-56794-34 → 5.4.0-pr-56875-6
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 +265 -103
- package/lib/tsserver.js +279 -111
- package/lib/typescript.js +275 -111
- package/lib/typingsInstaller.js +9 -7
- package/package.json +2 -2
package/lib/lib.es5.d.ts
CHANGED
|
@@ -1666,11 +1666,6 @@ type Capitalize<S extends string> = intrinsic;
|
|
|
1666
1666
|
*/
|
|
1667
1667
|
type Uncapitalize<S extends string> = intrinsic;
|
|
1668
1668
|
|
|
1669
|
-
/**
|
|
1670
|
-
* Marker for non-inference type position
|
|
1671
|
-
*/
|
|
1672
|
-
type NoInfer<T> = intrinsic;
|
|
1673
|
-
|
|
1674
1669
|
/**
|
|
1675
1670
|
* Marker for contextual 'this' type
|
|
1676
1671
|
*/
|