Restructuring in prep for being a usable package.
authorRobert Sesek <rsesek@bluestatic.org>
Mon, 9 Mar 2020 21:55:46 +0000 (17:55 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 10 Mar 2020 04:03:42 +0000 (00:03 -0400)
commitc493ad2dabd2e8db837d6f48405ad5f4b2dd8f50
tree2108d40abbe2195b84887176d0831c374c331788
parentebb747c5c3c463538340e9d701620053cfa9fd30
Restructuring in prep for being a usable package.

Moves file modules out of src/*.ts and into src/core, which is now peer
to src/fed2019.

This also adds index.ts re-exports for the modules.
40 files changed:
jest.config.js
package.json
src/core/Errors.ts [moved from src/Errors.ts with 100% similarity]
src/core/Form.test.ts [moved from src/Form.test.ts with 100% similarity]
src/core/Form.ts [moved from src/Form.ts with 100% similarity]
src/core/Line.test.ts [moved from src/Line.test.ts with 100% similarity]
src/core/Line.ts [moved from src/Line.ts with 100% similarity]
src/core/Math.test.ts [moved from src/Math.test.ts with 100% similarity]
src/core/Math.ts [moved from src/Math.ts with 100% similarity]
src/core/Person.test.ts [moved from src/Person.test.ts with 100% similarity]
src/core/Person.ts [moved from src/Person.ts with 100% similarity]
src/core/TaxReturn.test.ts [moved from src/TaxReturn.test.ts with 100% similarity]
src/core/TaxReturn.ts [moved from src/TaxReturn.ts with 100% similarity]
src/core/index.ts [new file with mode: 0644]
src/fed2019/Form1040.test.ts
src/fed2019/Form1040.ts
src/fed2019/Form1099B.ts
src/fed2019/Form1099DIV.ts
src/fed2019/Form1099INT.ts
src/fed2019/Form1099R.ts
src/fed2019/Form1116.test.ts
src/fed2019/Form1116.ts
src/fed2019/Form8606.test.ts
src/fed2019/Form8606.ts
src/fed2019/Form8949.test.ts
src/fed2019/Form8949.ts
src/fed2019/Form8959.test.ts
src/fed2019/Form8959.ts
src/fed2019/Form8960.test.ts
src/fed2019/Form8960.ts
src/fed2019/FormW2.test.ts
src/fed2019/FormW2.ts
src/fed2019/Schedule1.test.ts
src/fed2019/Schedule1.ts
src/fed2019/Schedule2.ts
src/fed2019/Schedule3.test.ts
src/fed2019/Schedule3.ts
src/fed2019/ScheduleD.ts
src/fed2019/index.ts [new file with mode: 0644]
src/index.ts