Skip to content

Commit 541ed78

Browse files
committed
Add system.js-polyfills library
Make system.js library dependent on system.js-polyfills, so it works on IE9+ Removed es6-module loader script, since it's built-in now
1 parent 4d48150 commit 541ed78

File tree

7 files changed

+58
-4
lines changed

7 files changed

+58
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://github.com/systemjs/systemjs/releases">SystemJS changelog</a></p>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>SystemJS is licensed under the <a href="https://github.com/systemjs/systemjs/blob/0.19.5/LICENSE">MIT License</a>.</p>
16.5 KB
Binary file not shown.

system.js-polyfills_0.19.5/system-polyfills.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="system.js-polyfills" type="JavaScript_Library" version="0.19.5">
4+
<friendlyName>SystemJS Polyfills</friendlyName>
5+
<description><![CDATA[Polyfills for SystemJS (adds IE8+ support via Promise and URL implementations)]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>support@engagesoftware.com</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<!--
17+
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18+
-->
19+
</dependencies>
20+
<components>
21+
<component type="JavaScript_Library">
22+
<javaScriptLibrary>
23+
<libraryName>system.js-polyfills</libraryName>
24+
<fileName>system-polyfills.js</fileName>
25+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
26+
<!--CDNPath></CDNPath>
27+
<objectName>System</objectName-->
28+
</javaScriptLibrary>
29+
</component>
30+
<component type="JavaScriptFile">
31+
<jsfiles>
32+
<libraryFolderName>system.js-polyfills</libraryFolderName>
33+
<jsfile>
34+
<name>system-polyfills.js</name>
35+
</jsfile>
36+
</jsfiles>
37+
</component>
38+
<component type="ResourceFile">
39+
<resourceFiles>
40+
<basePath>Resources\Libraries\system.js-polyfills\00_19_05</basePath>
41+
<resourceFile>
42+
<name>Resources.zip</name>
43+
</resourceFile>
44+
</resourceFiles>
45+
</component>
46+
</components>
47+
</package>
48+
</packages>
49+
</dotnetnuke>

system.js_0.19.5/Resources.zip

-21.5 KB
Binary file not shown.

system.js_0.19.5/system.js.dnn

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<packages>
33
<package name="system.js" type="JavaScript_Library" version="0.19.5">
44
<friendlyName>SystemJS</friendlyName>
5-
<description><![CDATA[Universal dynamic module loader (also includes ES6 Module Loader polyfill)]]></description>
5+
<description><![CDATA[Universal dynamic module loader]]></description>
66
<owner>
77
<name>Engage Software</name>
88
<organization>Engage Software</organization>
@@ -13,9 +13,7 @@
1313
<releaseNotes src="CHANGES.htm" />
1414
<azureCompatible>true</azureCompatible>
1515
<dependencies>
16-
<!--
17-
<dependency type="managedPackage" version="1.0.0">jQuery</dependency>
18-
-->
16+
<dependency type="managedPackage" version="0.19.5">system.js-polyfills</dependency>
1917
</dependencies>
2018
<components>
2119
<component type="JavaScript_Library">

0 commit comments

Comments
 (0)