intern
intern copied to clipboard
Make loader paths configurable for built-in loader scripts
The paths to the loaders (Dojo, SystemJS, ...) are hardcoded in the loader scripts in Intern 4. Consider making them configurable with a loader option.
Ideally any Intern-specific metadata would be separate from the loader options, but that would involved changing the registerLoader interface. Probably the best way to go here is to support an internLoaderPath option for the loader scripts. This option would be filtered out of the options that were passed to the loader itself.