xslt-processor icon indicating copy to clipboard operation
xslt-processor copied to clipboard

Circular dependencies

Open alejandroclaro opened this issue 5 years ago • 0 comments

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.

alejandroclaro avatar Jan 03 '20 16:01 alejandroclaro