-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
What is the feature/improvement you would like?
Use
import * as process from 'process'
everywhere process is needed. Use the same lint rule set for 'timers'
What use case would this feature/improvement enable?
Throughout the driver instead of relying on the global. This improves the bundling and shimming experience since there is an entry point that can be replaced as opposed to a new global added.