Commit Graph

25 Commits

Author SHA1 Message Date
Alexander Akait d8690f3d4b
chore: resolve "use strict" TODO (#19705) 2025-07-16 17:29:28 +03:00
alexander.akait f06427a1a5 fix: make dynamic import optional in try/catch 2024-02-14 16:35:12 +03:00
alexander.akait 1cab8f4fd6 chore: fix eslint 2023-04-14 19:34:10 +03:00
Ivan Kopeykin e3de33414a fix allDeps list 2022-03-16 15:32:48 +03:00
Tobias Koppers 9532dfb03c flag commonjs dependency in try block as optional
fixes #11639
2020-10-12 09:16:24 +02:00
Sunlight 47086c6e7e test: add syntax error check in test cases 2020-02-25 12:45:09 +08:00
Tobias Koppers 123b0a64e7 add plugin system for Stats presets, defaults, creation and printing 2018-12-18 22:07:14 +01:00
Tobias Koppers f753f92c28 ensureChunk to RuntimeModule
step 1: non HMR cases
2018-11-29 16:16:39 +01:00
Tobias Koppers bf1fc171ba runtime requirement for RuntimeGlobals.moduleFactories 2018-11-29 16:08:52 +01:00
Bazyli Brzóska 06324a5875 fix last remaining typos/merge conversions to jest 2018-03-08 00:09:06 +01:00
Bazyli Brzóska b579658d22 Merge branch 'profiling-race' into jest
# Conflicts:
#	lib/debug/ProfilingPlugin.js
#	test/ConfigTestCases.test.js
#	test/DependenciesBlockVariable.unittest.js
#	test/Examples.test.js
#	test/ExternalModule.unittest.js
#	test/HotTestCases.test.js
#	test/Schemas.lint.js
#	test/WebEnvironmentPlugin.unittest.js
#	test/cases/mjs/non-mjs-namespace-object-lazy/index.js
#	test/cases/runtime/module-caching/index.js
#	test/compareLocations.unittest.js
#	test/configCases/library/1-use-library/index.js
#	test/configCases/plugins/define-plugin/index.js
#	yarn.lock
2018-03-07 21:56:06 +01:00
Josh Soref b06c2f270c spelling: singular 2018-02-26 02:45:26 +00:00
Bazyli Brzóska e7a671fe65 fix a few more expects and make the test output paths more sturdy 2018-02-25 01:20:45 +01: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
Tobias Koppers 9fce4061f1 added note for browsertest 2016-06-04 12:16:52 +02:00
Tobias Koppers bc926cadf3 updated tests for bigger file size
added tests for fix
2016-05-05 08:53:13 +02:00
Tobias Koppers 684f02cbce fixed #1650 2016-02-04 08:49:08 +01:00
Tobias Koppers 461c49ab66 updated partly to new enhanced-resolve API 2016-01-02 00:21:54 +01:00
Tobias Koppers d10bff9070 added test case for #1788 2015-12-22 09:20:20 +01:00
Tobias Koppers a04ffb9283 added (experimental) NamedModulesPlugin 2015-06-27 22:47:51 +02:00
Tobias Koppers f440c6676d fixes #264 2014-05-17 00:53:28 +02:00
Tobias Koppers 0fea43b4cb rename generated require to __webpack_require__
fixes #141
fixes RubenVerborgh/N3.js#18
2014-03-03 14:56:17 +01:00
Tobias Koppers 81203a3a1c added node.js HMR,
fixed #137: exports correct require properties on hotRequire too
added more test combinations
2013-12-17 00:56:43 +01:00
Tobias Koppers 16ebdb5819 96 browser tests are in included in automated tests too 2013-12-15 23:10:41 +01:00