Alexander Akait
|
02a1d22db8
|
refactor: use `eslint-config-webpack` (#19645)
Github Actions / lint (push) Waiting to run
Details
Github Actions / validate-legacy-node (push) Waiting to run
Details
Github Actions / benchmark (1/4) (push) Waiting to run
Details
Github Actions / benchmark (2/4) (push) Waiting to run
Details
Github Actions / benchmark (3/4) (push) Waiting to run
Details
Github Actions / benchmark (4/4) (push) Waiting to run
Details
Github Actions / basic (push) Waiting to run
Details
Github Actions / unit (push) Waiting to run
Details
Github Actions / integration (10.x, macos-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (10.x, macos-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (10.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (10.x, ubuntu-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (10.x, windows-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (10.x, windows-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (12.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (14.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (16.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (18.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, macos-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, macos-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, ubuntu-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, windows-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (20.x, windows-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, macos-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, macos-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, ubuntu-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, windows-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (22.x, windows-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, macos-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, macos-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, ubuntu-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, ubuntu-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, windows-latest, a) (push) Blocked by required conditions
Details
Github Actions / integration (24.x, windows-latest, b) (push) Blocked by required conditions
Details
Github Actions / integration (lts/*, ubuntu-latest, a, 1) (push) Blocked by required conditions
Details
Github Actions / integration (lts/*, ubuntu-latest, b, 1) (push) Blocked by required conditions
Details
|
2025-07-02 15:10:54 +03:00 |
Tobias Koppers
|
7c37a6a972
|
handle runtime requirements
|
2018-11-29 16:07:17 +01:00 |
Tobias Koppers
|
02b15a1b46
|
pass chunkGraph to updateHash instead of moduleGraph
pass chunkGraph to compareModulesById instead of moduleGraph
pass chunkGraph to methods of RuntimeTemplate
use comparators from module at some places
|
2018-08-28 12:06:53 +02:00 |
Tobias Koppers
|
381e2db200
|
replace Module.reasons and Dependency.module with ModuleGraph
|
2018-08-02 17:54:44 +02:00 |
Tobias Koppers
|
11e127d162
|
pass moduleGraph along with multiple methods
|
2018-08-02 17:54:42 +02:00 |
Tobias Koppers
|
831e71c797
|
make argument of DependencyTemplate an object
|
2018-08-02 16:07:29 +02:00 |
Tobias Koppers
|
cf5f1d723c
|
format existing code
|
2018-07-30 21:29:21 +02:00 |
Tobias Koppers
|
138687730a
|
only assign module ids for modules in chunks
handle weak dependencies without id correctly
|
2018-07-27 13:16:54 +02:00 |
Tobias Koppers
|
fcf3f63f0e
|
add DependencyTemplate base class and inherit types from this
fix a few typing issues
|
2018-07-23 20:11:59 +02:00 |
Tobias Koppers
|
5238159d21
|
run prettier on existing code
|
2018-02-25 02:00:20 +01:00 |
Tobias Koppers
|
2aac6badd5
|
move generated runtime code to RuntimeTemplate
|
2017-12-22 19:41:28 +01:00 |
Tobias Koppers
|
758a388f69
|
pass runtimeTemplate to DependencyTemplate
move outputOptions and requestShortener into runtimeTemplate
|
2017-12-11 17:59:32 +01:00 |
Tobias Koppers
|
91bfd4559a
|
move pathinfo comment into Template helper function
change toIdentifier to generate less underscores
|
2017-08-08 09:42:43 +02:00 |
Tim Sebastian
|
728566d7c9
|
avoid let for comments in ModuleDependencyTemplateAsRequireId ModuleDependencyTemplateAsId ContextDependencyTemplateAsRequireCall ContextDependencyTemplateAsId
|
2017-02-05 12:20:23 +11:00 |
Tobias Koppers
|
e266d9e37f
|
use template strings
|
2017-01-25 23:56:12 +01:00 |
Tobias Koppers
|
5050eed9bf
|
remove applyAsTemplate function
This function is no longer used as the DedupePlugin was removed
|
2017-01-18 13:42:34 +01:00 |
Shubheksha Jalan
|
a8f2244880
|
refactor(ES6): upgrade ModuleDependencyTemplateAsRequireId to ES6
|
2017-01-12 00:08:39 +05:30 |
Kenny Tran
|
eebc5ceaf6
|
Fix no-redeclare in code
|
2016-01-18 18:57:42 -08:00 |
Tobias Koppers
|
f7d799adb4
|
rebeautify without spacing after keyword
|
2015-07-16 00:19:23 +02:00 |
Avi Haiat
|
0a340f2b1a
|
feat(app): Beautify all lib files
|
2015-07-13 01:20:09 +03:00 |
Tobias Koppers
|
a04ffb9283
|
added (experimental) NamedModulesPlugin
|
2015-06-27 22:47:51 +02:00 |
Tobias Koppers
|
cebd3b9722
|
added linting
|
2015-04-23 23:55:50 +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
|
698c97ece7
|
enforce expressions
|
2014-01-24 13:14:59 +01:00 |
Tobias Koppers
|
63f40c0e76
|
support fancy array in AMD, support .replace and .split
|
2013-12-08 14:59:52 +01:00 |
Tobias Koppers
|
c30f16f439
|
added experimental deduplication support #47
|
2013-06-12 16:16:06 +02:00 |
Tobias Koppers
|
ee01837d66
|
Refactored everything for 0.9
|
2013-01-30 18:49:25 +01:00 |