UNPKG

mlh-tsd

Version:

Check TypeScript type definitions

17 lines (16 loc) 1.41 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DiagnosticCode = void 0; var DiagnosticCode; (function (DiagnosticCode) { DiagnosticCode[DiagnosticCode["TopLevelAwaitOnlyAllowedWhenModuleESNextOrSystem"] = 1378] = "TopLevelAwaitOnlyAllowedWhenModuleESNextOrSystem"; DiagnosticCode[DiagnosticCode["GenericTypeRequiresTypeArguments"] = 2314] = "GenericTypeRequiresTypeArguments"; DiagnosticCode[DiagnosticCode["TypeIsNotAssignableToOtherType"] = 2322] = "TypeIsNotAssignableToOtherType"; DiagnosticCode[DiagnosticCode["TypeDoesNotSatisfyTheConstraint"] = 2344] = "TypeDoesNotSatisfyTheConstraint"; DiagnosticCode[DiagnosticCode["PropertyDoesNotExistOnType"] = 2339] = "PropertyDoesNotExistOnType"; DiagnosticCode[DiagnosticCode["ArgumentTypeIsNotAssignableToParameterType"] = 2345] = "ArgumentTypeIsNotAssignableToParameterType"; DiagnosticCode[DiagnosticCode["CannotAssignToReadOnlyProperty"] = 2540] = "CannotAssignToReadOnlyProperty"; DiagnosticCode[DiagnosticCode["ExpectedArgumentsButGotOther"] = 2554] = "ExpectedArgumentsButGotOther"; DiagnosticCode[DiagnosticCode["NoOverloadMatches"] = 2769] = "NoOverloadMatches"; DiagnosticCode[DiagnosticCode["PropertyMissingInType1ButRequiredInType2"] = 2741] = "PropertyMissingInType1ButRequiredInType2"; })(DiagnosticCode = exports.DiagnosticCode || (exports.DiagnosticCode = {}));