mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-25 14:57:38 +00:00
12 lines
218 B
JavaScript
12 lines
218 B
JavaScript
System.register([], function (_export, _context) {
|
|
return {
|
|
setters: [],
|
|
execute: function () {
|
|
_export({
|
|
url: _context.meta.url,
|
|
resolve: _context.meta.resolve
|
|
});
|
|
}
|
|
};
|
|
});
|