UEA-PRODEM

This commit is contained in:
2026-06-10 12:14:46 -03:00
parent f54126b9d8
commit 9947565694
5319 changed files with 148520 additions and 129332 deletions
+4 -1
View File
@@ -1997,7 +1997,7 @@ declare function isVariableLikeDeclaration(node: ts.Node): node is ts.VariableLi
* ```ts
* declare const node: ts.Node;
*
* if (isFunctionScopeBoundary(node, ts.ObjectFlags.Anonymous)) {
* if (isFunctionScopeBoundary(node)) {
* // ...
* }
* ```
@@ -2824,6 +2824,7 @@ declare function isUniqueESSymbolType(type: ts.Type): type is ts.UniqueESSymbolT
*/
declare function intersectionConstituents(type: ts.Type): ts.Type[];
/**
* @alias intersectionConstituents
* @deprecated Use {@link intersectionConstituents} instead.
* @category Types - Utilities
* ```
@@ -2947,6 +2948,7 @@ declare function typeConstituents(type: ts.Type): ts.Type[];
*/
declare function typeIsLiteral(type: ts.Type): type is ts.LiteralType;
/**
* @alias typeConstituents
* @deprecated Use {@link typeConstituents} instead.
* @category Types - Utilities
*/
@@ -2967,6 +2969,7 @@ declare const typeParts: typeof typeConstituents;
*/
declare function unionConstituents(type: ts.Type): ts.Type[];
/**
* @alias unionConstituents
* @deprecated Use {@link unionConstituents} instead.
* @category Types - Utilities
*/