You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESSymbol=0x01000000,// Type of symbol primitive introduced in ES6
2096
2099
ThisType=0x02000000,// This type
2097
2100
ObjectLiteralPatternWithComputedProperties=0x04000000,// Object literal type implied by binding pattern has computed properties
2098
-
PredicateType=0x08000000,// Predicate types are also Boolean types, but should not be considered Intrinsics - there's no way to capture this with flags
tests/cases/conformance/declarationEmit/typePredicates/declarationEmitIdentifierPredicatesWithPrivateName01.ts(6,33): error TS4060: Return type of exported function has or is using private name 'I'.
tests/cases/conformance/declarationEmit/typePredicates/declarationEmitThisPredicates02.ts(9,10): error TS2526: A 'this' type is available only in a non-static member of a class or interface.
tests/cases/conformance/declarationEmit/typePredicates/declarationEmitThisPredicatesWithPrivateName01.ts(3,18): error TS4055: Return type of public method from exported class has or is using private name 'D'.
0 commit comments