Commit Graph

6030 Commits

Author SHA1 Message Date
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
Bazyli Brzóska aff29fe3ba run prettier across the codebase 2018-04-10 22:52:22 +02:00
Bazyli Brzóska 883f127dae address review comment
https://github.com/webpack/webpack/pull/6565#discussion_r173093512
2018-04-10 22:52:07 +02:00
Bazyli Brzóska ed9237ca31 update jest to a version that makes the test pass 2018-04-10 22:51:38 +02:00
Bazyli Brzóska c1a126f964 address review comment
https://github.com/webpack/webpack/pull/6565#discussion_r173093971

left coverage with --no-deprecation since the tests do show the deprecations, we shouldn't interpolate coverage output with deprecations
2018-04-10 22:51:22 +02:00
Bazyli Brzóska 56c9c6e9e0 address review and run prettier
address https://github.com/webpack/webpack/pull/6565#discussion_r173094443
2018-04-10 22:48:13 +02:00
Bazyli Brzóska eb168d5e56 reformat HotTestCases
adds braces https://github.com/webpack/webpack/pull/6565#discussion_r173096042
also run prettier on the file
2018-04-10 22:47:45 +02:00
Bazyli Brzóska bb51d3b211 remove irrelevant comment
https://github.com/webpack/webpack/pull/6565#discussion_r173093437
2018-04-10 22:46:49 +02:00
Tobias Koppers 55fb1da193
Merge pull request #6993 from Janpot/browser-compat
Document browser compatibility
2018-04-10 11:37:14 +02:00
Tobias Koppers 5dc1c89f63
Merge pull request #6999 from webpack/fix/lmd_arity
Force LocalModuleDependency arity to 3
2018-04-10 11:36:06 +02:00
Tobias Koppers 71d1abf195
Merge pull request #6997 from webpack/fix/issue-6995
Change stats wording when all exports are used
2018-04-10 11:35:02 +02:00
Jan Potoms c262b15a13 address comments 2018-04-10 10:30:45 +02:00
Florent Cailhol b7af625659 Force LocalModuleDependency arity to 3 2018-04-10 09:22:34 +02:00
Florent Cailhol a9a3361027 Change stats wording when all exports are used 2018-04-10 09:13:58 +02:00
Sean Larkin 3047bed427
Merge pull request #6491 from JoshuaKGoldberg/patch-2
Excluded root-level files and .github from Istanbul
2018-04-09 14:20:00 -07:00
Jan Potoms 7cab0a0593 Add note about promise polyfill 2018-04-09 21:14:21 +02:00
Jan Potoms a808c029d7 Document browser compatibility
Initially copied from https://github.com/vuejs/vue#browser-compatibility
Fixes https://github.com/webpack/webpack/issues/6978
Needs further discussion
2018-04-09 10:52:49 +02:00
Tobias Koppers 1d35f36e50
Merge pull request #6950 from mohsen1/set-concat
Use add() to append items to activeExports set in HarmonyExportImporedSpecifierDependency
2018-04-09 09:41:30 +02:00
Tobias Koppers 71d27d6bca
Merge pull request #6924 from Janpot/issue-4940
Don't error on "new require(...)"
2018-04-09 08:24:22 +02:00
Tobias Koppers 8b6092df6d
Merge pull request #6981 from webpack/fix-core-member
Drop core team member
2018-04-09 08:17:48 +02:00
Tobias Koppers 47354dd9bb
fix test case 2018-04-09 08:06:54 +02:00
Tobias Koppers dd03262e0a
Merge pull request #6968 from webpack/fix/harmony_this
Fix 'this' replacement for harmony modules
2018-04-09 08:03:09 +02:00
Tobias Koppers a60480e866
Merge pull request #6970 from zslabs/patch-1
Use Oxford comma
2018-04-09 08:02:04 +02:00
Tobias Koppers 510b68a828
Merge pull request #6973 from haggholm/master
#6971: Escape chunk names for webworkers
2018-04-09 08:01:36 +02:00
Tobias Koppers efade5cbd7
Merge pull request #6986 from mohsen1/runinctx
Pass file name as part of options hash to vm.runInThisContext
2018-04-09 07:39:02 +02:00
Mohsen Azimi 42698d61e2
wat? 2018-04-08 10:26:04 -07:00
Mohsen Azimi 2ba7596eac
Pass file name as part of options hash to vm.runInThisContext 2018-04-08 09:47:30 -07:00
Mohsen Azimi bbb3a31d7e
convert to integration test 2018-04-07 18:12:43 -07:00
Juho Vepsäläinen 82b9511abc
Drop core team member
Just changing to reflect the current situation.
2018-04-07 20:11:07 +02:00
Petter Häggholm 0f5ba64235 `yarn pretty` 2018-04-06 10:34:21 -07:00
Florent Cailhol a8b32acad5 Fix top level detection in the Parser 2018-04-06 09:40:37 +02:00
Florent Cailhol 36b612e8af Add failing tests 2018-04-06 09:40:37 +02:00
Jan Potoms 199cd43d34 reduce branching 2018-04-06 08:56:06 +02:00
Jan Potoms 33e876a84a a simple boolean is just fine 2018-04-06 08:53:40 +02:00
Jan Potoms c629dac485 damnit, pushed failing test tests 2018-04-06 08:35:31 +02:00
Jan Potoms 4f591b6a44 prettier ofcourse 2018-04-06 08:32:46 +02:00
Jan Potoms dccd8624ed fix for local modules 2018-04-06 08:30:26 +02:00
Mohsen Azimi 6f6c12cde2
Add test (I have no idea what I am doing) 2018-04-05 23:18:25 -07:00
Mohsen Azimi 8001f03b14
Merge branch 'set-concat' of github.com:mohsen1/webpack into set-concat 2018-04-05 23:04:57 -07:00
Mohsen Azimi aa536b7be1
Merge branch 'master' of github.com:webpack/webpack into set-concat 2018-04-05 23:03:00 -07:00
Petter Häggholm 0aa9aa61b1 #6971: Escape chunk names for webworkers 2018-04-05 18:58:39 -07:00
Jan Potoms 9a8095eab8 Add more of the node semantics 2018-04-05 22:57:50 +02:00
Zach Schnackel da74c312e6
Use Oxford comma
Saw this being used elsewhere, so updating here for consistency.
2018-04-05 14:56:59 -04:00
Jan Potoms 923068b365 add still more tests 2018-04-05 07:41:09 +02:00
Jan Potoms aaeabc0ca4
Merge branch 'master' into issue-4940 2018-04-05 06:58:48 +02:00
Jan Potoms 2856dffb33 Add more tests 2018-04-05 00:22:43 +02:00
Tobias Koppers c1a3676a80
Merge pull request #6944 from webpack/feature/stats-string-output
align stats string output to max length
2018-04-04 18:50:07 +02:00
Tobias Koppers f5bd213f4c Update examples 2018-04-04 15:18:18 +02:00
Tobias Koppers e400445445 4.5.0 2018-04-04 15:07:39 +02:00
Tobias Koppers e717fcc6a1
Merge pull request #6956 from webpack/refactor/share_shapes
Use a single object shape for dependency exports
2018-04-04 15:06:05 +02:00