Closed danyill closed 1 year ago
We currently have the function available to fetch a control block from an Extref.
We already have a function which does this here:
https://github.com/OpenEnergyTools/scl-lib/blob/main/tControl/sourceControlBlock.ts
I'd like to write some tests and export it, WDYT?
I think it should also exist under the tExtRef folder rather than tControl at that point.
tExtRef
tControl
I am very fine with this. Tests with more edge cases would be great!
:tada: This issue has been resolved in version 1.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
We currently have the function available to fetch a control block from an Extref.
We already have a function which does this here:
https://github.com/OpenEnergyTools/scl-lib/blob/main/tControl/sourceControlBlock.ts
I'd like to write some tests and export it, WDYT?
I think it should also exist under the
tExtRef
folder rather thantControl
at that point.