UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

8 lines (7 loc) 269 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EelParserError = void 0; const ParserError_1 = require("../../common/ParserError"); class EelParserError extends ParserError_1.ParserError { } exports.EelParserError = EelParserError;