Skip to content

Circular dependencies #38

@alejandroclaro

Description

@alejandroclaro

There are some circular dependencies in the project:

util.js -> xpath.js -> util.js
util.js -> xpath.js -> dom.js -> util.js
xpath.js -> xpathdebug.js ->xpath.js -> util.js

These circular dependencies and issues in the way the 'he' package is imported cause errors when the package is part of a bundle generation in 'iife' or 'umd' formats using rollup.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions