tsd-check
Version:
Check TypeScript type definitions
10 lines (9 loc) • 674 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var DiagnosticCode;
(function (DiagnosticCode) {
DiagnosticCode[DiagnosticCode["AwaitIsOnlyAllowedInAsyncFunction"] = 1308] = "AwaitIsOnlyAllowedInAsyncFunction";
DiagnosticCode[DiagnosticCode["PropertyDoesNotExistOnType"] = 2339] = "PropertyDoesNotExistOnType";
DiagnosticCode[DiagnosticCode["ArgumentTypeIsNotAssignableToParameterType"] = 2345] = "ArgumentTypeIsNotAssignableToParameterType";
DiagnosticCode[DiagnosticCode["CannotAssignToReadOnlyProperty"] = 2540] = "CannotAssignToReadOnlyProperty";
})(DiagnosticCode = exports.DiagnosticCode || (exports.DiagnosticCode = {}));