UNPKG

hint

Version:

The linting tool for the web

11 lines (10 loc) 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Parser = void 0; class Parser { constructor(engine, parseEventType) { this.engine = engine; this.name = parseEventType; } } exports.Parser = Parser;