Move some computations for Form1040 into methods.
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Jan 2021 06:23:05 +0000 (01:23 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 31 Jan 2021 06:23:05 +0000 (01:23 -0500)
commit777f3f871e5acc4f0c83e5b00960e095fc8d54bf
tree61ce22531213b3ce5f9ec97091fb6805321c3af9
parentfc12658bc1cf63d91b020c2bdfbba48ab04607aa
Move some computations for Form1040 into methods.

Other forms can reference the values by symbolic name rather than line
number using the new SymbolicLine. Thus when Form 1040 changes with
minor line shifts, as it does in 2020, all the dependent forms do not
need to be updated.
src/core/Line.ts
src/fed2019/Form1040.ts
src/fed2019/Form1116.ts
src/fed2019/Form6251.ts
src/fed2019/Form8960.ts
src/fed2019/Form8995.ts
src/fed2019/Schedule1.ts
src/fed2019/Schedule3.ts
src/fed2019/ScheduleA.ts
src/fed2019/ScheduleD.ts
src/fed2020/Form1040.test.ts