Avenx browser runtime.
This is the only module the browser build bundles, so its import graph defines what ships to users. Two neighbours are deliberately not re-exported here, because doing so would pull them into every application bundle:
./testing.js— the DOM mock and component sandbox (avenx-core/testing)./tooling/— the lint and build helpers, which importfsandpath(avenx-core/tooling)
Keep this file free of anything that is not needed at runtime in a browser.
- Source: