chore: distill deps after import types update (#13367)
This commit is contained in:
parent
0f8b3e7725
commit
c80365dd43
|
|
@ -1,5 +1,3 @@
|
||||||
[*]
|
[*]
|
||||||
../../types/
|
|
||||||
../common/
|
|
||||||
../protocol/
|
../protocol/
|
||||||
../utils/
|
../utils/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
[*]
|
[*]
|
||||||
../common/
|
|
||||||
../protocol/
|
../protocol/
|
||||||
../server/**
|
../server/**
|
||||||
../utils/
|
../utils/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
[*]
|
[*]
|
||||||
../../types/types.d.ts
|
|
||||||
../common/
|
|
||||||
../generated/
|
../generated/
|
||||||
../protocol/
|
../protocol/
|
||||||
../utils/
|
../utils/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
[*]
|
[*]
|
||||||
../
|
../
|
||||||
../../protocol/
|
|
||||||
../../utils/
|
../../utils/
|
||||||
../chromium/
|
../chromium/
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
[*]
|
[*]
|
||||||
../
|
../
|
||||||
../../common/
|
|
||||||
../../protocol/
|
|
||||||
../../utils/
|
../../utils/
|
||||||
|
|
||||||
|
[debugger.ts]
|
||||||
|
../../protocol/
|
||||||
|
|
||||||
[recorderSupplement.ts]
|
[recorderSupplement.ts]
|
||||||
../../generated/
|
../../generated/
|
||||||
./recorder/
|
./recorder/
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,6 @@
|
||||||
[*]
|
[*]
|
||||||
../../
|
../../
|
||||||
../../../common/
|
|
||||||
../../../generated/
|
|
||||||
../../../protocol/
|
../../../protocol/
|
||||||
../../../utils/
|
../../../utils/
|
||||||
../../common/
|
|
||||||
../../supplements/har/
|
../../supplements/har/
|
||||||
../common/
|
../common/
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
[*]
|
[*]
|
||||||
../common/
|
|
||||||
../protocol/
|
|
||||||
../third_party/diff_match_patch
|
../third_party/diff_match_patch
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
[*]
|
[*]
|
||||||
../types/testReporter.d.ts
|
|
||||||
matchers/
|
matchers/
|
||||||
reporters/
|
reporters/
|
||||||
third_party/
|
third_party/
|
||||||
|
|
|
||||||
|
|
@ -2,5 +2,4 @@
|
||||||
../expect.ts
|
../expect.ts
|
||||||
../globals.ts
|
../globals.ts
|
||||||
../testInfo.ts
|
../testInfo.ts
|
||||||
../types.ts
|
|
||||||
../util.ts
|
../util.ts
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,2 @@
|
||||||
[*]
|
[*]
|
||||||
../types.ts
|
|
||||||
../util.ts
|
../util.ts
|
||||||
../../types/testReporter.d.ts
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue