dillon1000/react

Commit

[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.
Browse files
Changed paths5 files
First-parent comparison
M compiler/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 Added
Patch

Files changed

Rendering syntax-highlighted changes…