dillon1000/react
Commit
Browse files [valueblocks] Add InstrId to SeqExperession value
A SequenceExpression currently doesn't store the InstructionId that produced its final `.value`. This PR adds that instruction id, which is then used in the next PR as we compose SequenceExpressions.
Changed paths5 files
First-parent comparisoncompiler/forget/src/HIR/HIR.ts ModifiedM compiler/forget/src/ReactiveScopes/BuildReactiveFunction.ts ModifiedM compiler/forget/src/ReactiveScopes/PrintReactiveFunction.ts ModifiedM compiler/forget/src/ReactiveScopes/visitors.ts ModifiedA compiler/forget/src/__tests__/fixtures/hir/for-logical.js AddedPatch
Files changed
Rendering syntax-highlighted changes…