TimelordUK / jspurefix

native typescript FIX engine
MIT License
58 stars 27 forks source link

Export statement issue on a custom types from a dictionary file #27

Closed arthurradchenko closed 1 year ago

arthurradchenko commented 2 years ago

Hey, I think, I've found a minor issue in "generate" script workflow. I have a custom dictionary file, and when I ran generate script, there is no index.ts in types/enum, but types/index.ts is referencing a file from types/enum export * from './enum', so I have to change this path manually to export * from './enum/all-enum'. I hope, I've give you all information about the issue.

TimelordUK commented 2 years ago

This should have been addressed in last build

TimelordUK commented 1 year ago

i think this is fixed closing