Tobias Koppers
|
cbb6ee6809
|
test more test cases for typings and fix typing bug
|
2020-04-21 09:25:55 +02:00 |
Tobias Koppers
|
123b0a64e7
|
add plugin system for Stats presets, defaults, creation and printing
|
2018-12-18 22:07:14 +01:00 |
Tobias Koppers
|
2b14ddc984
|
Merge tag 'v4.16.0' into next
4.16.0
|
2018-07-11 11:13:47 +02:00 |
Tobias Koppers
|
a4825654eb
|
upgrade jest
|
2018-07-10 16:02:02 +02:00 |
Florent Cailhol
|
1f1aac8f26
|
Disable SystemJS plugin
|
2018-06-26 11:09:05 +02:00 |
Tobias Koppers
|
a926a19715
|
create better namespace objects
avoid using Object.assign (fixes #7162)
|
2018-05-03 12:55:00 +02:00 |
Bazyli Brzóska
|
36e8e30875
|
run prettier on existing code
|
2018-02-25 11:46:17 +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
|
32ebbfd7c7
|
Beautify webpack configs
|
2018-01-22 08:51:35 +01:00 |
Florent Cailhol
|
3fb63f94cc
|
Deprecate System.import() parser plugin
- `system: undefined`: Warns if `System.import()` is used
- `system: true`: Disable warning
- `system: false`: Skip `System.import()` instrumentation
|
2018-01-18 11:34:02 +01:00 |