1489 Commits

Author SHA1 Message Date
guybedford
fee71c52df hasOwnProperty fix 2016-04-29 15:18:19 +02:00
guybedford
596b751b53 0.19.27 0.19.27 2016-04-29 14:52:36 +02:00
guybedford
8d64131a03 do not evaluate empty sources 2016-04-29 13:53:02 +02:00
guybedford
934e4b9a4f add node 6 2016-04-28 13:21:36 +02:00
guybedford
9f56903834 ensure plugins arent used to load package config 2016-04-21 22:35:50 +02:00
Guy Bedford
13329572a3 Merge pull request #1214 from Munter/package-files
Only include actively used files in npm package
2016-04-16 16:17:01 -03:00
Peter Müller
e60adb92e6 Only include actively used files in npm package 2016-04-14 12:35:38 +02:00
guybedford
8703bf0f93 0.19.26 0.19.26 2016-04-11 12:20:49 +02:00
guybedford
4f18e81a94 only throw out-of-band amd define error for git 2016-04-10 18:26:43 +02:00
Guy Bedford
ddb06aa6db Merge pull request #1204 from KevCJones/patch-2
Update to add alternative sass/scss plugin
2016-04-10 17:29:51 +02:00
guybedford
978f7bbc56 promises performance note 2016-04-10 17:01:52 +02:00
guybedford
cbfb7f724d cjs ensure global eval without require in scope, over nulling global require 2016-04-10 16:54:44 +02:00
Kevin C Jones
cb3fd27a0e Update to add alternative sass/scss plugin
Just putting this out there, an alternative sass/scss plugin, born from needing to capture the CSS output and inject where you want, not the 'head', e.g. Angular 2's @Component style attribute.
2016-04-09 22:12:39 +01:00
Guy Bedford
e64a62c951 Merge pull request #1193 from joeldenning/issue-1192
Fixing #1192. Falling back to normal way of setting properties when getOwnPropertyDescriptor throws
2016-04-02 12:21:59 +02:00
Joel Denning
9e4d99a9f7 Pull request feedback. 2016-04-01 10:22:26 -06:00
guybedford
be7f0dba0c update polyfill notes 2016-04-01 15:49:30 +02:00
guybedford
c98dba3ac0 throw for out-of-format amd define 2016-04-01 13:16:22 +02:00
Joel Denning
b296a89a14 Fixing #1192. Falling back to normal setting of property of getOwnPropertyDescriptor throws. 2016-03-30 17:39:46 -06:00
Guy Bedford
47703ed209 Merge pull request #1191 from DanielRosenwasser/patch-1
Update TypeScript's compiler options link.
2016-03-30 21:05:14 +02:00
Daniel Rosenwasser
6227ce9aee Update TypeScript's compiler options link. 2016-03-30 09:48:22 -07:00
guybedford
adb2c493e4 correct package.json 2016-03-30 13:54:56 +02:00
guybedford
bf9e85d4cd fix travis build 2016-03-30 13:51:09 +02:00
guybedford
d3196ce9fd 0.19.25 0.19.25 2016-03-30 13:41:45 +02:00
guybedford
74ceede1ac proper package regex escape 2016-03-30 10:35:30 +02:00
guybedford
8ee8916b51 clear global require on executions 2016-03-29 15:12:04 +02:00
guybedford
5d20c2c797 improve unexpected anonymous register error message 2016-03-29 14:43:44 +02:00
guybedford
18be7fa917 embed URL polyfill 2016-03-28 12:19:46 +02:00
guybedford
9af28e625a token ie 2016-03-28 12:00:24 +02:00
Guy Bedford
162a5f84f4 Merge pull request #1171 from nlwillia/subPath
getMetaMatches should check for own property
2016-03-26 14:41:20 +08:00
guybedford
028293d5d8 throw on synchronous conditional loading 2016-03-26 14:20:33 +08:00
Guy Bedford
a08be67cdc Merge pull request #1180 from develar/patch-1
Fix "Source Maps are off"
2016-03-26 12:39:54 +08:00
Vladimir Krivosheev
8c649e6f89 Fix "Source Maps are off"
We don't add new line in the beginning of the file to avoid one line offset issue. So we must not change existing source mappings.
2016-03-25 12:21:21 +01:00
Nathan Williams
4730fdf61f Fix for files named 'toString.js' or 'valueOf.js' not being mapped correctly 2016-03-19 14:27:07 -04:00
Nathan Williams
584d930126 Merge remote-tracking branch 'refs/remotes/systemjs/master' 2016-03-19 14:24:40 -04:00
guybedford
9ae1527ed9 sourcemap correction 2016-03-16 00:10:30 +08:00
guybedford
67fc5138d2 fix handling of hash bang in node 2016-03-15 23:52:49 +08:00
guybedford
cfef109e28 update plugin list 2016-03-12 14:20:36 +02:00
Guy Bedford
8dc1c75e84 Merge pull request #1151 from blittle/patch-1
Update plugins
2016-03-10 09:11:51 +02:00
Bret Little
918784ce83 Update plugins
* Add sofe as an available plugin
* Alphebetize the plugin list
2016-03-09 13:38:17 -07:00
guybedford
bb588cee15 0.19.24 0.19.24 2016-03-09 15:44:20 +02:00
guybedford
8699dc68cf support global format exports as an array (#443) 2016-03-09 15:40:16 +02:00
guybedford
5e0d80e4c9 update package validation 2016-03-08 19:55:46 +02:00
guybedford
207c4465fb package map chaining will not be deprecated 2016-03-08 19:53:46 +02:00
guybedford
5c51a535a8 implement commonjs require.resolve 2016-03-08 15:52:46 +02:00
guybedford
65045860db fix global leak (#1145) 2016-03-08 13:57:34 +02:00
Guy Bedford
c771e001ab Merge pull request #1146 from balupton/patch-1
Update module-formats.md
2016-03-08 12:34:41 +02:00
Benjamin Lupton
254fd72544 Update module-formats.md
Updated usage of the old `es6` to the new `esm` as noted only a few lines higher
2016-03-08 14:39:41 +08:00
guybedford
38d4d8513c refining map cases, experimental main object support 2016-03-07 17:24:35 +02:00
guybedford
e2f76c2b10 catch plugin self-load case 2016-03-05 15:01:51 +02:00
Guy Bedford
5e78e59d8e Merge pull request #1135 from asapach/master
added `crossOrigin` meta option
2016-03-05 14:34:06 +02:00