alexander-akait
a1df00d339
refactor: improve eslint configuration and better types
2025-03-12 04:56:14 +03:00
alexander.akait
8b864dbe81
fix: types
2024-10-23 23:30:31 +03:00
alexander.akait
adf2a6b7c6
fix: a lot of types
2024-08-06 06:08:48 +03:00
alexander.akait
40151be78e
refactor: improve code
2024-08-02 19:32:29 +03:00
alexander.akait
a592b62686
style: improve style of code
2024-08-02 19:32:14 +03:00
alexander.akait
ab3e93b19e
style: fix
2024-06-11 16:09:50 +03:00
alexander.akait
ba4db838e9
feat: added `with` ruleset rule
2024-06-10 20:40:50 +03:00
ahabhgk
ffbaf20bca
fix: error message for condition or
2023-09-19 11:48:22 +08:00
alexander.akait
27cae68bda
feat: allow to use `falsy` loaders and plugins
2023-06-14 18:25:31 +03:00
Tobias Koppers
86805ee5b8
fixes #13719
2021-07-06 00:50:13 +02:00
Tobias Koppers
10aa3daede
add experiments.layers
...
add layers to define different module layers
support module layers in stats
add layer support for NormalModules
fixes #11466
2021-01-05 20:50:59 +01:00
Tobias Koppers
8acebd2ff5
treat `undefined` equal to not existing in rules
...
both are treated as empty string
2020-12-17 11:20:11 +01:00
Tobias Koppers
2ac055093c
improve handling of null values and prototype properties
2020-07-17 15:41:30 +02:00
Tobias Koppers
205bbb4c0d
improve compatibly with node.js ESM
...
improve experiments.mjs to be more compatibly with node.js ESM
- add support for `type: "module"` in package.json
- add support for `*.cjs`
- enable strict ESM for data uris with `text/javascript` or `application/javascript`
- disallow not fully specified requests in imports `*.mjs` or `type: "module"`
add `descriptionData` rule condition to match package.json info
fix passing resolveOptions along context modules
2020-07-17 13:58:29 +02:00
evilebottnawi
dafa4cd69a
chore: setup cspell
2020-03-12 19:51:26 +03:00
Nitin Kumar
285529a643
chore: fix typos across the project
2020-03-10 07:29:46 +05:30
Tobias Koppers
44f812b66a
skip over undefined properties in rules
...
see regression https://github.com/webpack/webpack/issues/8537#issuecomment-508451734
2019-07-12 12:19:51 +02:00
Tobias Koppers
ba249c1f96
fix typo
2019-05-20 09:20:18 +02:00
Tobias Koppers
74d4669d73
rewrite RuleSet to RuleSetCompiler with plugins
...
remove some deprecated features (query, loaders)
add missing condition (realResource)
2019-05-16 11:37:52 +02:00