Open
Description
Expectation: When loading axe as an AMD module, I don't expect to also have a global variable named 'axe'
Actual: Axe always export unconditionally on window when in browser context.
Motivation: Exporting on window can cause axe to override an existing value assigned to this name ('axe' is quite short and could be realistically picked as a name by a bundler/minifier for large enough bundles)
Code is here:
Line 26 in deed0f1