@checkdigit/eslint-plugin 6.6.0-PR.75-49c9 → 6.6.0-PR.75-bbf4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.cjs +974 -1035
- package/dist-cjs/metafile.json +144 -202
- package/dist-mjs/{fixture → agent}/add-url-domain.mjs +2 -2
- package/dist-mjs/{fixture → agent}/fetch-response-body-json.mjs +2 -2
- package/dist-mjs/agent/fetch-response-header-getter.mjs +117 -0
- package/dist-mjs/{fixture → agent}/fetch-then.mjs +5 -5
- package/dist-mjs/{fixture → agent}/fetch.mjs +3 -3
- package/dist-mjs/{fixture → agent}/no-fixture.mjs +5 -5
- package/dist-mjs/{fixture → agent}/no-full-response.mjs +3 -3
- package/dist-mjs/{fixture → agent}/no-service-wrapper.mjs +4 -4
- package/dist-mjs/{fixture → agent}/no-status-code.mjs +2 -2
- package/dist-mjs/{fixture → agent}/response-reference.mjs +3 -3
- package/dist-mjs/{fixture → agent}/url.mjs +2 -2
- package/dist-mjs/index.mjs +24 -27
- package/dist-mjs/library/format.mjs +14 -0
- package/dist-mjs/{ast → library}/tree.mjs +2 -2
- package/dist-mjs/library/ts-tree.mjs +72 -0
- package/dist-mjs/{fixture → library}/variable.mjs +2 -2
- package/dist-types/index.d.ts +11 -13
- package/dist-types/{ast → library}/ts-tree.d.ts +1 -0
- package/package.json +1 -1
- package/src/{fixture → agent}/add-url-domain.ts +2 -2
- package/src/{fixture/fetch-response-header-getter-ts.ts → agent/fetch-response-header-getter.ts} +32 -21
- package/src/{fixture → agent}/fetch-then.ts +3 -3
- package/src/{fixture → agent}/fetch.ts +1 -1
- package/src/{fixture → agent}/no-fixture.ts +3 -3
- package/src/{fixture → agent}/no-full-response.ts +1 -1
- package/src/{fixture → agent}/no-service-wrapper.ts +2 -2
- package/src/{fixture → agent}/response-reference.ts +1 -1
- package/src/index.ts +22 -25
- package/src/{ast → library}/ts-tree.ts +11 -0
- package/dist-mjs/ast/format.mjs +0 -14
- package/dist-mjs/ast/ts-tree.mjs +0 -65
- package/dist-mjs/fixture/fetch-header-getter.mjs +0 -71
- package/dist-mjs/fixture/fetch-response-header-getter-ts.mjs +0 -110
- package/dist-mjs/fixture/ts-tree.mjs +0 -12
- package/dist-types/fixture/fetch-header-getter.d.ts +0 -4
- package/dist-types/fixture/ts-tree.d.ts +0 -2
- package/src/fixture/fetch-header-getter.ts +0 -91
- package/src/fixture/ts-tree.ts +0 -14
- /package/dist-types/{fixture → agent}/add-url-domain.d.ts +0 -0
- /package/dist-types/{fixture → agent}/fetch-response-body-json.d.ts +0 -0
- /package/dist-types/{fixture/fetch-response-header-getter-ts.d.ts → agent/fetch-response-header-getter.d.ts} +0 -0
- /package/dist-types/{fixture → agent}/fetch-then.d.ts +0 -0
- /package/dist-types/{fixture → agent}/fetch.d.ts +0 -0
- /package/dist-types/{fixture → agent}/no-fixture.d.ts +0 -0
- /package/dist-types/{fixture → agent}/no-full-response.d.ts +0 -0
- /package/dist-types/{fixture → agent}/no-service-wrapper.d.ts +0 -0
- /package/dist-types/{fixture → agent}/no-status-code.d.ts +0 -0
- /package/dist-types/{fixture → agent}/response-reference.d.ts +0 -0
- /package/dist-types/{fixture → agent}/url.d.ts +0 -0
- /package/dist-types/{ast → library}/format.d.ts +0 -0
- /package/dist-types/{ast → library}/tree.d.ts +0 -0
- /package/dist-types/{fixture → library}/variable.d.ts +0 -0
- /package/src/{fixture → agent}/fetch-response-body-json.ts +0 -0
- /package/src/{fixture → agent}/no-status-code.ts +0 -0
- /package/src/{fixture → agent}/url.ts +0 -0
- /package/src/{ast → library}/format.ts +0 -0
- /package/src/{ast → library}/tree.ts +0 -0
- /package/src/{fixture → library}/variable.ts +0 -0
package/dist-cjs/metafile.json
CHANGED
|
@@ -12160,13 +12160,13 @@
|
|
|
12160
12160
|
],
|
|
12161
12161
|
"format": "cjs"
|
|
12162
12162
|
},
|
|
12163
|
-
"src/
|
|
12163
|
+
"src/agent/url.ts": {
|
|
12164
12164
|
"bytes": 890,
|
|
12165
12165
|
"imports": [],
|
|
12166
12166
|
"format": "esm"
|
|
12167
12167
|
},
|
|
12168
12168
|
"package.json": {
|
|
12169
|
-
"bytes":
|
|
12169
|
+
"bytes": 2874,
|
|
12170
12170
|
"imports": [],
|
|
12171
12171
|
"format": "esm",
|
|
12172
12172
|
"with": {
|
|
@@ -12187,8 +12187,8 @@
|
|
|
12187
12187
|
],
|
|
12188
12188
|
"format": "esm"
|
|
12189
12189
|
},
|
|
12190
|
-
"src/
|
|
12191
|
-
"bytes":
|
|
12190
|
+
"src/agent/add-url-domain.ts": {
|
|
12191
|
+
"bytes": 2340,
|
|
12192
12192
|
"imports": [
|
|
12193
12193
|
{
|
|
12194
12194
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12196,7 +12196,7 @@
|
|
|
12196
12196
|
"original": "@typescript-eslint/utils"
|
|
12197
12197
|
},
|
|
12198
12198
|
{
|
|
12199
|
-
"path": "src/
|
|
12199
|
+
"path": "src/agent/url.ts",
|
|
12200
12200
|
"kind": "import-statement",
|
|
12201
12201
|
"original": "./url"
|
|
12202
12202
|
},
|
|
@@ -12208,76 +12208,24 @@
|
|
|
12208
12208
|
],
|
|
12209
12209
|
"format": "esm"
|
|
12210
12210
|
},
|
|
12211
|
-
"src/
|
|
12212
|
-
"bytes":
|
|
12213
|
-
"imports": [],
|
|
12214
|
-
"format": "esm"
|
|
12215
|
-
},
|
|
12216
|
-
"src/fixture/response-reference.ts": {
|
|
12217
|
-
"bytes": 4003,
|
|
12218
|
-
"imports": [
|
|
12219
|
-
{
|
|
12220
|
-
"path": "node_modules/eslint/lib/api.js",
|
|
12221
|
-
"kind": "import-statement",
|
|
12222
|
-
"original": "eslint"
|
|
12223
|
-
},
|
|
12224
|
-
{
|
|
12225
|
-
"path": "node:assert",
|
|
12226
|
-
"kind": "import-statement",
|
|
12227
|
-
"external": true
|
|
12228
|
-
},
|
|
12229
|
-
{
|
|
12230
|
-
"path": "src/ast/tree.ts",
|
|
12231
|
-
"kind": "import-statement",
|
|
12232
|
-
"original": "../ast/tree"
|
|
12233
|
-
}
|
|
12234
|
-
],
|
|
12235
|
-
"format": "esm"
|
|
12236
|
-
},
|
|
12237
|
-
"src/fixture/fetch.ts": {
|
|
12238
|
-
"bytes": 1427,
|
|
12239
|
-
"imports": [
|
|
12240
|
-
{
|
|
12241
|
-
"path": "src/ast/tree.ts",
|
|
12242
|
-
"kind": "import-statement",
|
|
12243
|
-
"original": "../ast/tree"
|
|
12244
|
-
}
|
|
12245
|
-
],
|
|
12246
|
-
"format": "esm"
|
|
12247
|
-
},
|
|
12248
|
-
"src/fixture/fetch-header-getter.ts": {
|
|
12249
|
-
"bytes": 3432,
|
|
12211
|
+
"src/agent/fetch-response-body-json.ts": {
|
|
12212
|
+
"bytes": 2633,
|
|
12250
12213
|
"imports": [
|
|
12251
12214
|
{
|
|
12252
|
-
"path": "
|
|
12253
|
-
"kind": "import-statement",
|
|
12254
|
-
"original": "./response-reference"
|
|
12255
|
-
},
|
|
12256
|
-
{
|
|
12257
|
-
"path": "node:assert",
|
|
12215
|
+
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12258
12216
|
"kind": "import-statement",
|
|
12259
|
-
"
|
|
12217
|
+
"original": "@typescript-eslint/utils"
|
|
12260
12218
|
},
|
|
12261
12219
|
{
|
|
12262
12220
|
"path": "src/get-documentation-url.ts",
|
|
12263
12221
|
"kind": "import-statement",
|
|
12264
12222
|
"original": "../get-documentation-url"
|
|
12265
|
-
},
|
|
12266
|
-
{
|
|
12267
|
-
"path": "src/ast/tree.ts",
|
|
12268
|
-
"kind": "import-statement",
|
|
12269
|
-
"original": "../ast/tree"
|
|
12270
|
-
},
|
|
12271
|
-
{
|
|
12272
|
-
"path": "src/fixture/fetch.ts",
|
|
12273
|
-
"kind": "import-statement",
|
|
12274
|
-
"original": "./fetch"
|
|
12275
12223
|
}
|
|
12276
12224
|
],
|
|
12277
12225
|
"format": "esm"
|
|
12278
12226
|
},
|
|
12279
|
-
"src/
|
|
12280
|
-
"bytes":
|
|
12227
|
+
"src/agent/fetch-response-header-getter.ts": {
|
|
12228
|
+
"bytes": 6087,
|
|
12281
12229
|
"imports": [
|
|
12282
12230
|
{
|
|
12283
12231
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12292,23 +12240,23 @@
|
|
|
12292
12240
|
],
|
|
12293
12241
|
"format": "esm"
|
|
12294
12242
|
},
|
|
12295
|
-
"src/
|
|
12296
|
-
"bytes":
|
|
12243
|
+
"src/library/tree.ts": {
|
|
12244
|
+
"bytes": 2319,
|
|
12245
|
+
"imports": [],
|
|
12246
|
+
"format": "esm"
|
|
12247
|
+
},
|
|
12248
|
+
"src/agent/fetch.ts": {
|
|
12249
|
+
"bytes": 1431,
|
|
12297
12250
|
"imports": [
|
|
12298
12251
|
{
|
|
12299
|
-
"path": "
|
|
12252
|
+
"path": "src/library/tree.ts",
|
|
12300
12253
|
"kind": "import-statement",
|
|
12301
|
-
"original": "
|
|
12302
|
-
},
|
|
12303
|
-
{
|
|
12304
|
-
"path": "src/get-documentation-url.ts",
|
|
12305
|
-
"kind": "import-statement",
|
|
12306
|
-
"original": "../get-documentation-url"
|
|
12254
|
+
"original": "../library/tree"
|
|
12307
12255
|
}
|
|
12308
12256
|
],
|
|
12309
12257
|
"format": "esm"
|
|
12310
12258
|
},
|
|
12311
|
-
"src/
|
|
12259
|
+
"src/library/format.ts": {
|
|
12312
12260
|
"bytes": 647,
|
|
12313
12261
|
"imports": [
|
|
12314
12262
|
{
|
|
@@ -12324,13 +12272,13 @@
|
|
|
12324
12272
|
],
|
|
12325
12273
|
"format": "esm"
|
|
12326
12274
|
},
|
|
12327
|
-
"src/
|
|
12275
|
+
"src/library/variable.ts": {
|
|
12328
12276
|
"bytes": 158,
|
|
12329
12277
|
"imports": [],
|
|
12330
12278
|
"format": "esm"
|
|
12331
12279
|
},
|
|
12332
|
-
"src/
|
|
12333
|
-
"bytes":
|
|
12280
|
+
"src/agent/fetch-then.ts": {
|
|
12281
|
+
"bytes": 14835,
|
|
12334
12282
|
"imports": [
|
|
12335
12283
|
{
|
|
12336
12284
|
"path": "node_modules/eslint/lib/api.js",
|
|
@@ -12338,12 +12286,12 @@
|
|
|
12338
12286
|
"original": "eslint"
|
|
12339
12287
|
},
|
|
12340
12288
|
{
|
|
12341
|
-
"path": "src/
|
|
12289
|
+
"path": "src/library/tree.ts",
|
|
12342
12290
|
"kind": "import-statement",
|
|
12343
|
-
"original": "../
|
|
12291
|
+
"original": "../library/tree"
|
|
12344
12292
|
},
|
|
12345
12293
|
{
|
|
12346
|
-
"path": "src/
|
|
12294
|
+
"path": "src/agent/fetch.ts",
|
|
12347
12295
|
"kind": "import-statement",
|
|
12348
12296
|
"original": "./fetch"
|
|
12349
12297
|
},
|
|
@@ -12358,17 +12306,17 @@
|
|
|
12358
12306
|
"original": "../get-documentation-url"
|
|
12359
12307
|
},
|
|
12360
12308
|
{
|
|
12361
|
-
"path": "src/
|
|
12309
|
+
"path": "src/library/format.ts",
|
|
12362
12310
|
"kind": "import-statement",
|
|
12363
|
-
"original": "../
|
|
12311
|
+
"original": "../library/format"
|
|
12364
12312
|
},
|
|
12365
12313
|
{
|
|
12366
|
-
"path": "src/
|
|
12314
|
+
"path": "src/library/variable.ts",
|
|
12367
12315
|
"kind": "import-statement",
|
|
12368
|
-
"original": "
|
|
12316
|
+
"original": "../library/variable"
|
|
12369
12317
|
},
|
|
12370
12318
|
{
|
|
12371
|
-
"path": "src/
|
|
12319
|
+
"path": "src/agent/url.ts",
|
|
12372
12320
|
"kind": "import-statement",
|
|
12373
12321
|
"original": "./url"
|
|
12374
12322
|
}
|
|
@@ -12386,8 +12334,8 @@
|
|
|
12386
12334
|
],
|
|
12387
12335
|
"format": "esm"
|
|
12388
12336
|
},
|
|
12389
|
-
"src/
|
|
12390
|
-
"bytes":
|
|
12337
|
+
"src/agent/response-reference.ts": {
|
|
12338
|
+
"bytes": 4007,
|
|
12391
12339
|
"imports": [
|
|
12392
12340
|
{
|
|
12393
12341
|
"path": "node_modules/eslint/lib/api.js",
|
|
@@ -12395,17 +12343,38 @@
|
|
|
12395
12343
|
"original": "eslint"
|
|
12396
12344
|
},
|
|
12397
12345
|
{
|
|
12398
|
-
"path": "
|
|
12346
|
+
"path": "node:assert",
|
|
12399
12347
|
"kind": "import-statement",
|
|
12400
|
-
"
|
|
12348
|
+
"external": true
|
|
12401
12349
|
},
|
|
12402
12350
|
{
|
|
12403
|
-
"path": "src/
|
|
12351
|
+
"path": "src/library/tree.ts",
|
|
12352
|
+
"kind": "import-statement",
|
|
12353
|
+
"original": "../library/tree"
|
|
12354
|
+
}
|
|
12355
|
+
],
|
|
12356
|
+
"format": "esm"
|
|
12357
|
+
},
|
|
12358
|
+
"src/agent/no-fixture.ts": {
|
|
12359
|
+
"bytes": 19847,
|
|
12360
|
+
"imports": [
|
|
12361
|
+
{
|
|
12362
|
+
"path": "node_modules/eslint/lib/api.js",
|
|
12363
|
+
"kind": "import-statement",
|
|
12364
|
+
"original": "eslint"
|
|
12365
|
+
},
|
|
12366
|
+
{
|
|
12367
|
+
"path": "src/library/tree.ts",
|
|
12368
|
+
"kind": "import-statement",
|
|
12369
|
+
"original": "../library/tree"
|
|
12370
|
+
},
|
|
12371
|
+
{
|
|
12372
|
+
"path": "src/agent/fetch.ts",
|
|
12404
12373
|
"kind": "import-statement",
|
|
12405
12374
|
"original": "./fetch"
|
|
12406
12375
|
},
|
|
12407
12376
|
{
|
|
12408
|
-
"path": "src/
|
|
12377
|
+
"path": "src/agent/response-reference.ts",
|
|
12409
12378
|
"kind": "import-statement",
|
|
12410
12379
|
"original": "./response-reference"
|
|
12411
12380
|
},
|
|
@@ -12420,25 +12389,25 @@
|
|
|
12420
12389
|
"original": "../get-documentation-url"
|
|
12421
12390
|
},
|
|
12422
12391
|
{
|
|
12423
|
-
"path": "src/
|
|
12392
|
+
"path": "src/library/format.ts",
|
|
12424
12393
|
"kind": "import-statement",
|
|
12425
|
-
"original": "../
|
|
12394
|
+
"original": "../library/format"
|
|
12426
12395
|
},
|
|
12427
12396
|
{
|
|
12428
|
-
"path": "src/
|
|
12397
|
+
"path": "src/library/variable.ts",
|
|
12429
12398
|
"kind": "import-statement",
|
|
12430
|
-
"original": "
|
|
12399
|
+
"original": "../library/variable"
|
|
12431
12400
|
},
|
|
12432
12401
|
{
|
|
12433
|
-
"path": "src/
|
|
12402
|
+
"path": "src/agent/url.ts",
|
|
12434
12403
|
"kind": "import-statement",
|
|
12435
12404
|
"original": "./url"
|
|
12436
12405
|
}
|
|
12437
12406
|
],
|
|
12438
12407
|
"format": "esm"
|
|
12439
12408
|
},
|
|
12440
|
-
"src/
|
|
12441
|
-
"bytes":
|
|
12409
|
+
"src/library/ts-tree.ts": {
|
|
12410
|
+
"bytes": 2872,
|
|
12442
12411
|
"imports": [
|
|
12443
12412
|
{
|
|
12444
12413
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12448,8 +12417,8 @@
|
|
|
12448
12417
|
],
|
|
12449
12418
|
"format": "esm"
|
|
12450
12419
|
},
|
|
12451
|
-
"src/
|
|
12452
|
-
"bytes":
|
|
12420
|
+
"src/agent/no-full-response.ts": {
|
|
12421
|
+
"bytes": 2331,
|
|
12453
12422
|
"imports": [
|
|
12454
12423
|
{
|
|
12455
12424
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12467,9 +12436,9 @@
|
|
|
12467
12436
|
"original": "../get-documentation-url"
|
|
12468
12437
|
},
|
|
12469
12438
|
{
|
|
12470
|
-
"path": "src/
|
|
12439
|
+
"path": "src/library/ts-tree.ts",
|
|
12471
12440
|
"kind": "import-statement",
|
|
12472
|
-
"original": "
|
|
12441
|
+
"original": "../library/ts-tree"
|
|
12473
12442
|
}
|
|
12474
12443
|
],
|
|
12475
12444
|
"format": "esm"
|
|
@@ -12485,19 +12454,8 @@
|
|
|
12485
12454
|
],
|
|
12486
12455
|
"format": "esm"
|
|
12487
12456
|
},
|
|
12488
|
-
"src/
|
|
12489
|
-
"bytes":
|
|
12490
|
-
"imports": [
|
|
12491
|
-
{
|
|
12492
|
-
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
12493
|
-
"kind": "import-statement",
|
|
12494
|
-
"original": "@typescript-eslint/utils"
|
|
12495
|
-
}
|
|
12496
|
-
],
|
|
12497
|
-
"format": "esm"
|
|
12498
|
-
},
|
|
12499
|
-
"src/fixture/no-service-wrapper.ts": {
|
|
12500
|
-
"bytes": 9414,
|
|
12457
|
+
"src/agent/no-service-wrapper.ts": {
|
|
12458
|
+
"bytes": 9422,
|
|
12501
12459
|
"imports": [
|
|
12502
12460
|
{
|
|
12503
12461
|
"path": "node_modules/@typescript-eslint/utils/dist/index.js",
|
|
@@ -12510,7 +12468,7 @@
|
|
|
12510
12468
|
"original": "@typescript-eslint/scope-manager"
|
|
12511
12469
|
},
|
|
12512
12470
|
{
|
|
12513
|
-
"path": "src/
|
|
12471
|
+
"path": "src/agent/url.ts",
|
|
12514
12472
|
"kind": "import-statement",
|
|
12515
12473
|
"original": "./url"
|
|
12516
12474
|
},
|
|
@@ -12525,19 +12483,19 @@
|
|
|
12525
12483
|
"original": "../get-documentation-url"
|
|
12526
12484
|
},
|
|
12527
12485
|
{
|
|
12528
|
-
"path": "src/
|
|
12486
|
+
"path": "src/library/ts-tree.ts",
|
|
12529
12487
|
"kind": "import-statement",
|
|
12530
|
-
"original": "../
|
|
12488
|
+
"original": "../library/ts-tree"
|
|
12531
12489
|
},
|
|
12532
12490
|
{
|
|
12533
|
-
"path": "src/
|
|
12491
|
+
"path": "src/library/format.ts",
|
|
12534
12492
|
"kind": "import-statement",
|
|
12535
|
-
"original": "../
|
|
12493
|
+
"original": "../library/format"
|
|
12536
12494
|
}
|
|
12537
12495
|
],
|
|
12538
12496
|
"format": "esm"
|
|
12539
12497
|
},
|
|
12540
|
-
"src/
|
|
12498
|
+
"src/agent/no-status-code.ts": {
|
|
12541
12499
|
"bytes": 2353,
|
|
12542
12500
|
"imports": [
|
|
12543
12501
|
{
|
|
@@ -12599,32 +12557,27 @@
|
|
|
12599
12557
|
"format": "esm"
|
|
12600
12558
|
},
|
|
12601
12559
|
"src/index.ts": {
|
|
12602
|
-
"bytes":
|
|
12560
|
+
"bytes": 4385,
|
|
12603
12561
|
"imports": [
|
|
12604
12562
|
{
|
|
12605
|
-
"path": "src/
|
|
12606
|
-
"kind": "import-statement",
|
|
12607
|
-
"original": "./fixture/add-url-domain"
|
|
12608
|
-
},
|
|
12609
|
-
{
|
|
12610
|
-
"path": "src/fixture/fetch-header-getter.ts",
|
|
12563
|
+
"path": "src/agent/add-url-domain.ts",
|
|
12611
12564
|
"kind": "import-statement",
|
|
12612
|
-
"original": "./
|
|
12565
|
+
"original": "./agent/add-url-domain"
|
|
12613
12566
|
},
|
|
12614
12567
|
{
|
|
12615
|
-
"path": "src/
|
|
12568
|
+
"path": "src/agent/fetch-response-body-json.ts",
|
|
12616
12569
|
"kind": "import-statement",
|
|
12617
|
-
"original": "./
|
|
12570
|
+
"original": "./agent/fetch-response-body-json"
|
|
12618
12571
|
},
|
|
12619
12572
|
{
|
|
12620
|
-
"path": "src/
|
|
12573
|
+
"path": "src/agent/fetch-response-header-getter.ts",
|
|
12621
12574
|
"kind": "import-statement",
|
|
12622
|
-
"original": "./
|
|
12575
|
+
"original": "./agent/fetch-response-header-getter"
|
|
12623
12576
|
},
|
|
12624
12577
|
{
|
|
12625
|
-
"path": "src/
|
|
12578
|
+
"path": "src/agent/fetch-then.ts",
|
|
12626
12579
|
"kind": "import-statement",
|
|
12627
|
-
"original": "./
|
|
12580
|
+
"original": "./agent/fetch-then"
|
|
12628
12581
|
},
|
|
12629
12582
|
{
|
|
12630
12583
|
"path": "src/invalid-json-stringify.ts",
|
|
@@ -12632,14 +12585,14 @@
|
|
|
12632
12585
|
"original": "./invalid-json-stringify"
|
|
12633
12586
|
},
|
|
12634
12587
|
{
|
|
12635
|
-
"path": "src/
|
|
12588
|
+
"path": "src/agent/no-fixture.ts",
|
|
12636
12589
|
"kind": "import-statement",
|
|
12637
|
-
"original": "./
|
|
12590
|
+
"original": "./agent/no-fixture"
|
|
12638
12591
|
},
|
|
12639
12592
|
{
|
|
12640
|
-
"path": "src/
|
|
12593
|
+
"path": "src/agent/no-full-response.ts",
|
|
12641
12594
|
"kind": "import-statement",
|
|
12642
|
-
"original": "./
|
|
12595
|
+
"original": "./agent/no-full-response"
|
|
12643
12596
|
},
|
|
12644
12597
|
{
|
|
12645
12598
|
"path": "src/no-promise-instance-method.ts",
|
|
@@ -12647,14 +12600,14 @@
|
|
|
12647
12600
|
"original": "./no-promise-instance-method"
|
|
12648
12601
|
},
|
|
12649
12602
|
{
|
|
12650
|
-
"path": "src/
|
|
12603
|
+
"path": "src/agent/no-service-wrapper.ts",
|
|
12651
12604
|
"kind": "import-statement",
|
|
12652
|
-
"original": "./
|
|
12605
|
+
"original": "./agent/no-service-wrapper"
|
|
12653
12606
|
},
|
|
12654
12607
|
{
|
|
12655
|
-
"path": "src/
|
|
12608
|
+
"path": "src/agent/no-status-code.ts",
|
|
12656
12609
|
"kind": "import-statement",
|
|
12657
|
-
"original": "./
|
|
12610
|
+
"original": "./agent/no-status-code"
|
|
12658
12611
|
},
|
|
12659
12612
|
{
|
|
12660
12613
|
"path": "src/file-path-comment.ts",
|
|
@@ -13233,11 +13186,6 @@
|
|
|
13233
13186
|
"kind": "require-call",
|
|
13234
13187
|
"external": true
|
|
13235
13188
|
},
|
|
13236
|
-
{
|
|
13237
|
-
"path": "node:assert",
|
|
13238
|
-
"kind": "require-call",
|
|
13239
|
-
"external": true
|
|
13240
|
-
},
|
|
13241
13189
|
{
|
|
13242
13190
|
"path": "node:assert",
|
|
13243
13191
|
"kind": "require-call",
|
|
@@ -13320,7 +13268,7 @@
|
|
|
13320
13268
|
"bytesInOutput": 232
|
|
13321
13269
|
},
|
|
13322
13270
|
"node_modules/@typescript-eslint/utils/dist/eslint-utils/RuleCreator.js": {
|
|
13323
|
-
"bytesInOutput":
|
|
13271
|
+
"bytesInOutput": 1002
|
|
13324
13272
|
},
|
|
13325
13273
|
"node_modules/@typescript-eslint/utils/dist/eslint-utils/nullThrows.js": {
|
|
13326
13274
|
"bytesInOutput": 692
|
|
@@ -13398,7 +13346,7 @@
|
|
|
13398
13346
|
"bytesInOutput": 2711
|
|
13399
13347
|
},
|
|
13400
13348
|
"node_modules/ignore/index.js": {
|
|
13401
|
-
"bytesInOutput":
|
|
13349
|
+
"bytesInOutput": 13296
|
|
13402
13350
|
},
|
|
13403
13351
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion/index.js": {
|
|
13404
13352
|
"bytesInOutput": 4594
|
|
@@ -13437,7 +13385,7 @@
|
|
|
13437
13385
|
"bytesInOutput": 21531
|
|
13438
13386
|
},
|
|
13439
13387
|
"node_modules/ajv/lib/compile/index.js": {
|
|
13440
|
-
"bytesInOutput":
|
|
13388
|
+
"bytesInOutput": 10002
|
|
13441
13389
|
},
|
|
13442
13390
|
"node_modules/ajv/lib/cache.js": {
|
|
13443
13391
|
"bytesInOutput": 560
|
|
@@ -13518,7 +13466,7 @@
|
|
|
13518
13466
|
"bytesInOutput": 1149
|
|
13519
13467
|
},
|
|
13520
13468
|
"node_modules/ajv/lib/compile/rules.js": {
|
|
13521
|
-
"bytesInOutput":
|
|
13469
|
+
"bytesInOutput": 2596
|
|
13522
13470
|
},
|
|
13523
13471
|
"node_modules/ajv/lib/data.js": {
|
|
13524
13472
|
"bytesInOutput": 1329
|
|
@@ -13536,7 +13484,7 @@
|
|
|
13536
13484
|
"bytesInOutput": 1141
|
|
13537
13485
|
},
|
|
13538
13486
|
"node_modules/ajv/lib/keyword.js": {
|
|
13539
|
-
"bytesInOutput":
|
|
13487
|
+
"bytesInOutput": 3304
|
|
13540
13488
|
},
|
|
13541
13489
|
"node_modules/ajv/lib/refs/data.json": {
|
|
13542
13490
|
"bytesInOutput": 654
|
|
@@ -13551,7 +13499,7 @@
|
|
|
13551
13499
|
"bytesInOutput": 157
|
|
13552
13500
|
},
|
|
13553
13501
|
"node_modules/@eslint/eslintrc/dist/eslintrc.cjs": {
|
|
13554
|
-
"bytesInOutput":
|
|
13502
|
+
"bytesInOutput": 103395
|
|
13555
13503
|
},
|
|
13556
13504
|
"node_modules/@eslint/js/src/configs/eslint-all.js": {
|
|
13557
13505
|
"bytesInOutput": 7567
|
|
@@ -13608,7 +13556,7 @@
|
|
|
13608
13556
|
"bytesInOutput": 302
|
|
13609
13557
|
},
|
|
13610
13558
|
"node_modules/@eslint/eslintrc/dist/eslintrc-universal.cjs": {
|
|
13611
|
-
"bytesInOutput":
|
|
13559
|
+
"bytesInOutput": 28037
|
|
13612
13560
|
},
|
|
13613
13561
|
"node_modules/eslint/lib/shared/traverser.js": {
|
|
13614
13562
|
"bytesInOutput": 4738
|
|
@@ -13779,7 +13727,7 @@
|
|
|
13779
13727
|
"bytesInOutput": 4466
|
|
13780
13728
|
},
|
|
13781
13729
|
"node_modules/eslint/lib/rules/arrow-spacing.js": {
|
|
13782
|
-
"bytesInOutput":
|
|
13730
|
+
"bytesInOutput": 3507
|
|
13783
13731
|
},
|
|
13784
13732
|
"node_modules/eslint/lib/rules/block-scoped-var.js": {
|
|
13785
13733
|
"bytesInOutput": 2810
|
|
@@ -14526,7 +14474,7 @@
|
|
|
14526
14474
|
"bytesInOutput": 6570
|
|
14527
14475
|
},
|
|
14528
14476
|
"node_modules/eslint/lib/rules/padded-blocks.js": {
|
|
14529
|
-
"bytesInOutput":
|
|
14477
|
+
"bytesInOutput": 7843
|
|
14530
14478
|
},
|
|
14531
14479
|
"node_modules/eslint/lib/rules/padding-line-between-statements.js": {
|
|
14532
14480
|
"bytesInOutput": 12419
|
|
@@ -14637,10 +14585,10 @@
|
|
|
14637
14585
|
"bytesInOutput": 7924
|
|
14638
14586
|
},
|
|
14639
14587
|
"node_modules/eslint/lib/rules/spaced-comment.js": {
|
|
14640
|
-
"bytesInOutput":
|
|
14588
|
+
"bytesInOutput": 8277
|
|
14641
14589
|
},
|
|
14642
14590
|
"node_modules/eslint/lib/rules/strict.js": {
|
|
14643
|
-
"bytesInOutput":
|
|
14591
|
+
"bytesInOutput": 6638
|
|
14644
14592
|
},
|
|
14645
14593
|
"node_modules/eslint/lib/rules/switch-colon-spacing.js": {
|
|
14646
14594
|
"bytesInOutput": 3200
|
|
@@ -14697,7 +14645,7 @@
|
|
|
14697
14645
|
"bytesInOutput": 17805
|
|
14698
14646
|
},
|
|
14699
14647
|
"node_modules/eslint/lib/linter/rules.js": {
|
|
14700
|
-
"bytesInOutput":
|
|
14648
|
+
"bytesInOutput": 1586
|
|
14701
14649
|
},
|
|
14702
14650
|
"node_modules/eslint/lib/linter/safe-emitter.js": {
|
|
14703
14651
|
"bytesInOutput": 733
|
|
@@ -14712,7 +14660,7 @@
|
|
|
14712
14660
|
"bytesInOutput": 1183
|
|
14713
14661
|
},
|
|
14714
14662
|
"node_modules/eslint/lib/config/flat-config-helpers.js": {
|
|
14715
|
-
"bytesInOutput":
|
|
14663
|
+
"bytesInOutput": 1671
|
|
14716
14664
|
},
|
|
14717
14665
|
"node_modules/@humanwhocodes/config-array/node_modules/brace-expansion/index.js": {
|
|
14718
14666
|
"bytesInOutput": 4605
|
|
@@ -14760,7 +14708,7 @@
|
|
|
14760
14708
|
"bytesInOutput": 579
|
|
14761
14709
|
},
|
|
14762
14710
|
"node_modules/eslint/lib/config/rule-validator.js": {
|
|
14763
|
-
"bytesInOutput":
|
|
14711
|
+
"bytesInOutput": 3166
|
|
14764
14712
|
},
|
|
14765
14713
|
"node_modules/eslint/lib/config/default-config.js": {
|
|
14766
14714
|
"bytesInOutput": 1424
|
|
@@ -14769,7 +14717,7 @@
|
|
|
14769
14717
|
"bytesInOutput": 6248
|
|
14770
14718
|
},
|
|
14771
14719
|
"node_modules/eslint/lib/linter/linter.js": {
|
|
14772
|
-
"bytesInOutput":
|
|
14720
|
+
"bytesInOutput": 57040
|
|
14773
14721
|
},
|
|
14774
14722
|
"node_modules/eslint/lib/linter/index.js": {
|
|
14775
14723
|
"bytesInOutput": 372
|
|
@@ -14937,10 +14885,10 @@
|
|
|
14937
14885
|
"bytesInOutput": 5074
|
|
14938
14886
|
},
|
|
14939
14887
|
"node_modules/eslint/lib/eslint/flat-eslint.js": {
|
|
14940
|
-
"bytesInOutput":
|
|
14888
|
+
"bytesInOutput": 25108
|
|
14941
14889
|
},
|
|
14942
14890
|
"node_modules/eslint/lib/rule-tester/flat-rule-tester.js": {
|
|
14943
|
-
"bytesInOutput":
|
|
14891
|
+
"bytesInOutput": 31605
|
|
14944
14892
|
},
|
|
14945
14893
|
"node_modules/eslint/conf/default-cli-options.js": {
|
|
14946
14894
|
"bytesInOutput": 783
|
|
@@ -14949,10 +14897,10 @@
|
|
|
14949
14897
|
"bytesInOutput": 745
|
|
14950
14898
|
},
|
|
14951
14899
|
"node_modules/eslint/lib/cli-engine/cli-engine.js": {
|
|
14952
|
-
"bytesInOutput":
|
|
14900
|
+
"bytesInOutput": 23876
|
|
14953
14901
|
},
|
|
14954
14902
|
"node_modules/eslint/lib/eslint/eslint.js": {
|
|
14955
|
-
"bytesInOutput":
|
|
14903
|
+
"bytesInOutput": 19439
|
|
14956
14904
|
},
|
|
14957
14905
|
"node_modules/eslint/lib/unsupported-api.js": {
|
|
14958
14906
|
"bytesInOutput": 538
|
|
@@ -14976,10 +14924,10 @@
|
|
|
14976
14924
|
"bytesInOutput": 940
|
|
14977
14925
|
},
|
|
14978
14926
|
"node_modules/eslint/lib/shared/config-validator.js": {
|
|
14979
|
-
"bytesInOutput":
|
|
14927
|
+
"bytesInOutput": 7251
|
|
14980
14928
|
},
|
|
14981
14929
|
"node_modules/eslint/lib/rule-tester/rule-tester.js": {
|
|
14982
|
-
"bytesInOutput":
|
|
14930
|
+
"bytesInOutput": 33184
|
|
14983
14931
|
},
|
|
14984
14932
|
"node_modules/eslint/lib/rule-tester/index.js": {
|
|
14985
14933
|
"bytesInOutput": 206
|
|
@@ -15495,69 +15443,63 @@
|
|
|
15495
15443
|
"bytesInOutput": 2217
|
|
15496
15444
|
},
|
|
15497
15445
|
"src/index.ts": {
|
|
15498
|
-
"bytesInOutput":
|
|
15446
|
+
"bytesInOutput": 2751
|
|
15499
15447
|
},
|
|
15500
|
-
"src/
|
|
15448
|
+
"src/agent/url.ts": {
|
|
15501
15449
|
"bytesInOutput": 745
|
|
15502
15450
|
},
|
|
15503
15451
|
"package.json": {
|
|
15504
|
-
"bytesInOutput":
|
|
15452
|
+
"bytesInOutput": 2974
|
|
15505
15453
|
},
|
|
15506
15454
|
"src/get-documentation-url.ts": {
|
|
15507
15455
|
"bytesInOutput": 148
|
|
15508
15456
|
},
|
|
15509
|
-
"src/
|
|
15457
|
+
"src/agent/add-url-domain.ts": {
|
|
15510
15458
|
"bytesInOutput": 1915
|
|
15511
15459
|
},
|
|
15512
|
-
"src/
|
|
15513
|
-
"bytesInOutput":
|
|
15514
|
-
},
|
|
15515
|
-
"src/fixture/response-reference.ts": {
|
|
15516
|
-
"bytesInOutput": 2667
|
|
15517
|
-
},
|
|
15518
|
-
"src/fixture/fetch.ts": {
|
|
15519
|
-
"bytesInOutput": 1206
|
|
15460
|
+
"src/agent/fetch-response-body-json.ts": {
|
|
15461
|
+
"bytesInOutput": 2311
|
|
15520
15462
|
},
|
|
15521
|
-
"src/
|
|
15522
|
-
"bytesInOutput":
|
|
15463
|
+
"src/agent/fetch-response-header-getter.ts": {
|
|
15464
|
+
"bytesInOutput": 5239
|
|
15523
15465
|
},
|
|
15524
|
-
"src/
|
|
15525
|
-
"bytesInOutput":
|
|
15466
|
+
"src/library/tree.ts": {
|
|
15467
|
+
"bytesInOutput": 1648
|
|
15526
15468
|
},
|
|
15527
|
-
"src/
|
|
15528
|
-
"bytesInOutput":
|
|
15469
|
+
"src/agent/fetch.ts": {
|
|
15470
|
+
"bytesInOutput": 1206
|
|
15529
15471
|
},
|
|
15530
|
-
"src/
|
|
15531
|
-
"bytesInOutput":
|
|
15472
|
+
"src/library/format.ts": {
|
|
15473
|
+
"bytesInOutput": 380
|
|
15532
15474
|
},
|
|
15533
|
-
"src/
|
|
15475
|
+
"src/library/variable.ts": {
|
|
15534
15476
|
"bytesInOutput": 118
|
|
15535
15477
|
},
|
|
15536
|
-
"src/
|
|
15537
|
-
"bytesInOutput":
|
|
15478
|
+
"src/agent/fetch-then.ts": {
|
|
15479
|
+
"bytesInOutput": 12295
|
|
15538
15480
|
},
|
|
15539
15481
|
"src/invalid-json-stringify.ts": {
|
|
15540
15482
|
"bytesInOutput": 2473
|
|
15541
15483
|
},
|
|
15542
|
-
"src/
|
|
15484
|
+
"src/agent/response-reference.ts": {
|
|
15485
|
+
"bytesInOutput": 2671
|
|
15486
|
+
},
|
|
15487
|
+
"src/agent/no-fixture.ts": {
|
|
15543
15488
|
"bytesInOutput": 16444
|
|
15544
15489
|
},
|
|
15545
|
-
"src/
|
|
15546
|
-
"bytesInOutput":
|
|
15490
|
+
"src/library/ts-tree.ts": {
|
|
15491
|
+
"bytesInOutput": 2095
|
|
15547
15492
|
},
|
|
15548
|
-
"src/
|
|
15493
|
+
"src/agent/no-full-response.ts": {
|
|
15549
15494
|
"bytesInOutput": 2004
|
|
15550
15495
|
},
|
|
15551
15496
|
"src/no-promise-instance-method.ts": {
|
|
15552
15497
|
"bytesInOutput": 1275
|
|
15553
15498
|
},
|
|
15554
|
-
"src/
|
|
15555
|
-
"bytesInOutput":
|
|
15556
|
-
},
|
|
15557
|
-
"src/fixture/no-service-wrapper.ts": {
|
|
15558
|
-
"bytesInOutput": 8870
|
|
15499
|
+
"src/agent/no-service-wrapper.ts": {
|
|
15500
|
+
"bytesInOutput": 8867
|
|
15559
15501
|
},
|
|
15560
|
-
"src/
|
|
15502
|
+
"src/agent/no-status-code.ts": {
|
|
15561
15503
|
"bytesInOutput": 2037
|
|
15562
15504
|
},
|
|
15563
15505
|
"src/file-path-comment.ts": {
|
|
@@ -15588,7 +15530,7 @@
|
|
|
15588
15530
|
"bytesInOutput": 3362
|
|
15589
15531
|
}
|
|
15590
15532
|
},
|
|
15591
|
-
"bytes":
|
|
15533
|
+
"bytes": 4313631
|
|
15592
15534
|
}
|
|
15593
15535
|
}
|
|
15594
15536
|
}
|