UNPKG

simc-ast-builder

Version:

Parser and AST generator for SimulationCraft files

16 lines 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handleFightRemains = void 0; /** * Handler for fight_remains access contexts * This represents the time remaining in the current fight */ const handleFightRemains = ({ parts, }) => { return { expressionType: "numeric", kind: "expression", nodeType: "fight_remains", }; }; exports.handleFightRemains = handleFightRemains; //# sourceMappingURL=FightRemainsHandler.js.map