mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
* Reproduce issue #2286. * Making test more clear * Fix * Self review * Add load.p * possible parent fix * optional p * parent restriction * Fix * Update src/system-core.js * another variation Co-authored-by: Guy Bedford <guybedford@gmail.com>
6 lines
135 B
JavaScript
6 lines
135 B
JavaScript
System.register(['./link-error-child.js', './link-error-child2.js'], function () {
|
|
return {
|
|
execute: function () {
|
|
}
|
|
};
|
|
}); |