guybedford
|
d35a17d93b
|
loader error caching tests
|
2017-05-26 15:26:55 +02:00 |
|
guybedford
|
866dd324c4
|
testing another default interop
|
2017-05-26 15:26:55 +02:00 |
|
guybedford
|
13df95c482
|
fix production loader map bug
|
2017-04-12 15:22:34 +02:00 |
|
guybedford
|
6999314e92
|
decodeURI shouldnt be needed on the key itself (for now, depending on what NodeJS does)
|
2017-04-06 17:03:49 +02:00 |
|
guybedford
|
846535858b
|
ensure decodeURI for node lookup paths
|
2017-04-06 16:18:19 +02:00 |
|
guybedford
|
0ef0102d9e
|
wasm refactoring
|
2017-04-04 11:33:37 +02:00 |
|
guybedford
|
4c1b6f8997
|
magic number testing
|
2017-04-04 10:42:09 +02:00 |
|
guybedford
|
e595fbcf53
|
ensure bundle metadata is still supported (systemjs/builder#784)
|
2017-03-23 11:20:36 +02:00 |
|
guybedford
|
7b1807560e
|
fix production getConfig
|
2017-03-16 18:59:09 +02:00 |
|
guybedford
|
978cc37fb6
|
ensure package configuration files dont use custom loaders
|
2017-03-16 13:13:44 +02:00 |
|
guybedford
|
2f9583fb29
|
enable getConfig for production loader
|
2017-03-16 08:59:51 +02:00 |
|
guybedford
|
234f920061
|
production resolver adjustments for system modules
|
2017-03-16 08:58:24 +02:00 |
|
guybedford
|
720aa9e4e5
|
fix map configuration double slashing bug
|
2017-03-09 15:17:54 +02:00 |
|
guybedford
|
c9cccd18d4
|
fixes bundles getConfig output
|
2017-03-09 14:33:18 +02:00 |
|
guybedford
|
923cae3a59
|
ensure wasm fallback in NodeJS
|
2017-02-27 11:49:14 +02:00 |
|
guybedford
|
f82e5cd9cd
|
minor tweaks
|
2017-02-27 11:31:56 +02:00 |
|
guybedford
|
da598b3d33
|
ensure __esModule flag check for existing, only on object-like
|
2017-02-20 14:07:10 +02:00 |
|
guybedford
|
19f854de63
|
delete completed metadata to enable gc of strings
|
2017-02-16 14:57:30 +02:00 |
|
guybedford
|
53a5060765
|
only use WebAssembly.Module.imports if supported
|
2017-02-09 11:37:54 +02:00 |
|
guybedford
|
a842efb664
|
support locate-only plugin
|
2017-02-09 11:37:35 +02:00 |
|
guybedford
|
7d47f1b3fa
|
ensure non-promise locate is supported
|
2017-02-09 09:23:08 +02:00 |
|
guybedford
|
10032f18fa
|
only call previous onerror if it exists
|
2017-02-09 09:12:27 +02:00 |
|
Guy Bedford
|
ed8c4b3615
|
Merge pull request #1571 from jayphelps/wasm
link imports requested by wasm module
|
2017-02-09 08:51:16 +02:00 |
|
guybedford
|
eaa429242b
|
fix typo
|
2017-02-09 08:43:51 +02:00 |
|
guybedford
|
f1fbbfe015
|
correction for plugin transpiler duplicate configuration case
|
2017-02-09 08:41:30 +02:00 |
|
Jay Phelps
|
bdce5a3919
|
link imports requested by wasm module
|
2017-02-07 17:20:07 -08:00 |
|
guybedford
|
f7908648d4
|
global scriptLoad to handle missing exports metadata case
|
2017-02-01 10:39:16 +02:00 |
|
guybedford
|
647ccef64a
|
package name trailing slash fix
|
2017-02-01 09:47:59 +02:00 |
|
guybedford
|
2105705a7a
|
fix to ensure plugin loader disables script load
|
2017-02-01 09:33:54 +02:00 |
|
guybedford
|
ca6dfee95d
|
resolveSync fixup
|
2017-01-31 08:44:43 +02:00 |
|
guybedford
|
d1bdd5d150
|
fix pathing regression
|
2017-01-31 08:38:08 +02:00 |
|
guybedford
|
bde2399690
|
add SystemJS.isModule
|
2017-01-30 09:32:56 +02:00 |
|
guybedford
|
1b977af1e3
|
undeprecate ability to set custom config options for now
|
2017-01-30 09:20:48 +02:00 |
|
guybedford
|
5ff7e6d7b5
|
esModule support for amd and polishing
|
2017-01-27 09:37:13 +02:00 |
|
guybedford
|
75cccd85c1
|
Merge branch 'angular-esmodule'
|
2017-01-27 09:22:02 +02:00 |
|
guybedford
|
83111deafb
|
ensure packages are normalized as folder paths
|
2017-01-27 09:14:31 +02:00 |
|
guybedford
|
695e15d6dc
|
fix AMD define deps concat
|
2017-01-26 08:16:05 +02:00 |
|
guybedford
|
a567f89baf
|
angular esmodule flag
|
2017-01-26 07:49:02 +02:00 |
|
guybedford
|
8afdc93275
|
upgrade es-module-loader, angular test, ensure System is written still
|
2017-01-24 14:00:03 +02:00 |
|
guybedford
|
e22da856df
|
revert back to old system.registerDynamic form
|
2017-01-24 09:31:46 +02:00 |
|
guybedford
|
07329f3f56
|
simpler __esModule handling
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
fffda213e6
|
still permit namespace extension for __esModule case only
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
a5717313ce
|
fix plugins to still use previous namespace extension
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
23e762796c
|
update production loader to match default import behaviour
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
826e4a12e2
|
let -> var
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
60b3da3526
|
remove support for importing named exports from dynamic modules
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
64ba6d151e
|
define resolvedpromise
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
9cc0da9f48
|
update depCache preload to support safari
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
f349f8bd5a
|
remove sjs node exec (rather use node-esml)
|
2017-01-23 10:38:17 +02:00 |
|
guybedford
|
095eb8b979
|
worker fix, only use wasm in supported browsers
|
2017-01-23 10:38:17 +02:00 |
|