UNPKG

@salesforce/soql-model

Version:
23 lines 869 B
"use strict"; /* * Copyright (c) 2020, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ Object.defineProperty(exports, "__esModule", { value: true }); exports.UnmodeledSyntaxImpl = void 0; const soqlModelObjectImpl_1 = require("./soqlModelObjectImpl"); class UnmodeledSyntaxImpl extends soqlModelObjectImpl_1.SoqlModelObjectImpl { constructor(unmodeledSyntax, reason) { super(); this.unmodeledSyntax = unmodeledSyntax; this.reason = reason; } // eslint-disable-next-line @typescript-eslint/no-unused-vars toSoqlSyntax(options) { return this.unmodeledSyntax; } } exports.UnmodeledSyntaxImpl = UnmodeledSyntaxImpl; //# sourceMappingURL=unmodeledSyntaxImpl.js.map