UNPKG

morbo-cli

Version:

… All tech debt is vermin in the eyes of Morbo!

34 lines (33 loc) 905 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var commentRegex_1 = __importDefault(require("./commentRegex")); var defaultDefinitions = { note: { regex: commentRegex_1.default('NOTE'), label: 'Notes', }, optimize: { regex: commentRegex_1.default('OPTIMIZE'), label: 'Optimizations', }, todo: { regex: commentRegex_1.default('TODO'), label: 'Todos', }, hack: { regex: commentRegex_1.default('HACK'), label: 'Hacks', }, fixme: { regex: commentRegex_1.default('FIXME'), label: 'FixMes', }, bug: { regex: commentRegex_1.default('BUG'), label: 'Bugs', }, }; exports.default = defaultDefinitions;