-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
Use Case
As a... user of the node.js driver with a bundler
I want... the global process to be replaced by node:process
So that... my bundlers can consistently provide it as needed
User Experience
- The driver will explicitly import node:process instead of relying on the global
Dependencies
- N/A
Risks/Unknowns
- None
Acceptance Criteria
Implementation Requirements
- Use `import node:process`
Testing Requirements
- Existing tests should pass
- Regression testing is deferred to a consolidated follow up ticket for M0
Documentation Requirements
- Release note
Follow Up Requirements
- Regression testing (see above)