-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... node driver engineer
I want... EvalOperation and EvalOptions to be removed
So that... the driver is more concise
User Impact
- Breaking change Technically EvalOptions is public and could be used as a type annotation. However, there are no APIs that accept these options. We want to be sure the change is captured properly in the breaking changes list just in case.
Dependencies
Unknowns
Acceptance Criteria
Implementation Requirements
- Because EvalOptions and EvalOperation are in the same file, just delete eval.ts
Testing Requirements
- none
Documentation Requirements
- none
Follow Up Requirements
- none