Sean Larkin
9d9ac3baae
Merge pull request #5608 from xekri/patch-1
...
typo fix
2017-09-01 05:39:57 -05:00
Fu Xiao
633eac42bb
typo fix
...
`HTT2` seems typo of `HTTP2`
2017-08-31 21:11:06 -05:00
Tobias Koppers
b75b20b416
Merge pull request #5595 from filipesilva/fix-deopts
...
fix: replace for..of to prevent v8 deoptimization
2017-08-31 11:22:12 +02:00
Tobias Koppers
c8fd542579
Merge pull request #5599 from donocode/master
...
Prevent NormalModule contextify from contextifying query parameters
2017-08-30 11:19:02 +02:00
donocode
174fd4e21b
Prevent NormalModule contextify from contextifying query parameters
...
When passing a path as part of a loader query string the contextify
function incorrectly modifies the query string paths, most notably
converting windows separators
2017-08-29 23:50:22 +02:00
Filipe Silva
2f30174d15
fix: replace for..of to prevent v8 deoptimization
...
According to https://github.com/GoogleChrome/devtools-docs/issues/53#issuecomment-319107156 , use of `for...of` statements will cause a deopt in some versions of v8.
In a my particular case these two changes reduced 1.6 seconds in a big rebuild.
2017-08-29 14:35:37 +01:00
Tobias Koppers
a8c382e27f
Merge pull request #5589 from Turbo87/patch-1
...
README: Fix duplicate GWT link
2017-08-29 09:15:11 +02:00
Tobias Bieniek
c83ad1642b
README: Fix duplicate GWT link
2017-08-28 17:51:15 +02:00
Sean Larkin
5538e157d5
Merge pull request #5572 from TheLarkInn/feature/template_cleanup
...
feat(template): cleanup template a bit, add a test for toPath
2017-08-28 10:34:19 -05:00
Tobias Koppers
616ce45a56
Merge pull request #5563 from STRML/fix/dev-server-optimization-bailout
...
fix: Clear optimization bailouts on module.disconnect
2017-08-28 12:31:29 +02:00
Tobias Koppers
7a47bd8f79
add g flag to regexp
2017-08-28 11:58:05 +02:00
Tobias Koppers
66e6871111
Merge pull request #5581 from Simek/refactorInHarmonyExportImportedSpecifierDependency
...
refactor/simplify getReference() in HarmonyExportImportedSpecifierDependency.js
2017-08-28 11:54:47 +02:00
simek
f1b81c1e3a
refactor/simplify getReference() in HarmonyExportImportedSpecifierDependency.js
2017-08-27 02:05:57 +02:00
Sean Larkin
45a447eada
feat(template): cleanup template a bit, add a test for toPath
2017-08-25 14:34:05 -06:00
Tobias Koppers
8ea64c5298
Merge pull request #5566 from entozoon/patch-1
...
Grammar
2017-08-25 15:59:10 +02:00
Samuel Reed
e91a761f0b
fix: Clear optimization bailouts on module.disconnect
...
Ref: #5562
2017-08-25 00:40:09 -05:00
Michael Cook
63c4e36f0f
Grammar
...
Not a big deal but I had to re-read that sentence a bunch of times before grasping.
2017-08-24 12:49:55 +01:00
Tobias Koppers
2ee780fb39
Merge pull request #5558 from joelhandwell/patch-1
...
Update GWT's site to official website URL
2017-08-23 18:13:19 +02:00
Joel Handwell
3e467ba029
Update GWT's site to official website URL
2017-08-22 20:45:25 -04:00
Tobias Koppers
1c6637b386
Merge pull request #5520 from civalin/bugfix/cli-watch-poll
...
fix: cli --watch-poll not accept number correctly
2017-08-21 12:17:19 +02:00
Tobias Koppers
ef6ab6820a
3.5.5
2017-08-16 16:55:38 +02:00
Tobias Koppers
6bdd9dca87
Merge pull request #5535 from webpack/bugfix/incremental-concat-compat
...
set compatiblity flag correctly even after incremental build
2017-08-16 15:21:04 +02:00
Tobias Koppers
f75418f668
Merge pull request #5534 from webpack/bugfix/incorrect-graph
...
Ensure that graph structure stay consistent
2017-08-16 15:07:04 +02:00
Tobias Koppers
c5deb595c5
set compatiblity flag correctly even after incremental build
...
fixes #5510
2017-08-16 14:59:09 +02:00
Tobias Koppers
99c2706ed3
Ensure that graph structure stay consistent
...
fixes #5527
2017-08-16 14:05:06 +02:00
Civa Lin
5a2f7ead82
fix: cli --watch-poll not accept number correctly
...
The document say "--watch-poll" option can determine "The polling
interval for watching (also enable polling)". But the previous
implement only accept boolean value and no way to set the interval.
This patch try to fix this problem by allow number input like this:
"--watch-poll=100".
This patch also try to keep the original behavior not be changed as much
as possible. So "--watch-poll" and "--watch-poll=true" are still
acceptable (enable the polling ability).
But still has one incompatible change: original "--watch-poll=" mean
disable polling but after this fix it mean enable polling. It's due to
yargs can not differentiate the different between "--watch-poll" and
"--watch-poll=" when using string type option. So no way to workaround
for this problem.
2017-08-15 09:52:01 +08:00
Tobias Koppers
990563f9a2
3.5.4
2017-08-12 11:16:17 +02:00
Tobias Koppers
2475c6a4d6
Merge pull request #5506 from webpack/bugfix/concat-hmr
...
Disallow Scope Hoisting when using HMR
2017-08-12 11:15:51 +02:00
Tobias Koppers
0ea37a5485
Disallow Scope Hoisting when using HMR
...
fixes #5504
2017-08-12 11:00:55 +02:00
Tobias Koppers
287d587867
Merge pull request #5480 from kisenka/concatenated-module-in-3.5-compat
...
fix: restore backwards compatibility of ConcatenatedModule (fixes #5477 )
2017-08-12 10:02:03 +02:00
kisenka
3d272aceea
fix: restore `modules` property of ConcatenatedModule ( fixes #5477 )
2017-08-12 01:01:50 +03:00
kisenka
7a36951aa8
Merge branch 'master' of https://github.com/webpack/webpack into concatenated-module-in-3.5-compat
2017-08-12 00:58:43 +03:00
Tobias Koppers
839915ccf7
Merge pull request #5501 from webpack/bugfix/hash-watch-warnings-errors
...
Warnings and Errors contribute to hash
2017-08-11 17:46:49 +02:00
Tobias Koppers
93af58594b
fix stats tests
2017-08-11 16:59:45 +02:00
Tobias Koppers
38201575ea
fix lint problem
2017-08-11 16:58:18 +02:00
Tobias Koppers
0925a9d970
Merge pull request #5502 from webpack/feature/limit-processed-modules
...
Limit the number of parallel processed modules
2017-08-11 16:56:40 +02:00
Tobias Koppers
09c34cf280
remove hash from stats test with error
...
because error contains an absolute path
2017-08-11 16:28:40 +02:00
Tobias Koppers
930c019bef
fix validation output test
2017-08-11 16:22:46 +02:00
Tobias Koppers
f9bf8a9085
Limit the number of parallel processed modules
...
fixes #3164
fixes #3166
2017-08-11 16:11:17 +02:00
Tobias Koppers
7905bf57f0
Warnings and Errors contribute to hash
2017-08-11 14:35:08 +02:00
Tobias Koppers
f7bcba755d
Merge pull request #5500 from webpack/bugfix/hmr-disposed-handler
...
avoid calling accept handler on disposed modules
2017-08-11 14:03:32 +02:00
Tobias Koppers
d8a05cf4d7
avoid calling accept handler on disposed modules
...
fixes #2387
fixes #5498
2017-08-11 11:36:17 +02:00
Tobias Koppers
0110035706
Merge pull request #5497 from athomann/convert-binds
...
Convert .bind(this) to arrow functions
2017-08-11 10:30:48 +02:00
Tobias Koppers
143d272071
bot checks open issues every day
...
This less then 1/minute with 1000 open issues
2017-08-11 10:02:49 +02:00
Adam Thomann
15f4894ebe
Convert bind(this) to arrow functions
2017-08-11 01:52:25 -04:00
Adam Thomann
70f5698145
Add semicolon
2017-08-11 00:05:25 -04:00
Adam Thomann
12f20935bc
Convert errorAndCallback ternary to arrow function
2017-08-10 23:58:49 -04:00
Tobias Koppers
4b2b1ad99b
3.5.3
2017-08-10 15:38:25 +02:00
Tobias Koppers
4430af48f8
Merge pull request #5487 from webpack/bugfix/issue-5481
...
also generate a new identifier for interop name
2017-08-10 12:43:46 +02:00
Tobias Koppers
b7c3491129
Merge pull request #5485 from webpack/bot/inactive
...
mark and close inactive issues after half a year
2017-08-10 12:18:44 +02:00