typescript
Version:
TypeScript is a language for application scale JavaScript development
6 lines • 334 B
JavaScript
export var CommentDirectiveType;
(function (CommentDirectiveType) {
CommentDirectiveType[CommentDirectiveType["ExpectError"] = 0] = "ExpectError";
CommentDirectiveType[CommentDirectiveType["Ignore"] = 1] = "Ignore";
})(CommentDirectiveType || (CommentDirectiveType = {}));
//# sourceMappingURL=commentDirectiveType.enum.js.map