guybedford
75da334af5
version fix
2014-10-28 17:48:53 +02:00
guybedford
c0ab839f59
remove aliasing, add export * tests
2014-10-27 12:50:17 +02:00
guybedford
d7594c5456
CommonJS detection adjustment
2014-10-20 11:59:54 +02:00
guybedford
282dafe6ea
remove aliasing entirely
2014-09-30 17:14:23 +02:00
guybedford
90e7f57aaa
enable aliasing
2014-09-30 17:14:15 +02:00
guybedford
555763b503
fix circular tests for traceur update
2014-09-25 12:48:43 +02:00
guybedford
97d1a12a71
csp plugin support ( #202 )
2014-09-25 12:47:06 +02:00
guybedford
046aa2d69b
fixes #198
2014-09-24 20:56:02 +02:00
Matthew Phillips
2e48d0231a
Fixed node tests with new WebWorker support
...
Previous changes to make SystemJS support WebWorkers mistakenly broke
Node, this fixes it.
2014-08-20 18:59:02 -05:00
Matthew Phillips
11d51443b2
Allows SystemJS to load within Web Workers
...
This adds support for web workers building on the work done in ES6
Module Loader. Mostly just window checks, did have to do a plain old
eval in this case. Fixes #165
2014-08-16 13:46:45 -04:00
guybedford
03a7086803
evaluation linking bug ( #167 )
2014-08-09 13:26:32 -07:00
guybedford
46581e2037
dynamic linking dependency fix
2014-08-07 18:46:52 -07:00
guybedford
cdb83573e9
allow compatibility with requirejs
2014-07-31 21:13:15 -07:00
guybedford
0c730582de
ie8 test completion
2014-07-31 21:05:06 -07:00
guybedford
ebd07b391d
ie8 testing first pass
2014-07-31 18:01:00 -07:00
Guy Bedford
fa0b326a89
Merge pull request #156 from systemjs/cjs-require-alias
...
AMD CJS require alias support
2014-07-30 16:24:40 -07:00
Guy Bedford
ac37ff9c52
Merge pull request #155 from systemjs/cjs-module-exports
...
commonjs exports fix, dynamic register adjustments
2014-07-30 16:24:30 -07:00
guybedford
f2157f1e11
Merge branch 'require-alias' of github.com:bitovi/systemjs into cjs-require-alias
...
Includes adjustments of alias detection code to separate AMD and CommonJS extensions.
2014-07-30 16:05:19 -07:00
guybedford
926828bbf1
multi global fix for #152
2014-07-30 13:52:44 -07:00
guybedford
dac1e9caf1
commonjs exports fix, dynamic register adjustments
2014-07-30 13:30:30 -07:00
guybedford
483b36cf54
error handling adjustments
2014-07-29 18:21:02 -07:00
Guy Bedford
6dd7c0518a
Merge pull request #138 from theefer/detect-amd-w-comments
...
Detect AMD modules even in the presence of comments in deps list
2014-07-29 18:20:44 -07:00
guybedford
6a8944736e
fixes #150
2014-07-29 18:02:32 -07:00
guybedford
a85710320c
update to new register output
2014-07-29 14:09:05 -07:00
Sébastien Cevey
ca212c45ca
Detect AMD modules even in the presence of comments in deps list
2014-07-13 15:30:18 +01:00
Justin Meyer
4c9ecbdf57
fixes #129 and makes it possible to list require as a dependency
2014-06-29 23:20:28 -05: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
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
7944fc40df
version maps adjustment, bundle and plugin fixes for builds, bug fixes
2014-05-23 10:23:41 -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
guybedford
90b1d11a28
bundling bug fixes, readme updates
2014-05-18 15:09:30 -07:00
guybedford
2aa99be52f
System.register dynamic variation
2014-05-16 13:45:14 -07:00
guybedford
c874eda267
tracing and bundling tests and fixes
2014-05-13 17:13:20 -07:00
guybedford
88b3bd8fc4
plugin adjustments, non-data-attribute support, prefetch meta
2014-05-10 17:47:49 -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
37e37c302f
nodejs test completion
2014-05-05 15:56:44 -07:00
guybedford
656bcffbfd
cycle algorithm final adjustments and tests
2014-05-05 15:56:44 -07:00
guybedford
1699351fc1
circular tests
2014-05-05 15:56:44 -07:00
guybedford
e65f0e8a84
first test pass
2014-05-05 15:56:44 -07:00
guybedford
3cb9b6f657
spec update rewrite, wip
2014-05-05 15:56:44 -07:00
guybedford
8700c58d00
fixing tests for NodeJS
2014-04-27 16:47:48 -07:00
guybedford
7c88ccb25d
data-main, data-config support
2014-04-12 10:49:37 -07:00
guybedford
a09c486a92
System.meta support
2014-04-11 23:13:35 -07:00
guybedford
25cbd0b358
convert tests to qunit form, use qunit from NPM as dev dependency
2014-04-07 20:41:48 -07:00