Skip to content

Consider not exporting global if AMD or CommonJS module definition succeeded. #2052

Open
@engelsdamien

Description

@engelsdamien

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:

if (typeof window.getComputedStyle === 'function') {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions