Commit Graph

6602 Commits

Author SHA1 Message Date
Tobias Koppers b80296f0c8 4.10.1 2018-05-29 15:38:22 +02:00
Tobias Koppers c01cb97609 Merge commit 'ba703401d580ad623af17fe96ed98b4d801e0313'
# Conflicts:
#	test/__snapshots__/StatsTestCases.test.js.snap
2018-05-29 15:37:58 +02:00
Tobias Koppers 1e09650e60
Merge pull request #7411 from aleen42/master
fix: unsupported function defined inside a condition block. #7263
2018-05-29 15:33:45 +02:00
Tobias Koppers b756012d34
Merge pull request #7430 from webpack/bugfix/side-effects-reasons
fixup reasons when redirecting dependencies for side-effects
2018-05-29 15:32:25 +02:00
Tobias Koppers 351c9936e6 fixup reasons when redirecting dependencies for side-effects
show reason explanation in stats

fixes #7428
2018-05-29 14:12:31 +02:00
Tobias Koppers bfdb769e08
Merge pull request #7427 from ronanamsterdam/feature/test-readme-update
Issue #7424:  test/README update with jest snapshot flow
2018-05-29 13:52:11 +02:00
Tobias Koppers 4fc3981304
Merge pull request #7429 from webpack/test/issue-7401
add test cases for #7401
2018-05-29 13:51:08 +02:00
Ronan Amsterdam 570571397a Issue #7424: test/README update with jest snapshot flow 2018-05-29 18:54:12 +08:00
Tobias Koppers 504148c79b add test cases for #7401 2018-05-29 12:40:32 +02:00
aleen42 24072ab652 chore: fix snap for #7263 2018-05-29 14:54:24 +08:00
aleen42 9e136cd5d4 fix: proper way for inner declaration of a function. #7263
Use a varaible declaration outside a condition block instead, according to https://eslint.org/docs/rules/no-inner-declarations
2018-05-29 14:10:07 +08:00
Tobias Koppers ba703401d5 4.10.0 2018-05-29 01:12:50 +02:00
Tobias Koppers 67fa81f5c3
Merge pull request #7419 from webpack/bugfix/wasm-multi-direct
fix a code generation bug and add test cases
2018-05-29 00:55:31 +02:00
Tobias Koppers 023d4ca945 add more test cases 2018-05-29 00:45:39 +02:00
Tobias Koppers e367b938f4 add test cases for unused exports 2018-05-28 23:59:57 +02:00
Tobias Koppers 909a2ac8d0 fix small bug in wasm runtime 2018-05-28 23:35:29 +02:00
Tobias Koppers 770847171d Merge branch 'master' into bugfix/namespace-object
# Conflicts:
#	lib/RuntimeTemplate.js
2018-05-28 22:42:21 +02:00
Tobias Koppers 1f2584e65f
Merge pull request #7408 from webpack/bugfix/side-effects-caching
SideEffectsPlugin don't modify cache entries
2018-05-28 22:34:04 +02:00
Tobias Koppers 29cbf9863a
Merge pull request #7275 from webpack/feature/wasm-mangling
WASM: Tree Shaking, Export and import name mangling
2018-05-28 22:32:01 +02:00
Tobias Koppers 317fb35351 4.9.2 2018-05-28 22:28:54 +02:00
Tobias Koppers 3ac1d02057
Merge pull request #7416 from xtuc/fix-rewritten-global-type
wasm: correct initializer type for rewritten globals
2018-05-28 20:54:49 +02:00
Tobias Koppers 5c51f0c1af
Merge pull request #7251 from webpack/types/library_templates
Add typings for library template plugins
2018-05-28 20:37:40 +02:00
Sven SAULEAU fd4e84b36f
fix(wasm): correct initializer type for rewritten globals 2018-05-28 14:55:40 +02:00
Tobias Koppers 91546a11ab fix incorrect default 2018-05-28 10:44:30 +02:00
Tobias Koppers 9c7100ba60 fix inline object types, add auxiliary comment types 2018-05-28 09:13:51 +02:00
Tobias Koppers 3f183b5a2a
Merge pull request #7210 from gluecodes/master
fix: ReferenceError: onScriptComplete is not defined when using HMR o…
2018-05-28 08:48:16 +02:00
Tobias Koppers ae8d6741d7 fix bug with incorrectly emitted modules 2018-05-27 21:53:22 +02:00
Tobias Koppers 7ebe12dde1 throw error when unexpected state has been found 2018-05-27 21:53:21 +02:00
Tobias Koppers 115a72ce50 SideEffectsPlugin don't modify cache entries
fixes #7400
2018-05-27 21:53:21 +02:00
Tobias Koppers ae6c7a4990
Merge pull request #7279 from cokencode/progress-plugin-bug-fix
Fix a bug where ProgressPlugin is not working properly with MultiComp…
2018-05-26 15:00:01 +02:00
Tobias Koppers 4073814c3a
Merge pull request #7219 from webpack/feature/type-all-the-errors
chore(types): add basic type info for a few warning and errors
2018-05-26 10:37:26 +02:00
Tobias Koppers 94cd709b06 4.9.1 2018-05-25 23:30:24 +02:00
Tobias Koppers 5feb7e69db
Merge pull request #7174 from JLHwung/revise-examples-build-readme
docs(examples): add yarn add webpack-cli step
2018-05-25 22:44:42 +02:00
Tobias Koppers 4cd0cf5b5c
Merge pull request #7379 from xtuc/refactor-use-wast-in-tests
switch to tests to wast
2018-05-25 22:41:30 +02:00
Tobias Koppers c513cac443
Merge pull request #7403 from webpack/fix/7335
fix argument TDZ and shadowing
2018-05-25 22:25:55 +02:00
Tobias Koppers bb0731d789 4.9.0 2018-05-25 22:17:32 +02:00
Florent Cailhol f22fffdd47 Evaluate arguments in function's scope 2018-05-25 17:34:19 +02:00
Florent Cailhol 55ce14387e Add test case 2018-05-25 17:33:34 +02:00
Tobias Koppers cc57b12dd7
Merge pull request #7396 from xtuc/chore-bump-webassemblyjs7
bump webassemblyjs 1.5.7
2018-05-25 16:17:11 +02:00
Sven SAULEAU d0ce47ddc6
chore: bump webassemblyjs 1.5.7 2018-05-25 15:01:02 +02:00
Tobias Koppers be6bdff519
Merge pull request #7385 from moondef/moondef-patch-1
Fix link
2018-05-25 14:00:53 +02:00
Tobias Koppers b77addda16
Merge pull request #7187 from byzyk/enhancement/prettierignore
enhancement: add .prettierignore file
2018-05-25 12:42:17 +02:00
Tobias Koppers 2f3e7d4bd7
Merge pull request #7331 from dev-drprasad/add-jsdoc-annotations-cached-merge
📝 Add JSDoc annotations for cached merge util function
2018-05-25 12:00:17 +02:00
Tobias Koppers 70c608cb21
Merge pull request #7387 from webpack/bugfix/record-string-ids
only record number ids
2018-05-25 11:59:48 +02:00
Tobias Koppers d46e35e3af Merge branch 'master' into feature/wasm-mangling
# Conflicts:
#	yarn.lock
2018-05-25 11:07:59 +02:00
Tobias Koppers 69567a1db2 update test case to reflect change 2018-05-25 10:56:04 +02:00
Tobias Koppers 8af0320c3e
Merge pull request #7344 from asapach/master
feat: support tree shaking in DllPlugin
2018-05-25 10:48:08 +02:00
Tobias Koppers 713292f47a update bot for jest tests 2018-05-25 10:43:30 +02:00
Tobias Koppers 79aa13dad3
Merge pull request #7386 from webpack/bugfix/runtime-chunk
fix runtimeChunk generation in splitChunk edgecases
2018-05-25 09:33:51 +02:00
Tobias Koppers 67717aba89
Merge pull request #7383 from webpack/ci/improvements
speed up CI
2018-05-24 18:50:21 +02:00