mirror of
https://github.com/systemjs/systemjs.git
synced 2026-01-18 14:53:14 +00:00
0.20.17
This commit is contained in:
parent
ddf4d4f406
commit
fa9e7b183b
390
dist/system-production.js
vendored
390
dist/system-production.js
vendored
File diff suppressed because one or more lines are too long
2
dist/system-production.js.map
vendored
2
dist/system-production.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/system-production.src.js
vendored
4
dist/system-production.src.js
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SystemJS v0.20.16 Production
|
||||
* SystemJS v0.20.17 Production
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
@ -1685,7 +1685,7 @@ function coreInstantiate (key, processAnonRegister) {
|
||||
return doScriptLoad(key, processAnonRegister);
|
||||
}
|
||||
|
||||
SystemJSProductionLoader$1.prototype.version = "0.20.16 Production";
|
||||
SystemJSProductionLoader$1.prototype.version = "0.20.17 Production";
|
||||
|
||||
var System = new SystemJSProductionLoader$1();
|
||||
|
||||
|
||||
741
dist/system.js
vendored
741
dist/system.js
vendored
File diff suppressed because one or more lines are too long
2
dist/system.js.map
vendored
2
dist/system.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/system.src.js
vendored
4
dist/system.src.js
vendored
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* SystemJS v0.20.16 Dev
|
||||
* SystemJS v0.20.17 Dev
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
@ -3985,7 +3985,7 @@ SystemJSLoader$1.prototype.registerDynamic = function (key, deps, executingRequi
|
||||
return RegisterLoader$1.prototype.registerDynamic.call(this, key, deps, executingRequire, execute);
|
||||
};
|
||||
|
||||
SystemJSLoader$1.prototype.version = "0.20.16 Dev";
|
||||
SystemJSLoader$1.prototype.version = "0.20.17 Dev";
|
||||
|
||||
var System = new SystemJSLoader$1();
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "systemjs",
|
||||
"version": "0.20.16",
|
||||
"version": "0.20.17",
|
||||
"description": "Dynamic ES module loader",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user