Commit Graph

116 Commits

Author SHA1 Message Date
alexander.akait c914fe202a style: improve style of code 2024-08-02 19:32:14 +03:00
Ivan Kopeykin 3a498e7a39 fix namings 2024-05-01 18:10:57 +03:00
Ivan Kopeykin 8510a6d0d7 add test 2024-05-01 17:54:03 +03:00
David Michon 83aabe89b6 Update test cases 2024-02-01 11:23:05 -08:00
David Michon 05f44125e5 Update test cases 2024-01-31 18:02:32 -08:00
Tobias Koppers 05f2196d61 check more files and fix spelling issues 2022-01-18 10:38:06 +01:00
Tobias Koppers b29c44e223 add separate webpack warmup step with large timeout 2021-07-15 16:37:54 +02:00
Tobias Koppers 8a1dca971b Merge branch 'main' into dependabot/npm_and_yarn/jest-27.0.4 2021-07-08 15:38:39 +02:00
Tobias Koppers 87846747df improve CI stability 2021-07-06 21:08:54 +02:00
Tobias Koppers c5763e1eb1 fix test problems 2021-06-22 09:39:17 +02:00
Tobias Koppers 9e7062f5e6 fixes #13330 2021-05-18 16:54:16 +02:00
Hyeonmin Park 72ba68cc78 feat: add colors flag to infrastructureLogging 2021-04-04 14:28:31 +09:00
Hyeonmin Park f000617d9f chore: fix typo collaped 2021-04-04 13:39:30 +09:00
Tobias Koppers e7d9457963 refactor dependencies handling in MultiCompiler
add support for dependencies during watching
add parallelism option for MultiCompiler
2021-02-13 21:02:47 +01:00
jamesgeorge007 380a5c48ec refactor: update other instances 2021-01-19 17:19:33 +05:30
jamesgeorge007 dc4320f728 tests: rephrase description for Compiler tests 2021-01-19 16:56:14 +05:30
Tobias Koppers 10cad2a95e revert error and add deprecation instead 2020-09-29 20:21:59 +02:00
Tobias Koppers 9759f61a5c
Merge pull request #11516 from smelukov/support-browserslist
Support browserslist
2020-09-28 13:29:03 +02:00
Tobias Koppers 0e926a5fb7 Invoking webpack with an 'callback' should always report errors via the callback
to keep the async callback contract
2020-09-28 11:39:50 +02:00
Rishabh Chawla ad91fc63b3 tests: add test for watching prop 2020-09-19 10:22:34 +05:30
Tobias Koppers 0349dbcfe2 fix test case 2020-08-28 12:00:53 +02:00
Tobias Koppers 5a2fa99055 call invalid hook also when manually invalidating watching 2020-07-15 19:34:23 +02:00
Varun Varada a3b493a365 Fix measurement formatting as per SI rules
According to the SI, there should be a space between a measurement
quantity and its unit symbol, so this commit fixes this issue
throughout Webpack.
2020-04-07 17:27:45 -05:00
Mohsen Azimi 7b07a8db66 Upgrade to Prettier 2 2020-03-28 18:20:24 -04:00
jamesgeorge007 b97d54d63d Merge branch 'master' of https://github.com/webpack/webpack into feat/migrate-dep 2020-02-18 20:35:55 +05:30
jamesgeorge007 19a551a671 refactor: invoke createFsFromVolume as a function 2020-02-18 20:22:26 +05:30
jamesgeorge007 65877d5d30 test: fix path issue 2020-02-18 20:22:16 +05:30
jamesgeorge007 e1ec9e6bea chore: migrate to memfs 2020-02-18 20:22:10 +05:30
Tobias Koppers 6477ca56f8 Split options defaulting in normalization and defaults
Apply defaults after plugins are applied to allow plugins to feature their own defaults.
This allows to make preset plugins.
2020-02-17 19:12:54 +01:00
Gergely Nagy aea4fd97b5 do not evaluate constants in asm.js, fix IIFE mode detection
fixes #10283
2020-01-22 15:41:45 +01:00
Tobias Koppers 019e35bf26 fix test case 2019-11-04 11:42:12 +01:00
Tobias Koppers fe790eea65 update eslint and lint-staged 2019-08-06 10:57:37 +02:00
Tobias Koppers b73d35bbee Merge tag 'v4.39.0' into next
4.39.0
2019-08-05 13:12:09 +02:00
Tobias Koppers b89853ea12 fix Compiler logging test 2019-08-01 14:04:22 +02:00
Tobias Koppers c17dfde7a8 Merge tag 'v4.37.0' into next
4.37.0
2019-07-24 10:51:04 +02:00
Tobias Koppers 7b31890a2f more tests
add none as loglevel
2019-07-22 10:35:26 +02:00
Tobias Koppers b6138c18a1 add infrastructure test 2019-07-22 09:22:51 +02:00
Tobias Koppers 8e3d61e953 make test to not loop again and again 2019-07-10 15:01:13 +02:00
Tobias Koppers b3e86a97e3 fix linting issues 2019-07-10 14:58:31 +02:00
Tobias Koppers 35791372c9
Merge branch 'next' into feat_afterDone_hook 2019-07-09 21:14:40 +02:00
Tobias Koppers e9c0d068dd refactor filesystem interfaces
add Compiler.intermediateFileSystem
avoid using `path` and `fs` module when possible
move `join`, `mkdirp` and `dirname` into utils
join and dirname is optional in FileSystem interface
remove mkdirp from Filesystem interface
2019-06-11 17:32:58 +02:00
Tobias Koppers 924daa105b Use simpler/faster hash function to get a hash number
Use deterministic mangled names for exports
refactor assignDeterministicIds
rename __webpack_init__ function in wasm to ""
fix bug with incorrectly cached StaticExportsDependency
fix bug in hash logic of Module
2019-02-20 22:41:07 +01:00
Tobias Koppers d34d69e62b Merge tag 'v4.29.5' into next
4.29.5
2019-02-19 08:58:46 +01:00
Tobias Koppers 75a9a515fd fix prettierignore file and run prettier 2019-02-18 09:23:08 +01:00
mc-zone 4f3e0d27b5 Merge branch 'next' into feat_afterDone_hook 2019-01-13 11:24:32 +08:00
Tobias Koppers 0f7355e170 Merge tag 'v4.28.4' into next
4.28.4
2019-01-10 16:51:17 +01:00
mc-zone 9877a677d8 refactor: remove closed check for afterDone calling in Watch; refactor tests 2018-12-26 21:56:19 +08:00
mc-zone 351f197685 feat: add tests for compiler.afterDone 2018-12-25 15:08:45 +08:00
Florent Cailhol 9caaa664f7 Refactor webpack main 2018-12-09 15:32:03 +01:00
Tobias Koppers d544027af7 fix Compiler test 2018-12-07 16:37:22 +01:00