502 Commits

Author SHA1 Message Date
guybedford
5b0156fb81 support arrays in config 2014-07-29 18:10:26 -07:00
guybedford
6a8944736e fixes #150 2014-07-29 18:02:32 -07:00
guybedford
0e8263cad9 build 2014-07-29 16:32:40 -07:00
Guy Bedford
ba2b734e8a Merge pull request #151 from MajorBreakfast/patch-2
[FIX] Remove webkitStorageInfo is deprecated warning
2014-07-29 16:18:02 -07:00
Guy Bedford
59d023aaa8 Merge pull request #154 from systemjs/newregister
New System.register form support
2014-07-29 16:14:38 -07:00
guybedford
a85710320c update to new register output 2014-07-29 14:09:05 -07:00
MajorBreakfast
c9c26f3a51 [FIX] Remove webkitStorageInfo is deprecated warning
Chrome always prints the warning:
```
'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead.
```

Since this is distracting, this PR makes the warning disappear.
2014-07-24 11:16:43 +02:00
Guy Bedford
444153eb36 Merge pull request #149 from MajorBreakfast/patch-1
[Fix] Incorrect arguments Array for AMD modules
2014-07-19 12:35:38 -07:00
MajorBreakfast
67508a3af0 [Fix] Incorrect arguments Array for AMD modules
AMD modules using the `define(require, exports, module)` style are currently called with a malformed arguments array that accidentally contains `exports` twice. Modules using the `module.exports = ...` style thus don't work.
2014-07-19 21:31:16 +02:00
Guy Bedford
537dde37ca Merge pull request #133 from alanclarke/fix-undefined-versions
fix issue with packageVersions being undefined
2014-07-11 10:17:17 -07:00
alanclarke
2b0fc53b6d fix issue with packageVersions being undefined
set default for contextual config option

always use this.versions

maintain stable reference to loader.versions
2014-07-11 13:29:02 +01:00
guybedford
c14cea43dd revert plugin to instantiate hook over execute 0.6.7 2014-06-26 19:22:08 -07:00
guybedford
266093226a 0.6.7 prep 2014-06-26 18:58:13 -07:00
guybedford
7a0ccee4fd ensure System.register implementation 2014-06-26 18:51:26 -07:00
guybedford
829f12cff0 Merge branch 'perf' 2014-06-26 14:43:31 -07:00
guybedford
50e0a43f31 plugin hook to execute and updates 2014-06-26 14:26:10 -07:00
guybedford
5554760ebf es6ml 0.7 updates 2014-06-23 17:23:00 -07:00
guybedford
08a1e63f16 allow trailing deps comma 2014-06-16 16:00:58 -07:00
guybedford
59ef5d564d allow trailing deps comma 2014-06-16 15:52:12 -07:00
guybedford
2e007c642a map and register performance optimizations 2014-06-08 12:20:23 -07:00
guybedford
5451db5426 fix server amd tracing, first pass 2014-06-07 18:56:11 -07:00
Guy Bedford
54f7da6d25 Merge pull request #118 from abuchanan/patch-1
Correct error argument in example code
2014-06-07 10:56:29 -07:00
Alex Buchanan
b8b977581c Correct error argument in example code 2014-06-07 10:55:25 -07:00
Guy Bedford
15f2abde64 Merge pull request #116 from shinnn/master
Update repository URL
2014-06-07 10:36:40 -07:00
Shinnosuke Watanabe
1ea4346a9d update repository URL 2014-06-06 17:00:11 +09:00
Guy Bedford
a5f9bbd24e Update README.md 2014-06-04 20:02:23 -07:00
guybedford
c29235e57b commonjs wrapper fix for comments 2014-06-03 11:22:45 -07:00
guybedford
ffa0053ae4 Merge branch 'amd-namespace' of github.com:josh/systemjs 2014-06-02 14:16:31 -07:00
guybedford
884b525d70 allow CommonJS this to be exports 2014-05-30 16:59:31 -04:00
Joshua Peek
db892dc260 Expose loader.amdDefine 2014-05-28 00:13:57 -05:00
Joshua Peek
6dba8a564e Test loading amd-bundle 2014-05-28 00:06:41 -05:00
guybedford
21c854e5db 0.6.6 further plugin fixes 0.6.6 2014-05-23 11:02:48 -07:00
guybedford
e03f0cc1f3 plugin non-build instantiate fix 2014-05-23 10:55:58 -07:00
guybedford
d0b3c70eea 0.6.5, allow plugins to not build 0.6.5 2014-05-23 10:33:59 -07:00
guybedford
33e7e8cc8e 0.6.4 0.6.4 2014-05-23 10:25:33 -07:00
guybedford
7944fc40df version maps adjustment, bundle and plugin fixes for builds, bug fixes 2014-05-23 10:23:41 -07:00
Guy Bedford
291eebfdcf Merge pull request #102 from nosuchmyname/master
Ignore errors when copying global object
2014-05-22 10:41:31 -07:00
K.T
3f2e7f2830 Remove noisy logging 2014-05-22 18:07:33 +09:00
K.T
402dcf6b34 Ignore errors when copying global object 2014-05-22 17:37:12 +09:00
Guy Bedford
5ba7a67bc4 Merge pull request #101 from josh/patch-1
Fix `error` handler typo
2014-05-20 10:46:26 -07:00
Joshua Peek
cc77afdeb1 Fix error handler typo 2014-05-19 22:41:17 -05:00
guybedford
192b6df51c 0.6.3 0.6.3 2014-05-19 14:22:22 -07:00
guybedford
18bd4a35a9 execution fix 2014-05-19 14:21:47 -07:00
guybedford
7eecb66487 0.6.2 0.6.2 2014-05-19 13:33:41 -07:00
guybedford
3dea3db32d execution tracing error handling 2014-05-19 13:33:41 -07:00
guybedford
fe93136b76 traceur runtime detection adjustment 2014-05-19 13:33:40 -07:00
Guy Bedford
7491c59bb7 Merge pull request #98 from OliverJAsh/patch-2
Improve example
2014-05-19 08:21:26 -07:00
Oliver Joseph Ash
97fea1b448 Improve example 2014-05-19 11:01:50 +01:00
guybedford
6c4e67bbf3 0.6.1 0.6.1 2014-05-18 23:33:27 -07:00
Guy Bedford
d32d27ebef bundles documentation 2014-05-18 15:09:36 -07:00