146 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
2fa22fe0fc __dirname compatibility (#519) 2015-06-14 22:17:21 +02:00
guybedford
427bed7908 csp fixes 2015-06-14 17:09:10 +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
1f60635c84 multi deps shim fix (#494) 2015-06-10 15:53:06 +02:00
guybedford
f868477d15 defaultJSExtensions system for backwards compat 2015-06-02 14:17:06 +02:00
guybedford
cd9067b442 globals only for globals 2015-05-31 15:21:26 +02:00
guybedford
5d6feea1aa baseURL normalization adjustments, tests, typescript tests 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
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
a93a085d47 Revert ""register" -> "system""
This reverts commit 710449807943cec26a65dc814f4679625695259c.

Conflicts:
	lib/es.js
	lib/register.js
2015-05-12 13:54:06 +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
253b676e7a "register" -> "system" 2015-05-12 13:52:54 +02:00
guybedford
e4b187b0dc helpful errors over graceful upgrade path 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
2296e03303 System.registerDynamic implementation, fixes #161 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
e6de280d41 test fixes 2015-03-25 01:14:35 +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
9ff8365030 runtime test and fix 2015-02-01 17:42:05 +02:00
guybedford
b648c65336 include test for #330, group linking node test fix 2015-01-26 13:39:30 +02:00
Guy Paterson-Jones
612a30c5ad Test for shared dependency bundle bug 2015-01-22 10:24:33 +02:00
guybedford
d62e63d361 group linking bug fix (#323) 2015-01-19 21:42:43 +02:00
guybedford
d8902954a8 revert #312, 0.11.3 2015-01-19 15:11:06 +02:00
Guy Bedford
a938f3158e Merge pull request #312 from theefer/sc-fix-require-in-string
Avoid parsing require("dep") inside strings in CJS
2015-01-12 21:45:49 +02:00
Sébastien Cevey
3bfddd81d2 Avoid parsing require("dep") inside strings in CJS 2015-01-11 22:59:10 +00:00
Justin Meyer
0aba1f046e adds tests showing a problem with connected trees and es modules in the middle 2015-01-10 20:40:23 -06:00
Matthew Phillips
732e7d840d Allow amd-style requires with no callback
Fixes #289
2015-01-04 19:17:00 -05:00
guybedford
95a9c6b960 fix to allow versioned plugins 2014-12-18 12:42:00 +02:00
guybedford
ca501e808d support async functions in es6 detection 2014-12-17 13:00:03 +02:00
guybedford
8795fec24c auto load traceur runtime 2014-12-10 16:13:37 +02:00
marc
3b1e768f59 Detection for files with byte order mark (BOM)
If files begin with a BOM (U+FEFF) the AMD and CommonJS detection will fail. I noticed this when using the SystemJS builder: https://github.com/systemjs/builder/issues/25
2014-11-19 08:38:22 +00:00
guybedford
262e1878d3 fix Node tests 2014-11-18 15:18:28 +02:00
guybedford
6beeaab3bf fix node baseURL 2014-11-18 15:18:28 +02:00
Matthew Phillips
69cc39bea8 Combine module deps with metadata deps when registering
This allows metadata deps to become first-class dependencies for all
module formats. Fixes #223
2014-11-18 15:18:28 +02:00
guybedford
9802b8dae6 ensure error stack reporting 2014-11-13 17:17:17 +02:00
guybedford
923cdbb586 es6 regex update 2014-11-03 10:39:15 +02:00