Commit Graph

5794 Commits

Author SHA1 Message Date
Sven SAULEAU c2eef97388
chore: bump webassemblyjs 2018-03-15 08:48:18 +01:00
Sven SAULEAU 4c32c6c0c1
fix: remove debugs 2018-03-15 08:48:02 +01:00
Sven SAULEAU 1179fa5462
chore: fix stats fixtures from master 2018-03-14 19:07:32 +01:00
Sven SAULEAU 405fea6719
refactor: move specific stuff out of the base method 2018-03-14 19:05:05 +01:00
Sven SAULEAU d434691db5
Merge pull request #1 from montogeek/feat-rewrite-wasm
Feat rewrite wasm
2018-03-14 18:57:25 +01:00
Fernando Montoya 10ffa3ebfb Merge branch 'master' into feat-rewrite-wasm 2018-03-14 18:50:33 +01:00
Tobias Koppers 2194acfc92
Merge pull request #6756 from montogeek/fix/bot-logs-output-format
bot: Fix Markdown format for output logs
2018-03-14 18:19:38 +01:00
Fernando Montoya a99b527b3b
bot: Fix markdown format 2018-03-14 18:13:53 +01:00
Sven SAULEAU 396ecae06c
fix(wasm): get next func index 2018-03-14 18:11:13 +01:00
Sven SAULEAU 8319a6347a
chore: update fixtures 2018-03-14 17:03:00 +01:00
Sven SAULEAU 5c2df5446c
fix(wasm): loading on node 2018-03-14 16:50:42 +01:00
Sven SAULEAU f7aeb60b65
fix(wasm): incorrect instantiateStreaming support check 2018-03-14 16:48:42 +01:00
Sven SAULEAU 7b82e88cda
fix(wasm): force local path 2018-03-14 16:36:49 +01:00
Sven SAULEAU d13b1255b4
fix(wasm): undefined fs 2018-03-14 16:23:51 +01:00
Sven SAULEAU 861cca6c5a
fix(wasm): remove wast printer dep 2018-03-14 16:18:30 +01:00
Sven SAULEAU c2f1c4f123
refactor: use base plugin for web and node 2018-03-14 16:13:03 +01:00
Sven SAULEAU d2dd6c12d4
fix(wasm): remove dead code 2018-03-14 15:04:26 +01:00
Sven SAULEAU 856695a1fd
refactor: use web wasm plugin for node 2018-03-14 15:02:09 +01:00
Sven SAULEAU a3a4c33c47
style: few jsdoc fixes 2018-03-14 14:49:33 +01:00
Tobias Koppers c65fb74a26
Merge pull request #6736 from mc-zone/improvment/performance-falsy-at-non-web-target
Make the `performance` default to false while at non-web target. Close #6715
2018-03-14 11:52:34 +01:00
Tobias Koppers 12b3751604
Merge pull request #6691 from acupofspirt/master
Prevent webpack from running twice at a time
2018-03-14 10:38:26 +01:00
Tobias Koppers 977bdb932b
Merge pull request #6750 from byzyk/fix/6726
fix: make excludeModules accept booleans
2018-03-14 10:35:42 +01:00
Tobias Koppers 3dabc4390b
Merge pull request #6738 from rhysd/fix-typos
Fix typos
2018-03-14 10:34:19 +01:00
Tobias Koppers 07323140fd
fix duplicate property names 2018-03-14 10:33:19 +01:00
byzyk 0f65643a42 fix: wrap bool with function to pass tests 2018-03-14 11:12:01 +04:00
byzyk 13b80be3ba fix: make excludeModules accept booleans 2018-03-14 09:52:16 +04:00
Tobias Koppers 03e2673e02
Merge pull request #6713 from montogeek/patch-1
bot: Encapsulate output logs in details tag
2018-03-13 21:40:24 +01:00
Sean Larkin 19ebed9527
Merge pull request #6678 from niieani/profiling-race
fix(ProfilingPlugin): complete after the writeStream had finished flushing the data to the filesystem
2018-03-13 10:19:34 -07:00
mc-zone 2ecd323a38 Adjusting the default of performance; improve tests to cover different mode and target. 2018-03-13 23:48:33 +08:00
rhysd 9f92969962 Fix a test case which was broken due to typo fix 2018-03-13 19:52:46 +09:00
Maksim ccc32d31bf Remove unnecessary handler wrapper 2018-03-13 13:16:39 +03:00
Maksim ea6e173551 Move concurrent compilation error to separate class 2018-03-13 13:10:42 +03:00
Fernando Montoya 83df7cb120
bot: Fix Regex order 2018-03-13 10:57:10 +01:00
rhysd 81e47b6eaf Fix typos 2018-03-13 18:05:58 +09:00
Tobias Koppers 6ddba9b323
Merge pull request #6712 from ManuelBauer/master
Allow configuration of split chunk filename delimiter
2018-03-13 09:31:19 +01:00
mc-zone 07571fefdd add tests 2018-03-13 14:21:40 +08:00
Sven SAULEAU 7f86d5480e
style: [skip ci] remove unnecessary FIXME 2018-03-12 17:24:26 +01:00
Sven SAULEAU 9cf52cd475
refactor: batch global import rewriting 2018-03-12 17:22:05 +01:00
mc-zone 7c0c1a089e Options: default performance to false if not the web/webworker target(#6715) 2018-03-12 21:16:01 +08:00
Sven SAULEAU 6d906d04d0
fix: improved wasm transformations 2018-03-12 11:43:20 +01:00
Sven SAULEAU eeb2fd0c96
fix: remove my example 2018-03-12 11:42:00 +01:00
Fernando Montoya 3ac042a5a8
bot: Add Summary and remaining errors to output 2018-03-12 11:40:45 +01:00
Manuel Bauer 771bf859a6 Added chunkFilenameDelimiter option for SplitChunksPlugin: Fixed test issue 2018-03-12 10:32:46 +01:00
Manuel Bauer bda8d52810 Added chunkFilenameDelimiter option for SplitChunksPlugin: Applied requested changes 2018-03-12 10:07:31 +01:00
Tobias Koppers 66ff412f7e
Merge pull request #6723 from alberto/eslint-env
Only declare mocha globals inside  dir
2018-03-12 08:30:24 +01:00
alberto fbeb415ad4 Prettify 2018-03-11 04:15:29 +01:00
alberto 37b4ecf4e3 Only declare mocha globals inside dir 2018-03-11 03:29:54 +01:00
Sven SAULEAU 1ff76a5bb1
refactor: use init function 2018-03-09 19:03:33 +01:00
Fernando Montoya 7a191904f6
bot: Encapsulate output logs in details tag 2018-03-09 16:45:42 +01:00
Manuel Bauer 085d2885e4 Added chunkFilenameDelimiter option for SplitChunksPlugin: Added tests and fixed code style 2018-03-09 14:27:19 +01:00