fix: waiter circular dependency - #392
Conversation
Signed-off-by: Aaron Dabney <aaron.g.dabney@gmail.com>
|
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
|
"If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public." I meet both of these criteria. |
Circular Dependency in Waiter Module
Problem:
lib/common/index.ts↔lib/common/lib/waiter.tsSolution: Import
OciErrordirectly from./error.tsinwaiter.tsinstead of from parent indexReference Issue: #391