1419 Commits

Author SHA1 Message Date
guybedford
9bcd118d8f ensure we still throw on multiple anonymous defines (#1116) 2016-02-23 18:01:22 +02:00
guybedford
bd8b0d0618 support anon and named AMD in the same file (#1116) 2016-02-23 17:53:21 +02:00
Guy Bedford
64f56dbd7c Merge pull request #1107 from 60devs/master
New Support SystemJS badge
2016-02-19 16:49:09 +02:00
Alex R
36f0a9ddcf New Support SystemJS badge 2016-02-18 21:47:35 +01:00
guybedford
1f31768312 export detection fix 2016-02-18 20:04:43 +02:00
guybedford
daf16dfa9a cjsDeferDeps -> cjsDeferDepsExecute 2016-02-18 17:12:43 +02:00
guybedford
2515f2a434 relax module dependency check 2016-02-18 17:05:16 +02:00
guybedford
a90b641266 cjsDeferDeps feature 2016-02-18 16:58:17 +02:00
guybedford
04da9d46d1 update esm regex 2016-02-17 14:55:05 +02:00
guybedford
69fede0b62 0.19.22 0.19.22 2016-02-16 15:49:21 +02:00
guybedford
e6a6b4d116 ensure strict decanonicalize does not do any extension adding 2016-02-16 15:48:44 +02:00
guybedford
44be6d1b17 0.19.21 0.19.21 2016-02-15 23:32:26 +02:00
guybedford
60b3fc0031 use strict decanonicalize for builder 2016-02-15 18:24:25 +02:00
guybedford
08f798f67f boolean conditional type enforce, isPlugin provided unnecessarily, meta and package config to permit global map 2016-02-14 16:04:46 +02:00
guybedford
dd64b11faf integrity execution fix 2016-02-10 15:18:53 +02:00
guybedford
8e2f254ee6 fix integrity cases 2016-02-05 17:02:21 +02:00
guybedford
7b1db53fbd eval polishing 2016-02-05 16:41:03 +02:00
guybedford
30b0f8bf85 back to the eval 2016-02-05 16:35:55 +02:00
guybedford
19942209d2 0.19.20 0.19.20 2016-02-04 20:21:54 +02:00
guybedford
fd1f6ac82f typo 2016-02-04 20:21:21 +02:00
guybedford
dc0b5114b7 meta configuration to decanonicalize with extensions 2016-02-04 20:17:25 +02:00
guybedford
8e8a72147f 0.19.19 0.19.19 2016-02-04 15:24:27 +02:00
guybedford
2a304449ff source maps sanitization adjustments 2016-02-04 15:00:41 +02:00
guybedford
c168e3e68c disable auto scriptLoad (#1075) 2016-02-03 21:04:51 +02:00
guybedford
75008f8ff6 ensure prototype method polyfills dont affect config checking 2016-02-03 18:54:24 +02:00
guybedford
e472ecce1a correct System.register regex (#1071) 2016-02-03 15:04:01 +02:00
guybedford
7ea9734098 update tests for new __moduleName format 2016-02-02 20:43:04 +02:00
guybedford
002c862466 register context object fix 2016-02-02 20:20:21 +02:00
guybedford
7c2dd14b82 0.19.18 0.19.18 2016-02-01 16:10:30 +02:00
guybedford
0a26819384 csp package loading support 2016-02-01 16:10:09 +02:00
guybedford
22240f80b7 ensure uses of decanonicalize undo defaultJSExtensions 2016-02-01 15:10:27 +02:00
guybedford
5164adbfff support null globals 2016-01-29 11:46:18 +02:00
guybedford
86be5c4ac7 decanonicalize to handle meta opt-out of extensions 2016-01-28 12:00:36 +02:00
Guy Bedford
e44c760c76 Merge pull request #1060 from laurentgoudet/patch-1
Add plugin-lazyimage to README
2016-01-28 10:55:22 +02:00
Guy Bedford
6b61272a02 add svg and yaml plugins 2016-01-28 00:06:07 +02:00
Guy Bedford
bbd1db1c0c Merge pull request #1064 from paulirish/patch-1
readme: link to HTML Imports loader
2016-01-28 00:05:15 +02:00
Paul Irish
d1bbd10385 readme: link to HTML Imports loader 2016-01-27 13:43:38 -08:00
Laurent Goudet
b1366a29d2 Add plugin-lazyimage to README
I had the use case of creating a lazy version of [plugin-image](https://github.com/systemjs/plugin-image) to improve the page load time of a page with a carousel. Using SystemJS plugins is nice as it ties the code implementing the behavior, here the carousel, with the assets needed (the images and/or the css). However, plugin-image was blocking the carousel code to be executed until all the images were fully loaded. Using `System.import`s instead of `import`s would have only solved half of the issue, since it returns only when the images are fully loaded (no progressive rendering), and the module's dependencies can't be statically traced anymore (which I use to detect unused files). Please advice if there's a better approach.
2016-01-26 16:20:51 +01:00
guybedford
9a518551aa initialize paths 2016-01-25 15:01:21 +02:00
guybedford
32554417a7 ensure packageConfigPaths inits to an array 2016-01-24 17:38:30 +02:00
guybedford
6243d0c770 0.19.17 0.19.17 2016-01-20 01:08:39 +02:00
guybedford
7ce254ded8 wildcard bundle test 2016-01-19 22:23:11 +02:00
guybedford
b141c96207 support wildcards in bundles 2016-01-19 22:20:46 +02:00
guybedford
29cd9fd761 env -> production, trailing slash adjustments 2016-01-17 16:17:12 +02:00
guybedford
894036ec6b 0.19.16 0.19.16 2016-01-13 14:56:25 +02:00
guybedford
c29816c767 ensure map backwards compat behaves equally 2016-01-13 14:55:01 +02:00
guybedford
49df1928ba minore syntactical adjustment 2016-01-13 14:50:02 +02:00
guybedford
19a032b6ec more decanonicalization regression regressions 2016-01-13 14:46:42 +02:00
guybedford
ba4b0b8b7f ensure bundle decanonicalize does provide defaultJSExtensions 2016-01-13 14:15:34 +02:00
guybedford
f30d5a4970 0.19.15 0.19.15 2016-01-12 00:02:48 +02:00