UNPKG

@openfga/syntax-transformer

Version:

Javascript implementation of ANTLR Grammar for the OpenFGA DSL and parser from and to the OpenFGA JSON Syntax

13 lines (12 loc) 446 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReservedKeywords = exports.Keyword = void 0; var Keyword; (function (Keyword) { Keyword["SELF"] = "self"; Keyword["DEFINE"] = "DEFINE"; })(Keyword || (exports.Keyword = Keyword = {})); var ReservedKeywords; (function (ReservedKeywords) { ReservedKeywords["THIS"] = "this"; })(ReservedKeywords || (exports.ReservedKeywords = ReservedKeywords = {}));