Alexander Akait
|
d8690f3d4b
|
chore: resolve "use strict" TODO (#19705)
|
2025-07-16 17:29:28 +03:00 |
Ivan Kopeykin
|
157b420a1e
|
use infrastructure-log file
|
2022-02-15 09:08:02 +03:00 |
Tobias Koppers
|
be021e00f4
|
add grouping of modules
|
2020-09-01 18:31:22 +02:00 |
Tobias Koppers
|
62ccae1abd
|
build errors should be errors even for optional modules
optional modules should only treat "not found" errors as warnings
fixes #9161
|
2020-08-14 20:03:48 +02:00 |
Tobias Koppers
|
6178aea763
|
improve typings and test them in CI
lazy load all webpack exports
|
2020-04-21 09:25:43 +02:00 |
Tobias Koppers
|
123b0a64e7
|
add plugin system for Stats presets, defaults, creation and printing
|
2018-12-18 22:07:14 +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
|
7874aa12c6
|
fixup to test case
|
2017-10-16 15:18:41 +02:00 |
Tobias Koppers
|
8e69a80847
|
code linting
|
2017-01-11 12:29:01 +01:00 |
Tobias Koppers
|
6d183d4044
|
fix more tests
|
2015-03-05 22:58:03 +01:00 |