guybedford
cd38339884
support instantiate plugins with "load" fn
2016-11-14 17:31:45 +02:00
guybedford
ab749f32a7
0.19.41
0.19.41
2016-11-10 16:56:36 +02:00
guybedford
3e2246a62b
only instantiate for a return value
2016-11-08 18:43:54 +02:00
guybedford
cfcc20154c
Revert "treat transpilers as plugins"
...
This reverts commit 8fa13b56697251f70ed2911bdb78406dc5b46a97.
2016-11-08 18:32:06 +02:00
guybedford
ce9a6fd4ad
undeprecate object map, plugin translate return
2016-11-04 13:51:41 +02:00
guybedford
9ae69b905f
0.19.40
0.19.40
2016-10-25 14:45:26 +02:00
Guy Bedford
1f6e067450
Merge pull request #1466 from Laoujin/docs-babeloptions
...
docs/config-api: babelOptions: stage no longer exists; replaced example with 'presets'
2016-10-10 14:21:00 +02:00
Laoujin
9a66cd786f
docs/config-api: babelOptions: stage no longer exists; replaced example with 'presets'
2016-10-05 14:54:27 +02:00
guybedford
5ed69b6344
remove redundant $__curScript assignment path
2016-10-05 12:04:43 +02:00
guybedford
8fa13b5669
treat transpilers as plugins
2016-10-04 18:00:06 +02:00
guybedford
232f994b74
curscript undefined src fix
2016-10-03 13:30:53 +02:00
guybedford
2ae1a13555
0.19.39
0.19.39
2016-09-26 16:09:02 +02:00
Guy Bedford
530c9ea192
Merge pull request #1451 from PhilippMi/ie-async-scripts
...
Check for document.currentScript before assigning it
2016-09-19 17:19:06 +02:00
Philipp Mitterer
e269be3b87
Check for document.currentScript before assigning it
...
IE>10 supports HTMLScriptElement.async but not document.currentScript.
2016-09-19 06:42:57 +02:00
Guy Bedford
ee392b91a5
Merge pull request #1438 from jpiv/patch-2
...
Make the README.md more understandable
2016-09-13 19:00:08 +02:00
Guy Bedford
7bd565c35b
Merge pull request #1440 from jpiv/patch-3
...
Updates broken link in config api readme
2016-09-13 18:49:45 +02:00
guybedford
28c84e65c1
dynamic module fallback should be __useDefault
2016-09-13 17:35:47 +02:00
John Pizzo
e554db6ad5
Updates broken link in config api readme
2016-09-08 17:37:04 -04:00
John Pizzo
1d50acf259
Make the README.md more understandable
...
I found my self slightly confused while reading one portion of the `README.md`. I propose the following update to wording in order to eliminate this moment of confusion for any future readers of the read me |:^).
2016-09-07 15:28:26 -04:00
guybedford
8ff255f20d
0.19.38
0.19.38
2016-09-06 18:03:40 +02:00
guybedford
9f886bb3bd
node modules build fix
2016-09-06 17:58:53 +02:00
guybedford
2d1c8c935f
set error stack as well as message
2016-08-28 18:55:00 +02:00
guybedford
85bca84c0f
dont load node core modules in builder
2016-08-24 17:22:01 +02:00
Guy Bedford
8bcd6dc66a
Merge pull request #1416 from casperlamboo/patch-1
...
Added plugin worker to plugin list
2016-08-22 13:45:29 +02:00
Casper Lamboo
09a7c2a8aa
Added plugin worker to plugin list
2016-08-22 13:42:15 +02:00
guybedford
3454429e6d
0.19.37
0.19.37
2016-08-21 19:11:59 +02:00
guybedford
bac2cc52be
more useful transpiler load error message
2016-08-21 16:58:50 +02:00
guybedford
bbbde304c4
replace \\ with / always as per URL spec
2016-08-21 16:49:43 +02:00
guybedford
026b3c9bea
do the undefined check correctly
2016-08-21 15:56:50 +02:00
guybedford
a0bf1a4dbe
allow falsy module values
2016-08-21 15:41:46 +02:00
guybedford
344f1f099b
fix useVm feature detection
2016-08-20 14:07:14 +02:00
guybedford
a614724543
use feature detection for vm.runInThisContext use
2016-08-20 13:52:16 +02:00
guybedford
49f4566a4a
loads shouldn't be included in getConfig
2016-08-19 10:54:00 +02:00
guybedford
91d257b5c5
system.register function return case
2016-08-05 16:15:13 +02:00
guybedford
273b37a42a
pending test fix
2016-08-03 14:32:16 +02:00
Guy Bedford
29f93d2c70
Merge pull request #1391 from casperlamboo/feature/script-src-property
...
Make the location of the system.js script accessible
2016-08-02 17:16:51 +02:00
casperlamboo
e3d28ce3e8
make the location of the system.js script accessible
2016-08-02 17:09:37 +02:00
guybedford
dd45df696e
add failing race condition test
2016-08-02 14:34:28 +02:00
guybedford
6a4d7e1eb8
0.19.36
0.19.36
2016-08-01 18:22:44 +02:00
guybedford
a43201f8b2
remove isloading assertion
2016-08-01 14:25:24 +02:00
guybedford
e32557c826
hasBuffer check in try
2016-07-27 18:11:47 +02:00
guybedford
3d097d9048
0.19.35
0.19.35
2016-07-26 22:15:51 +02:00
guybedford
dd67bb2ba5
0.19.34
0.19.34
2016-07-26 16:55:06 +02:00
guybedford
31cc1bca25
error message fix update into local source
2016-07-26 16:55:06 +02:00
guybedford
9f987ff840
sourceURL fix
2016-07-26 16:55:06 +02:00
Guy Bedford
c113dc613a
add less plugin
2016-07-26 16:34:56 +02:00
guybedford
f3c15f436a
0.19.33
0.19.33
2016-07-26 14:48:18 +02:00
guybedford
033c5ed38e
sourceMap reference fix for Buffer
2016-07-26 14:48:00 +02:00
guybedford
680f800c9e
0.19.32
0.19.32
2016-07-25 14:14:09 +02:00
guybedford
e03812ce32
provide source maps encoding in Node
2016-07-25 14:05:32 +02:00