Import process from 'process' instead of relying on global

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Unknown
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • 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.

            Assignee:
            Unassigned
            Reporter:
            Neal Beeken
            None
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: