116 Commits

Author SHA1 Message Date
guybedford
4b6a3700d4 Revert "plugin normalize hook support (#542)"
This reverts commit 35dcda2d4cb92f5974fd31ce2a9c28bab50e2df0.
2015-06-22 23:59:03 +02:00
guybedford
35dcda2d4c plugin normalize hook support (#542) 2015-06-22 23:58:50 +02:00
guybedford
329b4e2531 experimental package environment configuration 2015-06-22 20:43:07 +02:00
guybedford
f949ed1161 __dirname compatibility correction 2015-06-14 22:28:16 +02:00
guybedford
2fa22fe0fc __dirname compatibility (#519) 2015-06-14 22:17:21 +02:00
guybedford
6a51f53940 revert back to map as primary package config mechanism 2015-06-12 21:24:59 +02:00
guybedford
134cb2e47e extension & wildcard adjustments 2015-06-12 19:42:36 +02:00
guybedford
425f87fed9 pathing corrections 2015-06-12 16:07:09 +02:00
guybedford
a87e227705 pathing adjustments 2015-06-11 18:55:22 +02:00
guybedford
72a67df4d9 boolean conditional fix 2015-06-11 13:36:51 +02:00
guybedford
1417f90dc7 require.toUrl amd support 2015-06-11 13:10:10 +02:00
guybedford
f87a1df0e2 Node test baseURL fix 2015-06-02 22:59:36 +02:00
guybedford
b299e4f46d plugin fixes 2015-06-02 22:55:26 +02:00
guybedford
7af28b5a99 source maps adjustments, ie testing 2015-06-01 16:19:48 +02:00
guybedford
5d6feea1aa baseURL normalization adjustments, tests, typescript tests 2015-05-30 16:40:02 +02:00
guybedford
933038137a pick up baseURI from baseURL 2015-05-30 16:40:02 +02:00
guybedford
2141c64b31 deprecate locate 2015-05-30 16:40:02 +02:00
Guy Bedford
04938c3a8c es -> esm format name 2015-05-25 23:47:29 +02:00
Guy Bedford
6adc338167 package edge case refinements 2015-05-25 23:35:38 +02:00
guybedford
dd46274a38 package and plugin testing 2015-05-25 16:44:27 +02:00
guybedford
2350351b73 meta and plugin tests 2015-05-20 23:15:56 +02:00
guybedford
98e1eed706 feature tests, typescript tests 2015-05-20 21:34:56 +02:00
guybedford
5af8d5531d manual merge of TypeScript work 2015-05-19 14:34:03 +02:00
guybedford
5a10330a8b package backwards compat with submap 2015-05-18 15:19:38 +02:00
guybedford
fc9a7c8078 port 9c6f7c 2015-05-12 13:54:06 +02:00
guybedford
1ee77a3f99 manually port bd8f42, 580666, 9d477f 2015-05-12 13:54:05 +02:00
guybedford
686f65cd35 package config adjustments 2015-05-12 13:52:55 +02:00
guybedford
3ee7cc5d43 always use script CSP support for AMD and System.register loading, CSP and production loader convergence 2015-05-12 13:52:53 +02:00
guybedford
0da3213a2f format "es6" -> "es" 2015-05-12 13:52:53 +02:00
guybedford
f225ae043c named exports for dynamic (#334) 2015-05-12 13:52:53 +02:00
guybedford
c2f8fb64ce update to esml 0.17 build 2015-05-12 13:52:52 +02:00
guybedford
9c6f7cfe17 export * doesnt export default, CommonJS detection fix for #437 2015-05-04 09:22:32 +02:00
guybedford
b279fd755b support dynamic callback require form (#404) 2015-04-16 18:32:06 +02:00
guybedford
1fda72f165 Bump babel, es6-module-loader 2015-04-08 15:17:51 +02:00
guybedford
8eab0cae1e fix node resolution (#380) 2015-03-26 15:26:56 +02:00
guybedford
e6de280d41 test fixes 2015-03-25 01:14:35 +02:00
guybedford
76db6ef378 complete tests 2015-03-20 18:06:36 +02:00
guybedford
3b3b03a4b8 implement __esModule flag handling (#359) 2015-03-03 17:29:07 +02:00
guybedford
21cf5129da rename 6to5 to babel 2015-02-18 13:19:30 +02:00
guybedford
40c84c1f1d add failing test case for plugin normalization 2015-02-11 16:56:38 +02:00
guybedford
a24648c39e parser -> transpiler, update es6 module loader 2015-02-01 17:28:23 +02:00
Matthew Phillips
9f7bb47192 Add a clone function in core
This adds a System.core function in core. Extensions are now stored on
`System._extensions` and whenever a loader is cloned those extensions
are ran against the new loader. Fixes #331
2015-01-29 20:28:17 -05:00
guybedford
aba045187e fix node tests 2015-01-28 14:33:46 +02:00
guybedford
7d0140a20c update 6to5 2015-01-28 12:04:23 +02:00
guybedford
95d549f6d3 add back async function test 2015-01-28 12:04:23 +02:00
guybedford
386474a274 complete tests 2015-01-28 12:04:22 +02:00
guybedford
0950bd9bd7 split core into es6 and core, custom parser loading 2015-01-28 12:04:22 +02:00
guybedford
b648c65336 include test for #330, group linking node test fix 2015-01-26 13:39:30 +02:00
guybedford
6666ce32fa fix linking bug for shared bundles 2015-01-22 10:24:33 +02:00
Guy Paterson-Jones
612a30c5ad Test for shared dependency bundle bug 2015-01-22 10:24:33 +02:00