intern icon indicating copy to clipboard operation
intern copied to clipboard

Make loader paths configurable for built-in loader scripts

Open jason0x43 opened this issue 7 years ago • 1 comments

The paths to the loaders (Dojo, SystemJS, ...) are hardcoded in the loader scripts in Intern 4. Consider making them configurable with a loader option.

jason0x43 avatar Jan 15 '18 17:01 jason0x43

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.

jason0x43 avatar Dec 17 '19 14:12 jason0x43