Tobias Koppers
61a096049d
add process.nextTick to avoid long recursion in callbacks
2019-01-10 16:41:30 +01:00
Tobias Koppers
123b0a64e7
add plugin system for Stats presets, defaults, creation and printing
2018-12-18 22:07:14 +01:00
Ma Cheng
3e66954ec1
Merge branch 'master' into feature/module-build-error-with-loader-name
2018-05-01 21:34:27 +08:00
mc-zone
8060ec6a24
Merge branch 'master' into feature/module-build-error-with-loader-name
2018-04-29 16:57:05 +08:00
Bazyli Brzóska
75253e7154
Merge branch 'master' of https://github.com/webpack/webpack into jest
...
# Conflicts:
# .eslintrc.js
# package.json
# test/BenchmarkTestCases.benchmark.js
# test/ConfigTestCases.test.js
# test/NodeWatchFileSystem.unittest.js
# test/TestCases.test.js
# test/WatcherEvents.test.js
# test/cases/parsing/extract-require/index.js
# test/configCases/parsing/harmony-this/index.js
# test/statsCases/async-commons-chunk/expected.txt
# yarn.lock
2018-04-10 23:36:20 +02:00
Mohsen Azimi
4ae95a6892
Add HideStackError class for errors that have hideStack = true
2018-04-02 09:58:07 -07:00
mc-zone
9c13d51141
improve message format; prevent destructure crash; improve tests;
2018-03-18 22:56:36 +08:00
mc-zone
36303a0ae8
merge from master
2018-03-02 17:56:34 +08:00
mc-zone
16c1f9e42c
(from xxx) => (@ xxx); fix test
2018-02-22 08:50:47 +08:00
Bazyli Brzóska
a6c2aca36f
migrate should to expect, part 2 (manual)
2018-01-26 23:59:38 +01:00
Bazyli Brzóska
5a8083a930
migrate should to expect, part 1
...
used regexps:
([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\.should\.be\.eql
➡️
expect($1).toBe
expect\(([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\)\.toBe\(\[
➡️
expect($1).toEqual([
expect\(([\(\)a-zA-Z0-9\."'/ +{}\[\]=\-,:?_!]+)\)\.toBe\(\{
➡️
expect($1).toEqual({
2018-01-26 22:51:03 +01:00
Damien Soulard
a3bfd1e126
Remove automatic -loader module name extension ( #3102 )
...
* fix-2986: Remove automatic -loader module name extension
* remove-automatic-loader-extension: update examples
* fix-2986: Remove automatic -loader module name extension
* fix-2986: Remove automatic -loader module name extension
* fix-2986: Remove automatic -loader module name extension
* Revert changes from spaces to tabs
2016-10-25 23:03:59 +02:00
Nathan Caza
ba80387047
Fix issue #2221 by adding a newline character to generated code
...
Add a newline prefix to the code generated for non-immutable harmony exports. This
resolves a case where export statements without a trailing semicolon would cause
webpack to generate a bundle with invalid syntax.
2016-03-22 19:52:51 +00:00
Tobias Koppers
026170a8a3
don't deduplicate modules with async blocks
...
fixes webpack/bundle-loader#15
2015-04-10 10:02:26 +02:00
Tobias Koppers
7b971015fb
make CommonJsRequireContextDependency dedupable
...
@thomasboyt fixes
https://gist.github.com/thomasboyt/d7e908184bd7da72a1c6
2014-09-26 08:52:23 +02:00
Tobias Koppers
a5bf0a2fbc
add hideStack testcase
2014-08-03 22:30:43 +02:00
Tobias Koppers
16ebdb5819
96 browser tests are in included in automated tests too
2013-12-15 23:10:41 +01:00