UNPKG

js-ast-parser

Version:
10 lines 373 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Expression = void 0; const constants_1 = require("../../constants"); const AstNode_1 = require("../AstNode"); class Expression extends AstNode_1.AstNode { } exports.Expression = Expression; Expression.code = constants_1.NodeCode.Expression; //# sourceMappingURL=Expression.js.map