UNPKG

ts-flex-query

Version:
11 lines 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyContext = void 0; exports.addVariable = addVariable; exports.emptyContext = { variables: {} }; function addVariable(context, symbol, value) { return Object.assign(Object.assign({}, context), { variables: Object.assign(Object.assign({}, context.variables), { [symbol]: value }) }); } //# sourceMappingURL=evaluation-context-utils.js.map