UNPKG

ts-fusion-parser

Version:

Parser for Neos Fusion Files

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