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
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
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
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
guybedford
c14cea43dd
revert plugin to instantiate hook over execute
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
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
guybedford
21c854e5db
0.6.6 further plugin fixes
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
2014-05-23 10:33:59 -07:00
guybedford
7944fc40df
version maps adjustment, bundle and plugin fixes for builds, bug fixes
2014-05-23 10:23:41 -07:00
K.T
402dcf6b34
Ignore errors when copying global object
2014-05-22 17:37:12 +09:00
Joshua Peek
cc77afdeb1
Fix error handler typo
2014-05-19 22:41:17 -05:00
guybedford
18bd4a35a9
execution fix
2014-05-19 14:21:47 -07:00
guybedford
7eecb66487
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
guybedford
6c4e67bbf3
0.6.1
2014-05-18 23:33:27 -07:00
guybedford
90b1d11a28
bundling bug fixes, readme updates
2014-05-18 15:09:30 -07:00
Jonas Aschenbrenner
8df68568e3
fix: Registering minified modules without dependencies throws error
2014-05-18 02:00:08 +02:00
guybedford
c669ef845e
ensure global does not detect as AMD
2014-05-16 14:07:13 -07:00
guybedford
2aa99be52f
System.register dynamic variation
2014-05-16 13:45:14 -07:00
guybedford
6359535600
bundle module interpretation changes and bug fixes
2014-05-16 12:37:47 -07:00
guybedford
c85a26d99b
test cleanup, alias bug fix
2014-05-14 12:51:19 -07:00
guybedford
31880760ff
depcache hint extension
2014-05-13 17:13:23 -07:00
guybedford
c874eda267
tracing and bundling tests and fixes
2014-05-13 17:13:20 -07:00
guybedford
a64ddb4fda
better script injection, race condition handling
2014-05-12 12:11:16 -07:00
guybedford
d649001a89
register and format exports handling fixes
2014-05-12 12:10:28 -07:00
guybedford
d99e5985f0
ensure define always defined
2014-05-10 18:05:07 -07:00
guybedford
88b3bd8fc4
plugin adjustments, non-data-attribute support, prefetch meta
2014-05-10 17:47:49 -07:00
guybedford
40f227695c
fix CSP System.register
2014-05-10 11:06:24 -07:00
guybedford
7132085b6e
only use with wrapper for alternative globals
2014-05-09 13:54:59 -07:00
guybedford
c5f729f2b6
build reorganizing, prep for 0.6
2014-05-07 12:21:16 -07:00
guybedford
148a89ea00
readme updates, csp production tests
2014-05-06 18:05:16 -07:00
guybedford
6388f7f215
ie testing
2014-05-05 19:01:48 -07:00
guybedford
123f2a060b
versions adjustment
2014-05-05 15:56:44 -07:00
guybedford
37e37c302f
nodejs test completion
2014-05-05 15:56:44 -07:00