projen 0.98.3 → 0.98.5

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.
Files changed (149) hide show
  1. package/.jsii +957 -350
  2. package/lib/ai-instructions.d.ts +147 -0
  3. package/lib/ai-instructions.js +238 -0
  4. package/lib/awscdk/auto-discover.js +5 -5
  5. package/lib/awscdk/awscdk-app-java.js +1 -1
  6. package/lib/awscdk/awscdk-app-py.js +1 -1
  7. package/lib/awscdk/awscdk-app-ts.js +1 -1
  8. package/lib/awscdk/awscdk-construct.js +2 -2
  9. package/lib/awscdk/awscdk-deps-java.js +1 -1
  10. package/lib/awscdk/awscdk-deps-js.js +1 -1
  11. package/lib/awscdk/awscdk-deps-py.js +1 -1
  12. package/lib/awscdk/awscdk-deps.js +1 -1
  13. package/lib/awscdk/cdk-config.js +4 -4
  14. package/lib/awscdk/cdk-tasks.js +1 -1
  15. package/lib/awscdk/integration-test.js +1 -1
  16. package/lib/awscdk/internal.d.ts +1 -0
  17. package/lib/awscdk/lambda-extension.js +1 -1
  18. package/lib/awscdk/lambda-function.js +2 -2
  19. package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -1
  20. package/lib/awscdk/private/feature-flags-v2.const.js +4 -3
  21. package/lib/build/build-workflow.js +1 -1
  22. package/lib/cdk/auto-discover-base.js +2 -2
  23. package/lib/cdk/construct-lib.js +1 -1
  24. package/lib/cdk/integration-test-base.js +1 -1
  25. package/lib/cdk/jsii-docgen.js +1 -1
  26. package/lib/cdk/jsii-project.js +1 -1
  27. package/lib/cdk8s/auto-discover.js +2 -2
  28. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  29. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  30. package/lib/cdk8s/cdk8s-construct.js +1 -1
  31. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  32. package/lib/cdk8s/cdk8s-deps.js +1 -1
  33. package/lib/cdk8s/integration-test.js +1 -1
  34. package/lib/cdktf/cdktf-construct.js +1 -1
  35. package/lib/circleci/circleci.js +1 -1
  36. package/lib/component.js +3 -3
  37. package/lib/dependencies.js +1 -1
  38. package/lib/dev-env.js +1 -1
  39. package/lib/docker-compose/docker-compose-service.js +1 -1
  40. package/lib/docker-compose/docker-compose.js +1 -1
  41. package/lib/file.js +3 -3
  42. package/lib/gitattributes.js +1 -1
  43. package/lib/github/actions-provider.js +1 -1
  44. package/lib/github/auto-approve.js +1 -1
  45. package/lib/github/auto-merge.js +1 -1
  46. package/lib/github/auto-queue.js +1 -1
  47. package/lib/github/dependabot.js +1 -1
  48. package/lib/github/github-credentials.js +1 -1
  49. package/lib/github/github-project.js +1 -1
  50. package/lib/github/github.js +1 -1
  51. package/lib/github/merge-queue.js +1 -1
  52. package/lib/github/mergify.js +1 -1
  53. package/lib/github/pr-template.js +1 -1
  54. package/lib/github/pull-request-backport.js +1 -1
  55. package/lib/github/pull-request-lint.js +1 -1
  56. package/lib/github/stale.js +1 -1
  57. package/lib/github/task-workflow-job.js +1 -1
  58. package/lib/github/task-workflow.js +1 -1
  59. package/lib/github/workflow-actions.js +1 -1
  60. package/lib/github/workflow-jobs.js +1 -1
  61. package/lib/github/workflow-steps.js +1 -1
  62. package/lib/github/workflows.js +1 -1
  63. package/lib/gitlab/configuration.js +1 -1
  64. package/lib/gitlab/gitlab-configuration.js +1 -1
  65. package/lib/gitlab/nested-configuration.js +1 -1
  66. package/lib/gitpod.js +1 -1
  67. package/lib/ignore-file.js +1 -1
  68. package/lib/index.d.ts +1 -0
  69. package/lib/index.js +2 -1
  70. package/lib/ini.js +1 -1
  71. package/lib/java/java-project.js +1 -1
  72. package/lib/java/junit.js +1 -1
  73. package/lib/java/maven-compile.js +1 -1
  74. package/lib/java/maven-packaging.js +1 -1
  75. package/lib/java/maven-sample.js +1 -1
  76. package/lib/java/pom.js +2 -2
  77. package/lib/java/projenrc.js +1 -1
  78. package/lib/javascript/biome/biome-config.d.ts +71 -25
  79. package/lib/javascript/biome/biome-config.js +39 -1
  80. package/lib/javascript/biome/biome.js +1 -1
  81. package/lib/javascript/bundler.js +1 -1
  82. package/lib/javascript/eslint.js +1 -1
  83. package/lib/javascript/jest.d.ts +3 -1
  84. package/lib/javascript/jest.js +20 -17
  85. package/lib/javascript/license-checker.js +1 -1
  86. package/lib/javascript/node-package.js +1 -1
  87. package/lib/javascript/node-project.js +1 -1
  88. package/lib/javascript/npm-config.js +1 -1
  89. package/lib/javascript/prettier.js +1 -1
  90. package/lib/javascript/projenrc.js +1 -1
  91. package/lib/javascript/typescript-config.js +2 -2
  92. package/lib/javascript/upgrade-dependencies.js +2 -2
  93. package/lib/javascript/yarnrc.js +1 -1
  94. package/lib/json-patch.js +1 -1
  95. package/lib/json.js +1 -1
  96. package/lib/license.js +1 -1
  97. package/lib/logger.js +3 -3
  98. package/lib/makefile.js +1 -1
  99. package/lib/object-file.js +1 -1
  100. package/lib/project-build.js +1 -1
  101. package/lib/project-tree.js +1 -1
  102. package/lib/project.js +3 -3
  103. package/lib/projects.js +1 -1
  104. package/lib/projenrc-json.js +2 -2
  105. package/lib/projenrc.js +1 -1
  106. package/lib/python/pip.js +1 -1
  107. package/lib/python/poetry.js +2 -2
  108. package/lib/python/projenrc.js +1 -1
  109. package/lib/python/pytest-sample.js +1 -1
  110. package/lib/python/pytest.js +1 -1
  111. package/lib/python/python-project.js +1 -1
  112. package/lib/python/python-sample.js +1 -1
  113. package/lib/python/requirements-file.js +1 -1
  114. package/lib/python/setuppy.js +1 -1
  115. package/lib/python/setuptools.js +1 -1
  116. package/lib/python/venv.js +1 -1
  117. package/lib/readme.js +1 -1
  118. package/lib/release/publisher.js +1 -1
  119. package/lib/release/release-trigger.js +1 -1
  120. package/lib/release/release.js +1 -1
  121. package/lib/renovatebot.js +1 -1
  122. package/lib/sample-file.js +2 -2
  123. package/lib/semver.js +1 -1
  124. package/lib/source-code.js +1 -1
  125. package/lib/task-runtime.js +1 -1
  126. package/lib/task.js +1 -1
  127. package/lib/tasks.js +1 -1
  128. package/lib/testing.js +1 -1
  129. package/lib/textfile.js +1 -1
  130. package/lib/toml.js +1 -1
  131. package/lib/typescript/projenrc-ts.js +1 -1
  132. package/lib/typescript/projenrc.js +1 -1
  133. package/lib/typescript/typescript-typedoc.js +1 -1
  134. package/lib/typescript/typescript.js +6 -6
  135. package/lib/util/constructs.d.ts +17 -4
  136. package/lib/util/constructs.js +30 -6
  137. package/lib/version.js +2 -2
  138. package/lib/vscode/devcontainer.js +1 -1
  139. package/lib/vscode/extensions.js +1 -1
  140. package/lib/vscode/launch-config.js +1 -1
  141. package/lib/vscode/settings.js +1 -1
  142. package/lib/vscode/vscode.js +1 -1
  143. package/lib/web/next.js +3 -3
  144. package/lib/web/postcss.js +1 -1
  145. package/lib/web/react.js +4 -4
  146. package/lib/web/tailwind.js +1 -1
  147. package/lib/xmlfile.js +1 -1
  148. package/lib/yaml.js +1 -1
  149. package/package.json +12 -8
package/.jsii CHANGED
@@ -92,49 +92,49 @@
92
92
  "projen.awscdk": {
93
93
  "locationInModule": {
94
94
  "filename": "src/index.ts",
95
- "line": 52
95
+ "line": 53
96
96
  },
97
97
  "symbolId": "src/awscdk/index:"
98
98
  },
99
99
  "projen.build": {
100
100
  "locationInModule": {
101
101
  "filename": "src/index.ts",
102
- "line": 56
102
+ "line": 57
103
103
  },
104
104
  "symbolId": "src/build/index:"
105
105
  },
106
106
  "projen.cdk": {
107
107
  "locationInModule": {
108
108
  "filename": "src/index.ts",
109
- "line": 55
109
+ "line": 56
110
110
  },
111
111
  "symbolId": "src/cdk/index:"
112
112
  },
113
113
  "projen.cdk8s": {
114
114
  "locationInModule": {
115
115
  "filename": "src/index.ts",
116
- "line": 53
116
+ "line": 54
117
117
  },
118
118
  "symbolId": "src/cdk8s/index:"
119
119
  },
120
120
  "projen.cdktf": {
121
121
  "locationInModule": {
122
122
  "filename": "src/index.ts",
123
- "line": 54
123
+ "line": 55
124
124
  },
125
125
  "symbolId": "src/cdktf/index:"
126
126
  },
127
127
  "projen.circleci": {
128
128
  "locationInModule": {
129
129
  "filename": "src/index.ts",
130
- "line": 45
130
+ "line": 46
131
131
  },
132
132
  "symbolId": "src/circleci/index:"
133
133
  },
134
134
  "projen.github": {
135
135
  "locationInModule": {
136
136
  "filename": "src/index.ts",
137
- "line": 43
137
+ "line": 44
138
138
  },
139
139
  "symbolId": "src/github/index:"
140
140
  },
@@ -148,21 +148,21 @@
148
148
  "projen.gitlab": {
149
149
  "locationInModule": {
150
150
  "filename": "src/index.ts",
151
- "line": 44
151
+ "line": 45
152
152
  },
153
153
  "symbolId": "src/gitlab/index:"
154
154
  },
155
155
  "projen.java": {
156
156
  "locationInModule": {
157
157
  "filename": "src/index.ts",
158
- "line": 47
158
+ "line": 48
159
159
  },
160
160
  "symbolId": "src/java/index:"
161
161
  },
162
162
  "projen.javascript": {
163
163
  "locationInModule": {
164
164
  "filename": "src/index.ts",
165
- "line": 50
165
+ "line": 51
166
166
  },
167
167
  "symbolId": "src/javascript/index:"
168
168
  },
@@ -176,35 +176,35 @@
176
176
  "projen.python": {
177
177
  "locationInModule": {
178
178
  "filename": "src/index.ts",
179
- "line": 48
179
+ "line": 49
180
180
  },
181
181
  "symbolId": "src/python/index:"
182
182
  },
183
183
  "projen.release": {
184
184
  "locationInModule": {
185
185
  "filename": "src/index.ts",
186
- "line": 51
186
+ "line": 52
187
187
  },
188
188
  "symbolId": "src/release/index:"
189
189
  },
190
190
  "projen.typescript": {
191
191
  "locationInModule": {
192
192
  "filename": "src/index.ts",
193
- "line": 49
193
+ "line": 50
194
194
  },
195
195
  "symbolId": "src/typescript/index:"
196
196
  },
197
197
  "projen.vscode": {
198
198
  "locationInModule": {
199
199
  "filename": "src/index.ts",
200
- "line": 46
200
+ "line": 47
201
201
  },
202
202
  "symbolId": "src/vscode/index:"
203
203
  },
204
204
  "projen.web": {
205
205
  "locationInModule": {
206
206
  "filename": "src/index.ts",
207
- "line": 42
207
+ "line": 43
208
208
  },
209
209
  "symbolId": "src/web/index:"
210
210
  }
@@ -229,6 +229,420 @@
229
229
  }
230
230
  },
231
231
  "types": {
232
+ "projen.AiAgent": {
233
+ "assembly": "projen",
234
+ "docs": {
235
+ "stability": "experimental",
236
+ "summary": "Supported AI coding assistants and their instruction file locations."
237
+ },
238
+ "fqn": "projen.AiAgent",
239
+ "kind": "enum",
240
+ "locationInModule": {
241
+ "filename": "src/ai-instructions.ts",
242
+ "line": 8
243
+ },
244
+ "members": [
245
+ {
246
+ "docs": {
247
+ "stability": "experimental",
248
+ "summary": "GitHub Copilot - .github/copilot-instructions.md."
249
+ },
250
+ "name": "GITHUB_COPILOT"
251
+ },
252
+ {
253
+ "docs": {
254
+ "stability": "experimental",
255
+ "summary": "Cursor IDE - .cursor/rules/project.md."
256
+ },
257
+ "name": "CURSOR"
258
+ },
259
+ {
260
+ "docs": {
261
+ "stability": "experimental",
262
+ "summary": "Claude Code - CLAUDE.md."
263
+ },
264
+ "name": "CLAUDE"
265
+ },
266
+ {
267
+ "docs": {
268
+ "stability": "experimental",
269
+ "summary": "Amazon Q - .amazonq/rules/project.md."
270
+ },
271
+ "name": "AMAZON_Q"
272
+ },
273
+ {
274
+ "docs": {
275
+ "stability": "experimental",
276
+ "summary": "Kiro - .kiro/steering/project.md."
277
+ },
278
+ "name": "KIRO"
279
+ }
280
+ ],
281
+ "name": "AiAgent",
282
+ "symbolId": "src/ai-instructions:AiAgent"
283
+ },
284
+ "projen.AiInstructions": {
285
+ "assembly": "projen",
286
+ "base": "projen.Component",
287
+ "docs": {
288
+ "example": "const project = new TypeScriptProject({\n name: \"my-project\",\n defaultReleaseBranch: \"main\",\n});\n\n// Basic usage - generates files for all supported AI agents\nnew AiInstructions(project);\n\n// Custom usage - specify which agents and add custom instructions\nnew AiInstructions(project, {\n agents: [AiAgent.GITHUB_COPILOT, AiAgent.CURSOR],\n agentSpecificInstructions: {\n [AiAgent.GITHUB_COPILOT]: [\"Always use descriptive commit messages.\"],\n },\n});\n\n// Add more instructions after instantiation\nconst ai = new AiInstructions(project);\nai.addInstructions(\"Use functional programming patterns.\");\nai.addInstructions(\"Always write comprehensive tests.\");",
289
+ "remarks": "This component creates configuration files that help AI tools like GitHub Copilot,\nCursor IDE, Claude Code, and Amazon Q understand that the project is managed by projen\nand should follow projen conventions.",
290
+ "stability": "experimental",
291
+ "summary": "Generates instruction files for AI coding assistants with projen-specific guidance."
292
+ },
293
+ "fqn": "projen.AiInstructions",
294
+ "initializer": {
295
+ "docs": {
296
+ "stability": "experimental"
297
+ },
298
+ "locationInModule": {
299
+ "filename": "src/ai-instructions.ts",
300
+ "line": 127
301
+ },
302
+ "parameters": [
303
+ {
304
+ "name": "project",
305
+ "type": {
306
+ "fqn": "projen.Project"
307
+ }
308
+ },
309
+ {
310
+ "name": "options",
311
+ "optional": true,
312
+ "type": {
313
+ "fqn": "projen.AiInstructionsOptions"
314
+ }
315
+ }
316
+ ]
317
+ },
318
+ "kind": "class",
319
+ "locationInModule": {
320
+ "filename": "src/ai-instructions.ts",
321
+ "line": 109
322
+ },
323
+ "methods": [
324
+ {
325
+ "docs": {
326
+ "stability": "experimental",
327
+ "summary": "Returns development best practices instructions for AI agents."
328
+ },
329
+ "locationInModule": {
330
+ "filename": "src/ai-instructions.ts",
331
+ "line": 120
332
+ },
333
+ "name": "bestPractices",
334
+ "parameters": [
335
+ {
336
+ "name": "project",
337
+ "type": {
338
+ "fqn": "projen.Project"
339
+ }
340
+ }
341
+ ],
342
+ "returns": {
343
+ "type": {
344
+ "primitive": "string"
345
+ }
346
+ },
347
+ "static": true
348
+ },
349
+ {
350
+ "docs": {
351
+ "stability": "experimental",
352
+ "summary": "Returns projen-specific instructions for AI agents."
353
+ },
354
+ "locationInModule": {
355
+ "filename": "src/ai-instructions.ts",
356
+ "line": 113
357
+ },
358
+ "name": "projen",
359
+ "parameters": [
360
+ {
361
+ "name": "project",
362
+ "type": {
363
+ "fqn": "projen.Project"
364
+ }
365
+ }
366
+ ],
367
+ "returns": {
368
+ "type": {
369
+ "primitive": "string"
370
+ }
371
+ },
372
+ "static": true
373
+ },
374
+ {
375
+ "docs": {
376
+ "example": "aiInstructions.addAgentSpecificInstructions(AiAgent.GITHUB_COPILOT, \"Use descriptive commit messages.\");",
377
+ "remarks": "This can also be used to add instructions for an AI agent that was previously not enabled.",
378
+ "stability": "experimental",
379
+ "summary": "Add instructions for a specific AI agent."
380
+ },
381
+ "locationInModule": {
382
+ "filename": "src/ai-instructions.ts",
383
+ "line": 203
384
+ },
385
+ "name": "addAgentSpecificInstructions",
386
+ "parameters": [
387
+ {
388
+ "docs": {
389
+ "summary": "The AI agent to add instructions for."
390
+ },
391
+ "name": "agent",
392
+ "type": {
393
+ "fqn": "projen.AiAgent"
394
+ }
395
+ },
396
+ {
397
+ "docs": {
398
+ "summary": "The instruction(s) to add."
399
+ },
400
+ "name": "instructions",
401
+ "type": {
402
+ "primitive": "string"
403
+ },
404
+ "variadic": true
405
+ }
406
+ ],
407
+ "variadic": true
408
+ },
409
+ {
410
+ "docs": {
411
+ "example": "aiInstructions.addInstructions(\"Always use TypeScript strict mode.\");\naiInstructions.addInstructions(\"Prefer functional programming.\", \"Avoid mutations.\");",
412
+ "stability": "experimental",
413
+ "summary": "Adds instructions that will be included for all selected AI agents."
414
+ },
415
+ "locationInModule": {
416
+ "filename": "src/ai-instructions.ts",
417
+ "line": 187
418
+ },
419
+ "name": "addInstructions",
420
+ "parameters": [
421
+ {
422
+ "docs": {
423
+ "summary": "The instructions to add."
424
+ },
425
+ "name": "instructions",
426
+ "type": {
427
+ "primitive": "string"
428
+ },
429
+ "variadic": true
430
+ }
431
+ ],
432
+ "variadic": true
433
+ }
434
+ ],
435
+ "name": "AiInstructions",
436
+ "symbolId": "src/ai-instructions:AiInstructions"
437
+ },
438
+ "projen.AiInstructionsFile": {
439
+ "assembly": "projen",
440
+ "base": "projen.FileBase",
441
+ "docs": {
442
+ "stability": "experimental"
443
+ },
444
+ "fqn": "projen.AiInstructionsFile",
445
+ "initializer": {
446
+ "docs": {
447
+ "stability": "experimental"
448
+ },
449
+ "locationInModule": {
450
+ "filename": "src/file.ts",
451
+ "line": 95
452
+ },
453
+ "parameters": [
454
+ {
455
+ "name": "scope",
456
+ "type": {
457
+ "fqn": "constructs.IConstruct"
458
+ }
459
+ },
460
+ {
461
+ "name": "filePath",
462
+ "type": {
463
+ "primitive": "string"
464
+ }
465
+ },
466
+ {
467
+ "name": "options",
468
+ "optional": true,
469
+ "type": {
470
+ "fqn": "projen.FileBaseOptions"
471
+ }
472
+ }
473
+ ]
474
+ },
475
+ "kind": "class",
476
+ "locationInModule": {
477
+ "filename": "src/ai-instructions.ts",
478
+ "line": 232
479
+ },
480
+ "methods": [
481
+ {
482
+ "docs": {
483
+ "stability": "experimental",
484
+ "summary": "Adds instructions to the instruction file."
485
+ },
486
+ "locationInModule": {
487
+ "filename": "src/ai-instructions.ts",
488
+ "line": 238
489
+ },
490
+ "name": "addInstructions",
491
+ "parameters": [
492
+ {
493
+ "name": "instructions",
494
+ "type": {
495
+ "primitive": "string"
496
+ },
497
+ "variadic": true
498
+ }
499
+ ],
500
+ "variadic": true
501
+ },
502
+ {
503
+ "docs": {
504
+ "stability": "experimental",
505
+ "summary": "Implemented by derived classes and returns the contents of the file to emit."
506
+ },
507
+ "locationInModule": {
508
+ "filename": "src/ai-instructions.ts",
509
+ "line": 242
510
+ },
511
+ "name": "synthesizeContent",
512
+ "overrides": "projen.FileBase",
513
+ "parameters": [
514
+ {
515
+ "name": "resolver",
516
+ "type": {
517
+ "fqn": "projen.IResolver"
518
+ }
519
+ }
520
+ ],
521
+ "protected": true,
522
+ "returns": {
523
+ "optional": true,
524
+ "type": {
525
+ "primitive": "string"
526
+ }
527
+ }
528
+ }
529
+ ],
530
+ "name": "AiInstructionsFile",
531
+ "symbolId": "src/ai-instructions:AiInstructionsFile"
532
+ },
533
+ "projen.AiInstructionsOptions": {
534
+ "assembly": "projen",
535
+ "datatype": true,
536
+ "docs": {
537
+ "stability": "experimental",
538
+ "summary": "Options for configuring AI tool instruction files."
539
+ },
540
+ "fqn": "projen.AiInstructionsOptions",
541
+ "kind": "interface",
542
+ "locationInModule": {
543
+ "filename": "src/ai-instructions.ts",
544
+ "line": 38
545
+ },
546
+ "name": "AiInstructionsOptions",
547
+ "properties": [
548
+ {
549
+ "abstract": true,
550
+ "docs": {
551
+ "default": "- All agents: [AiAgent.GITHUB_COPILOT, AiAgent.CURSOR, AiAgent.CLAUDE, AiAgent.AMAZON_Q]",
552
+ "stability": "experimental",
553
+ "summary": "Which AI agents to generate instruction files for."
554
+ },
555
+ "immutable": true,
556
+ "locationInModule": {
557
+ "filename": "src/ai-instructions.ts",
558
+ "line": 44
559
+ },
560
+ "name": "agents",
561
+ "optional": true,
562
+ "type": {
563
+ "collection": {
564
+ "elementtype": {
565
+ "fqn": "projen.AiAgent"
566
+ },
567
+ "kind": "array"
568
+ }
569
+ }
570
+ },
571
+ {
572
+ "abstract": true,
573
+ "docs": {
574
+ "default": "- no agent specific instructions",
575
+ "example": "{\n [AiAgent.GITHUB_COPILOT]: {\n instructions: [\"Use descriptive commit messages.\"]\n },\n [AiAgent.CURSOR]: {\n instructions: [\"Prefer functional patterns.\", \"Always add tests.\"]\n }\n}",
576
+ "remarks": "Allows different instructions for different AI tools.",
577
+ "stability": "experimental",
578
+ "summary": "Per-agent custom instructions."
579
+ },
580
+ "immutable": true,
581
+ "locationInModule": {
582
+ "filename": "src/ai-instructions.ts",
583
+ "line": 67
584
+ },
585
+ "name": "agentSpecificInstructions",
586
+ "optional": true,
587
+ "type": {
588
+ "collection": {
589
+ "elementtype": {
590
+ "collection": {
591
+ "elementtype": {
592
+ "primitive": "string"
593
+ },
594
+ "kind": "array"
595
+ }
596
+ },
597
+ "kind": "map"
598
+ }
599
+ }
600
+ },
601
+ {
602
+ "abstract": true,
603
+ "docs": {
604
+ "default": "true",
605
+ "remarks": "Default instructions will only be included for agents provided in the `agents` option.\nIf `agents` is not provided, default instructions will be included for all agents.",
606
+ "stability": "experimental",
607
+ "summary": "Include default instructions for projen and general best practices."
608
+ },
609
+ "immutable": true,
610
+ "locationInModule": {
611
+ "filename": "src/ai-instructions.ts",
612
+ "line": 77
613
+ },
614
+ "name": "includeDefaultInstructions",
615
+ "optional": true,
616
+ "type": {
617
+ "primitive": "boolean"
618
+ }
619
+ },
620
+ {
621
+ "abstract": true,
622
+ "docs": {
623
+ "default": "- no agent specific instructions",
624
+ "stability": "experimental",
625
+ "summary": "General instructions applicable to all agents."
626
+ },
627
+ "immutable": true,
628
+ "locationInModule": {
629
+ "filename": "src/ai-instructions.ts",
630
+ "line": 51
631
+ },
632
+ "name": "instructions",
633
+ "optional": true,
634
+ "type": {
635
+ "collection": {
636
+ "elementtype": {
637
+ "primitive": "string"
638
+ },
639
+ "kind": "array"
640
+ }
641
+ }
642
+ }
643
+ ],
644
+ "symbolId": "src/ai-instructions:AiInstructionsOptions"
645
+ },
232
646
  "projen.Component": {
233
647
  "assembly": "projen",
234
648
  "base": "constructs.Construct",
@@ -42677,7 +43091,7 @@
42677
43091
  "kind": "interface",
42678
43092
  "locationInModule": {
42679
43093
  "filename": "src/javascript/jest.ts",
42680
- "line": 619
43094
+ "line": 621
42681
43095
  },
42682
43096
  "name": "CoverageThreshold",
42683
43097
  "namespace": "javascript",
@@ -42690,7 +43104,7 @@
42690
43104
  "immutable": true,
42691
43105
  "locationInModule": {
42692
43106
  "filename": "src/javascript/jest.ts",
42693
- "line": 620
43107
+ "line": 622
42694
43108
  },
42695
43109
  "name": "branches",
42696
43110
  "optional": true,
@@ -42706,7 +43120,7 @@
42706
43120
  "immutable": true,
42707
43121
  "locationInModule": {
42708
43122
  "filename": "src/javascript/jest.ts",
42709
- "line": 621
43123
+ "line": 623
42710
43124
  },
42711
43125
  "name": "functions",
42712
43126
  "optional": true,
@@ -42722,7 +43136,7 @@
42722
43136
  "immutable": true,
42723
43137
  "locationInModule": {
42724
43138
  "filename": "src/javascript/jest.ts",
42725
- "line": 622
43139
+ "line": 624
42726
43140
  },
42727
43141
  "name": "lines",
42728
43142
  "optional": true,
@@ -42738,7 +43152,7 @@
42738
43152
  "immutable": true,
42739
43153
  "locationInModule": {
42740
43154
  "filename": "src/javascript/jest.ts",
42741
- "line": 623
43155
+ "line": 625
42742
43156
  },
42743
43157
  "name": "statements",
42744
43158
  "optional": true,
@@ -43726,7 +44140,7 @@
43726
44140
  "kind": "interface",
43727
44141
  "locationInModule": {
43728
44142
  "filename": "src/javascript/jest.ts",
43729
- "line": 638
44143
+ "line": 640
43730
44144
  },
43731
44145
  "name": "HasteConfig",
43732
44146
  "namespace": "javascript",
@@ -43739,7 +44153,7 @@
43739
44153
  "immutable": true,
43740
44154
  "locationInModule": {
43741
44155
  "filename": "src/javascript/jest.ts",
43742
- "line": 639
44156
+ "line": 641
43743
44157
  },
43744
44158
  "name": "computeSha1",
43745
44159
  "optional": true,
@@ -43755,7 +44169,7 @@
43755
44169
  "immutable": true,
43756
44170
  "locationInModule": {
43757
44171
  "filename": "src/javascript/jest.ts",
43758
- "line": 640
44172
+ "line": 642
43759
44173
  },
43760
44174
  "name": "defaultPlatform",
43761
44175
  "optional": true,
@@ -43771,7 +44185,7 @@
43771
44185
  "immutable": true,
43772
44186
  "locationInModule": {
43773
44187
  "filename": "src/javascript/jest.ts",
43774
- "line": 641
44188
+ "line": 643
43775
44189
  },
43776
44190
  "name": "hasteImplModulePath",
43777
44191
  "optional": true,
@@ -43787,7 +44201,7 @@
43787
44201
  "immutable": true,
43788
44202
  "locationInModule": {
43789
44203
  "filename": "src/javascript/jest.ts",
43790
- "line": 642
44204
+ "line": 644
43791
44205
  },
43792
44206
  "name": "platforms",
43793
44207
  "optional": true,
@@ -43808,7 +44222,7 @@
43808
44222
  "immutable": true,
43809
44223
  "locationInModule": {
43810
44224
  "filename": "src/javascript/jest.ts",
43811
- "line": 643
44225
+ "line": 645
43812
44226
  },
43813
44227
  "name": "throwOnModuleCollision",
43814
44228
  "optional": true,
@@ -43834,13 +44248,13 @@
43834
44248
  },
43835
44249
  "locationInModule": {
43836
44250
  "filename": "src/javascript/jest.ts",
43837
- "line": 708
44251
+ "line": 713
43838
44252
  },
43839
44253
  "parameters": [
43840
44254
  {
43841
- "name": "project",
44255
+ "name": "scope",
43842
44256
  "type": {
43843
- "fqn": "projen.javascript.NodeProject"
44257
+ "fqn": "constructs.IConstruct"
43844
44258
  }
43845
44259
  },
43846
44260
  {
@@ -43855,7 +44269,7 @@
43855
44269
  "kind": "class",
43856
44270
  "locationInModule": {
43857
44271
  "filename": "src/javascript/jest.ts",
43858
- "line": 672
44272
+ "line": 674
43859
44273
  },
43860
44274
  "methods": [
43861
44275
  {
@@ -43865,7 +44279,7 @@
43865
44279
  },
43866
44280
  "locationInModule": {
43867
44281
  "filename": "src/javascript/jest.ts",
43868
- "line": 676
44282
+ "line": 678
43869
44283
  },
43870
44284
  "name": "of",
43871
44285
  "parameters": [
@@ -43890,7 +44304,7 @@
43890
44304
  },
43891
44305
  "locationInModule": {
43892
44306
  "filename": "src/javascript/jest.ts",
43893
- "line": 886
44307
+ "line": 892
43894
44308
  },
43895
44309
  "name": "addIgnorePattern",
43896
44310
  "parameters": [
@@ -43910,7 +44324,7 @@
43910
44324
  },
43911
44325
  "locationInModule": {
43912
44326
  "filename": "src/javascript/jest.ts",
43913
- "line": 928
44327
+ "line": 934
43914
44328
  },
43915
44329
  "name": "addModuleNameMappers",
43916
44330
  "parameters": [
@@ -43951,7 +44365,7 @@
43951
44365
  },
43952
44366
  "locationInModule": {
43953
44367
  "filename": "src/javascript/jest.ts",
43954
- "line": 943
44368
+ "line": 949
43955
44369
  },
43956
44370
  "name": "addModulePaths",
43957
44371
  "parameters": [
@@ -43974,7 +44388,7 @@
43974
44388
  },
43975
44389
  "locationInModule": {
43976
44390
  "filename": "src/javascript/jest.ts",
43977
- "line": 890
44391
+ "line": 896
43978
44392
  },
43979
44393
  "name": "addReporter",
43980
44394
  "parameters": [
@@ -43993,7 +44407,7 @@
43993
44407
  },
43994
44408
  "locationInModule": {
43995
44409
  "filename": "src/javascript/jest.ts",
43996
- "line": 955
44410
+ "line": 961
43997
44411
  },
43998
44412
  "name": "addRoots",
43999
44413
  "parameters": [
@@ -44017,7 +44431,7 @@
44017
44431
  },
44018
44432
  "locationInModule": {
44019
44433
  "filename": "src/javascript/jest.ts",
44020
- "line": 898
44434
+ "line": 904
44021
44435
  },
44022
44436
  "name": "addSetupFile",
44023
44437
  "parameters": [
@@ -44039,7 +44453,7 @@
44039
44453
  },
44040
44454
  "locationInModule": {
44041
44455
  "filename": "src/javascript/jest.ts",
44042
- "line": 909
44456
+ "line": 915
44043
44457
  },
44044
44458
  "name": "addSetupFileAfterEnv",
44045
44459
  "parameters": [
@@ -44060,7 +44474,7 @@
44060
44474
  },
44061
44475
  "locationInModule": {
44062
44476
  "filename": "src/javascript/jest.ts",
44063
- "line": 916
44477
+ "line": 922
44064
44478
  },
44065
44479
  "name": "addSnapshotResolver",
44066
44480
  "parameters": [
@@ -44079,7 +44493,7 @@
44079
44493
  },
44080
44494
  "locationInModule": {
44081
44495
  "filename": "src/javascript/jest.ts",
44082
- "line": 839
44496
+ "line": 845
44083
44497
  },
44084
44498
  "name": "addTestMatch",
44085
44499
  "parameters": [
@@ -44101,7 +44515,7 @@
44101
44515
  },
44102
44516
  "locationInModule": {
44103
44517
  "filename": "src/javascript/jest.ts",
44104
- "line": 882
44518
+ "line": 888
44105
44519
  },
44106
44520
  "name": "addWatchIgnorePattern",
44107
44521
  "parameters": [
@@ -44123,7 +44537,7 @@
44123
44537
  },
44124
44538
  "locationInModule": {
44125
44539
  "filename": "src/javascript/jest.ts",
44126
- "line": 848
44540
+ "line": 854
44127
44541
  },
44128
44542
  "name": "discoverTestMatchPatternsForDirs",
44129
44543
  "parameters": [
@@ -44166,7 +44580,7 @@
44166
44580
  "immutable": true,
44167
44581
  "locationInModule": {
44168
44582
  "filename": "src/javascript/jest.ts",
44169
- "line": 683
44583
+ "line": 688
44170
44584
  },
44171
44585
  "name": "config",
44172
44586
  "type": {
@@ -44181,13 +44595,28 @@
44181
44595
  "immutable": true,
44182
44596
  "locationInModule": {
44183
44597
  "filename": "src/javascript/jest.ts",
44184
- "line": 688
44598
+ "line": 693
44185
44599
  },
44186
44600
  "name": "jestVersion",
44187
44601
  "type": {
44188
44602
  "primitive": "string"
44189
44603
  }
44190
44604
  },
44605
+ {
44606
+ "docs": {
44607
+ "stability": "experimental"
44608
+ },
44609
+ "immutable": true,
44610
+ "locationInModule": {
44611
+ "filename": "src/javascript/jest.ts",
44612
+ "line": 683
44613
+ },
44614
+ "name": "project",
44615
+ "overrides": "projen.Component",
44616
+ "type": {
44617
+ "fqn": "projen.javascript.NodeProject"
44618
+ }
44619
+ },
44191
44620
  {
44192
44621
  "docs": {
44193
44622
  "remarks": "`undefined` if settings are written to `package.json`",
@@ -44197,7 +44626,7 @@
44197
44626
  "immutable": true,
44198
44627
  "locationInModule": {
44199
44628
  "filename": "src/javascript/jest.ts",
44200
- "line": 693
44629
+ "line": 698
44201
44630
  },
44202
44631
  "name": "file",
44203
44632
  "optional": true,
@@ -44218,7 +44647,7 @@
44218
44647
  "kind": "interface",
44219
44648
  "locationInModule": {
44220
44649
  "filename": "src/javascript/jest.ts",
44221
- "line": 11
44650
+ "line": 13
44222
44651
  },
44223
44652
  "name": "JestConfigOptions",
44224
44653
  "namespace": "javascript",
@@ -44232,7 +44661,7 @@
44232
44661
  "immutable": true,
44233
44662
  "locationInModule": {
44234
44663
  "filename": "src/javascript/jest.ts",
44235
- "line": 479
44664
+ "line": 481
44236
44665
  },
44237
44666
  "name": "additionalOptions",
44238
44667
  "optional": true,
@@ -44256,7 +44685,7 @@
44256
44685
  "immutable": true,
44257
44686
  "locationInModule": {
44258
44687
  "filename": "src/javascript/jest.ts",
44259
- "line": 17
44688
+ "line": 19
44260
44689
  },
44261
44690
  "name": "automock",
44262
44691
  "optional": true,
@@ -44275,7 +44704,7 @@
44275
44704
  "immutable": true,
44276
44705
  "locationInModule": {
44277
44706
  "filename": "src/javascript/jest.ts",
44278
- "line": 25
44707
+ "line": 27
44279
44708
  },
44280
44709
  "name": "bail",
44281
44710
  "optional": true,
@@ -44302,7 +44731,7 @@
44302
44731
  "immutable": true,
44303
44732
  "locationInModule": {
44304
44733
  "filename": "src/javascript/jest.ts",
44305
- "line": 31
44734
+ "line": 33
44306
44735
  },
44307
44736
  "name": "cacheDirectory",
44308
44737
  "optional": true,
@@ -44321,7 +44750,7 @@
44321
44750
  "immutable": true,
44322
44751
  "locationInModule": {
44323
44752
  "filename": "src/javascript/jest.ts",
44324
- "line": 39
44753
+ "line": 41
44325
44754
  },
44326
44755
  "name": "clearMocks",
44327
44756
  "optional": true,
@@ -44340,7 +44769,7 @@
44340
44769
  "immutable": true,
44341
44770
  "locationInModule": {
44342
44771
  "filename": "src/javascript/jest.ts",
44343
- "line": 47
44772
+ "line": 49
44344
44773
  },
44345
44774
  "name": "collectCoverage",
44346
44775
  "optional": true,
@@ -44358,7 +44787,7 @@
44358
44787
  "immutable": true,
44359
44788
  "locationInModule": {
44360
44789
  "filename": "src/javascript/jest.ts",
44361
- "line": 53
44790
+ "line": 55
44362
44791
  },
44363
44792
  "name": "collectCoverageFrom",
44364
44793
  "optional": true,
@@ -44381,7 +44810,7 @@
44381
44810
  "immutable": true,
44382
44811
  "locationInModule": {
44383
44812
  "filename": "src/javascript/jest.ts",
44384
- "line": 59
44813
+ "line": 61
44385
44814
  },
44386
44815
  "name": "coverageDirectory",
44387
44816
  "optional": true,
@@ -44400,7 +44829,7 @@
44400
44829
  "immutable": true,
44401
44830
  "locationInModule": {
44402
44831
  "filename": "src/javascript/jest.ts",
44403
- "line": 66
44832
+ "line": 68
44404
44833
  },
44405
44834
  "name": "coveragePathIgnorePatterns",
44406
44835
  "optional": true,
@@ -44424,7 +44853,7 @@
44424
44853
  "immutable": true,
44425
44854
  "locationInModule": {
44426
44855
  "filename": "src/javascript/jest.ts",
44427
- "line": 73
44856
+ "line": 75
44428
44857
  },
44429
44858
  "name": "coverageProvider",
44430
44859
  "optional": true,
@@ -44443,7 +44872,7 @@
44443
44872
  "immutable": true,
44444
44873
  "locationInModule": {
44445
44874
  "filename": "src/javascript/jest.ts",
44446
- "line": 79
44875
+ "line": 81
44447
44876
  },
44448
44877
  "name": "coverageReporters",
44449
44878
  "optional": true,
@@ -44467,7 +44896,7 @@
44467
44896
  "immutable": true,
44468
44897
  "locationInModule": {
44469
44898
  "filename": "src/javascript/jest.ts",
44470
- "line": 87
44899
+ "line": 89
44471
44900
  },
44472
44901
  "name": "coverageThreshold",
44473
44902
  "optional": true,
@@ -44486,7 +44915,7 @@
44486
44915
  "immutable": true,
44487
44916
  "locationInModule": {
44488
44917
  "filename": "src/javascript/jest.ts",
44489
- "line": 94
44918
+ "line": 96
44490
44919
  },
44491
44920
  "name": "dependencyExtractor",
44492
44921
  "optional": true,
@@ -44504,7 +44933,7 @@
44504
44933
  "immutable": true,
44505
44934
  "locationInModule": {
44506
44935
  "filename": "src/javascript/jest.ts",
44507
- "line": 100
44936
+ "line": 102
44508
44937
  },
44509
44938
  "name": "displayName",
44510
44939
  "optional": true,
@@ -44523,7 +44952,7 @@
44523
44952
  "immutable": true,
44524
44953
  "locationInModule": {
44525
44954
  "filename": "src/javascript/jest.ts",
44526
- "line": 106
44955
+ "line": 108
44527
44956
  },
44528
44957
  "name": "errorOnDeprecated",
44529
44958
  "optional": true,
@@ -44541,7 +44970,7 @@
44541
44970
  "immutable": true,
44542
44971
  "locationInModule": {
44543
44972
  "filename": "src/javascript/jest.ts",
44544
- "line": 113
44973
+ "line": 115
44545
44974
  },
44546
44975
  "name": "extraGlobals",
44547
44976
  "optional": true,
@@ -44565,7 +44994,7 @@
44565
44994
  "immutable": true,
44566
44995
  "locationInModule": {
44567
44996
  "filename": "src/javascript/jest.ts",
44568
- "line": 120
44997
+ "line": 122
44569
44998
  },
44570
44999
  "name": "forceCoverageMatch",
44571
45000
  "optional": true,
@@ -44588,7 +45017,7 @@
44588
45017
  "immutable": true,
44589
45018
  "locationInModule": {
44590
45019
  "filename": "src/javascript/jest.ts",
44591
- "line": 126
45020
+ "line": 128
44592
45021
  },
44593
45022
  "name": "globals",
44594
45023
  "optional": true,
@@ -44607,7 +45036,7 @@
44607
45036
  "immutable": true,
44608
45037
  "locationInModule": {
44609
45038
  "filename": "src/javascript/jest.ts",
44610
- "line": 133
45039
+ "line": 135
44611
45040
  },
44612
45041
  "name": "globalSetup",
44613
45042
  "optional": true,
@@ -44626,7 +45055,7 @@
44626
45055
  "immutable": true,
44627
45056
  "locationInModule": {
44628
45057
  "filename": "src/javascript/jest.ts",
44629
- "line": 140
45058
+ "line": 142
44630
45059
  },
44631
45060
  "name": "globalTeardown",
44632
45061
  "optional": true,
@@ -44644,7 +45073,7 @@
44644
45073
  "immutable": true,
44645
45074
  "locationInModule": {
44646
45075
  "filename": "src/javascript/jest.ts",
44647
- "line": 146
45076
+ "line": 148
44648
45077
  },
44649
45078
  "name": "haste",
44650
45079
  "optional": true,
@@ -44665,7 +45094,7 @@
44665
45094
  "immutable": true,
44666
45095
  "locationInModule": {
44667
45096
  "filename": "src/javascript/jest.ts",
44668
- "line": 153
45097
+ "line": 155
44669
45098
  },
44670
45099
  "name": "injectGlobals",
44671
45100
  "optional": true,
@@ -44683,7 +45112,7 @@
44683
45112
  "immutable": true,
44684
45113
  "locationInModule": {
44685
45114
  "filename": "src/javascript/jest.ts",
44686
- "line": 160
45115
+ "line": 162
44687
45116
  },
44688
45117
  "name": "maxConcurrency",
44689
45118
  "optional": true,
@@ -44702,7 +45131,7 @@
44702
45131
  "immutable": true,
44703
45132
  "locationInModule": {
44704
45133
  "filename": "src/javascript/jest.ts",
44705
- "line": 169
45134
+ "line": 171
44706
45135
  },
44707
45136
  "name": "maxWorkers",
44708
45137
  "optional": true,
@@ -44730,7 +45159,7 @@
44730
45159
  "immutable": true,
44731
45160
  "locationInModule": {
44732
45161
  "filename": "src/javascript/jest.ts",
44733
- "line": 177
45162
+ "line": 179
44734
45163
  },
44735
45164
  "name": "moduleDirectories",
44736
45165
  "optional": true,
@@ -44754,7 +45183,7 @@
44754
45183
  "immutable": true,
44755
45184
  "locationInModule": {
44756
45185
  "filename": "src/javascript/jest.ts",
44757
- "line": 184
45186
+ "line": 186
44758
45187
  },
44759
45188
  "name": "moduleFileExtensions",
44760
45189
  "optional": true,
@@ -44777,7 +45206,7 @@
44777
45206
  "immutable": true,
44778
45207
  "locationInModule": {
44779
45208
  "filename": "src/javascript/jest.ts",
44780
- "line": 191
45209
+ "line": 193
44781
45210
  },
44782
45211
  "name": "moduleNameMapper",
44783
45212
  "optional": true,
@@ -44815,7 +45244,7 @@
44815
45244
  "immutable": true,
44816
45245
  "locationInModule": {
44817
45246
  "filename": "src/javascript/jest.ts",
44818
- "line": 199
45247
+ "line": 201
44819
45248
  },
44820
45249
  "name": "modulePathIgnorePatterns",
44821
45250
  "optional": true,
@@ -44839,7 +45268,7 @@
44839
45268
  "immutable": true,
44840
45269
  "locationInModule": {
44841
45270
  "filename": "src/javascript/jest.ts",
44842
- "line": 207
45271
+ "line": 209
44843
45272
  },
44844
45273
  "name": "modulePaths",
44845
45274
  "optional": true,
@@ -44862,7 +45291,7 @@
44862
45291
  "immutable": true,
44863
45292
  "locationInModule": {
44864
45293
  "filename": "src/javascript/jest.ts",
44865
- "line": 213
45294
+ "line": 215
44866
45295
  },
44867
45296
  "name": "notify",
44868
45297
  "optional": true,
@@ -44881,7 +45310,7 @@
44881
45310
  "immutable": true,
44882
45311
  "locationInModule": {
44883
45312
  "filename": "src/javascript/jest.ts",
44884
- "line": 219
45313
+ "line": 221
44885
45314
  },
44886
45315
  "name": "notifyMode",
44887
45316
  "optional": true,
@@ -44900,7 +45329,7 @@
44900
45329
  "immutable": true,
44901
45330
  "locationInModule": {
44902
45331
  "filename": "src/javascript/jest.ts",
44903
- "line": 232
45332
+ "line": 234
44904
45333
  },
44905
45334
  "name": "preset",
44906
45335
  "optional": true,
@@ -44918,7 +45347,7 @@
44918
45347
  "immutable": true,
44919
45348
  "locationInModule": {
44920
45349
  "filename": "src/javascript/jest.ts",
44921
- "line": 238
45350
+ "line": 240
44922
45351
  },
44923
45352
  "name": "prettierPath",
44924
45353
  "optional": true,
@@ -44937,7 +45366,7 @@
44937
45366
  "immutable": true,
44938
45367
  "locationInModule": {
44939
45368
  "filename": "src/javascript/jest.ts",
44940
- "line": 246
45369
+ "line": 248
44941
45370
  },
44942
45371
  "name": "projects",
44943
45372
  "optional": true,
@@ -44975,7 +45404,7 @@
44975
45404
  "immutable": true,
44976
45405
  "locationInModule": {
44977
45406
  "filename": "src/javascript/jest.ts",
44978
- "line": 254
45407
+ "line": 256
44979
45408
  },
44980
45409
  "name": "reporters",
44981
45410
  "optional": true,
@@ -44999,7 +45428,7 @@
44999
45428
  "immutable": true,
45000
45429
  "locationInModule": {
45001
45430
  "filename": "src/javascript/jest.ts",
45002
- "line": 262
45431
+ "line": 264
45003
45432
  },
45004
45433
  "name": "resetMocks",
45005
45434
  "optional": true,
@@ -45018,7 +45447,7 @@
45018
45447
  "immutable": true,
45019
45448
  "locationInModule": {
45020
45449
  "filename": "src/javascript/jest.ts",
45021
- "line": 269
45450
+ "line": 271
45022
45451
  },
45023
45452
  "name": "resetModules",
45024
45453
  "optional": true,
@@ -45037,7 +45466,7 @@
45037
45466
  "immutable": true,
45038
45467
  "locationInModule": {
45039
45468
  "filename": "src/javascript/jest.ts",
45040
- "line": 276
45469
+ "line": 278
45041
45470
  },
45042
45471
  "name": "resolver",
45043
45472
  "optional": true,
@@ -45056,7 +45485,7 @@
45056
45485
  "immutable": true,
45057
45486
  "locationInModule": {
45058
45487
  "filename": "src/javascript/jest.ts",
45059
- "line": 284
45488
+ "line": 286
45060
45489
  },
45061
45490
  "name": "restoreMocks",
45062
45491
  "optional": true,
@@ -45075,7 +45504,7 @@
45075
45504
  "immutable": true,
45076
45505
  "locationInModule": {
45077
45506
  "filename": "src/javascript/jest.ts",
45078
- "line": 292
45507
+ "line": 294
45079
45508
  },
45080
45509
  "name": "rootDir",
45081
45510
  "optional": true,
@@ -45093,7 +45522,7 @@
45093
45522
  "immutable": true,
45094
45523
  "locationInModule": {
45095
45524
  "filename": "src/javascript/jest.ts",
45096
- "line": 298
45525
+ "line": 300
45097
45526
  },
45098
45527
  "name": "roots",
45099
45528
  "optional": true,
@@ -45116,7 +45545,7 @@
45116
45545
  "immutable": true,
45117
45546
  "locationInModule": {
45118
45547
  "filename": "src/javascript/jest.ts",
45119
- "line": 304
45548
+ "line": 306
45120
45549
  },
45121
45550
  "name": "runner",
45122
45551
  "optional": true,
@@ -45135,7 +45564,7 @@
45135
45564
  "immutable": true,
45136
45565
  "locationInModule": {
45137
45566
  "filename": "src/javascript/jest.ts",
45138
- "line": 313
45567
+ "line": 315
45139
45568
  },
45140
45569
  "name": "setupFiles",
45141
45570
  "optional": true,
@@ -45159,7 +45588,7 @@
45159
45588
  "immutable": true,
45160
45589
  "locationInModule": {
45161
45590
  "filename": "src/javascript/jest.ts",
45162
- "line": 322
45591
+ "line": 324
45163
45592
  },
45164
45593
  "name": "setupFilesAfterEnv",
45165
45594
  "optional": true,
@@ -45182,7 +45611,7 @@
45182
45611
  "immutable": true,
45183
45612
  "locationInModule": {
45184
45613
  "filename": "src/javascript/jest.ts",
45185
- "line": 328
45614
+ "line": 330
45186
45615
  },
45187
45616
  "name": "slowTestThreshold",
45188
45617
  "optional": true,
@@ -45201,7 +45630,7 @@
45201
45630
  "immutable": true,
45202
45631
  "locationInModule": {
45203
45632
  "filename": "src/javascript/jest.ts",
45204
- "line": 335
45633
+ "line": 337
45205
45634
  },
45206
45635
  "name": "snapshotResolver",
45207
45636
  "optional": true,
@@ -45219,7 +45648,7 @@
45219
45648
  "immutable": true,
45220
45649
  "locationInModule": {
45221
45650
  "filename": "src/javascript/jest.ts",
45222
- "line": 341
45651
+ "line": 343
45223
45652
  },
45224
45653
  "name": "snapshotSerializers",
45225
45654
  "optional": true,
@@ -45243,7 +45672,7 @@
45243
45672
  "immutable": true,
45244
45673
  "locationInModule": {
45245
45674
  "filename": "src/javascript/jest.ts",
45246
- "line": 349
45675
+ "line": 351
45247
45676
  },
45248
45677
  "name": "testEnvironment",
45249
45678
  "optional": true,
@@ -45262,7 +45691,7 @@
45262
45691
  "immutable": true,
45263
45692
  "locationInModule": {
45264
45693
  "filename": "src/javascript/jest.ts",
45265
- "line": 356
45694
+ "line": 358
45266
45695
  },
45267
45696
  "name": "testEnvironmentOptions",
45268
45697
  "optional": true,
@@ -45280,7 +45709,7 @@
45280
45709
  "immutable": true,
45281
45710
  "locationInModule": {
45282
45711
  "filename": "src/javascript/jest.ts",
45283
- "line": 362
45712
+ "line": 364
45284
45713
  },
45285
45714
  "name": "testFailureExitCode",
45286
45715
  "optional": true,
@@ -45299,7 +45728,7 @@
45299
45728
  "immutable": true,
45300
45729
  "locationInModule": {
45301
45730
  "filename": "src/javascript/jest.ts",
45302
- "line": 370
45731
+ "line": 372
45303
45732
  },
45304
45733
  "name": "testMatch",
45305
45734
  "optional": true,
@@ -45323,7 +45752,7 @@
45323
45752
  "immutable": true,
45324
45753
  "locationInModule": {
45325
45754
  "filename": "src/javascript/jest.ts",
45326
- "line": 377
45755
+ "line": 379
45327
45756
  },
45328
45757
  "name": "testPathIgnorePatterns",
45329
45758
  "optional": true,
@@ -45347,7 +45776,7 @@
45347
45776
  "immutable": true,
45348
45777
  "locationInModule": {
45349
45778
  "filename": "src/javascript/jest.ts",
45350
- "line": 385
45779
+ "line": 387
45351
45780
  },
45352
45781
  "name": "testRegex",
45353
45782
  "optional": true,
@@ -45379,7 +45808,7 @@
45379
45808
  "immutable": true,
45380
45809
  "locationInModule": {
45381
45810
  "filename": "src/javascript/jest.ts",
45382
- "line": 391
45811
+ "line": 393
45383
45812
  },
45384
45813
  "name": "testResultsProcessor",
45385
45814
  "optional": true,
@@ -45398,7 +45827,7 @@
45398
45827
  "immutable": true,
45399
45828
  "locationInModule": {
45400
45829
  "filename": "src/javascript/jest.ts",
45401
- "line": 398
45830
+ "line": 400
45402
45831
  },
45403
45832
  "name": "testRunner",
45404
45833
  "optional": true,
@@ -45417,7 +45846,7 @@
45417
45846
  "immutable": true,
45418
45847
  "locationInModule": {
45419
45848
  "filename": "src/javascript/jest.ts",
45420
- "line": 405
45849
+ "line": 407
45421
45850
  },
45422
45851
  "name": "testSequencer",
45423
45852
  "optional": true,
@@ -45435,7 +45864,7 @@
45435
45864
  "immutable": true,
45436
45865
  "locationInModule": {
45437
45866
  "filename": "src/javascript/jest.ts",
45438
- "line": 411
45867
+ "line": 413
45439
45868
  },
45440
45869
  "name": "testTimeout",
45441
45870
  "optional": true,
@@ -45454,7 +45883,7 @@
45454
45883
  "immutable": true,
45455
45884
  "locationInModule": {
45456
45885
  "filename": "src/javascript/jest.ts",
45457
- "line": 417
45886
+ "line": 419
45458
45887
  },
45459
45888
  "name": "testURL",
45460
45889
  "optional": true,
@@ -45473,7 +45902,7 @@
45473
45902
  "immutable": true,
45474
45903
  "locationInModule": {
45475
45904
  "filename": "src/javascript/jest.ts",
45476
- "line": 424
45905
+ "line": 426
45477
45906
  },
45478
45907
  "name": "timers",
45479
45908
  "optional": true,
@@ -45492,7 +45921,7 @@
45492
45921
  "immutable": true,
45493
45922
  "locationInModule": {
45494
45923
  "filename": "src/javascript/jest.ts",
45495
- "line": 431
45924
+ "line": 433
45496
45925
  },
45497
45926
  "name": "transform",
45498
45927
  "optional": true,
@@ -45516,7 +45945,7 @@
45516
45945
  "immutable": true,
45517
45946
  "locationInModule": {
45518
45947
  "filename": "src/javascript/jest.ts",
45519
- "line": 438
45948
+ "line": 440
45520
45949
  },
45521
45950
  "name": "transformIgnorePatterns",
45522
45951
  "optional": true,
@@ -45540,7 +45969,7 @@
45540
45969
  "immutable": true,
45541
45970
  "locationInModule": {
45542
45971
  "filename": "src/javascript/jest.ts",
45543
- "line": 446
45972
+ "line": 448
45544
45973
  },
45545
45974
  "name": "unmockedModulePathPatterns",
45546
45975
  "optional": true,
@@ -45564,7 +45993,7 @@
45564
45993
  "immutable": true,
45565
45994
  "locationInModule": {
45566
45995
  "filename": "src/javascript/jest.ts",
45567
- "line": 454
45996
+ "line": 456
45568
45997
  },
45569
45998
  "name": "verbose",
45570
45999
  "optional": true,
@@ -45582,7 +46011,7 @@
45582
46011
  "immutable": true,
45583
46012
  "locationInModule": {
45584
46013
  "filename": "src/javascript/jest.ts",
45585
- "line": 474
46014
+ "line": 476
45586
46015
  },
45587
46016
  "name": "watchman",
45588
46017
  "optional": true,
@@ -45601,7 +46030,7 @@
45601
46030
  "immutable": true,
45602
46031
  "locationInModule": {
45603
46032
  "filename": "src/javascript/jest.ts",
45604
- "line": 462
46033
+ "line": 464
45605
46034
  },
45606
46035
  "name": "watchPathIgnorePatterns",
45607
46036
  "optional": true,
@@ -45623,7 +46052,7 @@
45623
46052
  "immutable": true,
45624
46053
  "locationInModule": {
45625
46054
  "filename": "src/javascript/jest.ts",
45626
- "line": 468
46055
+ "line": 470
45627
46056
  },
45628
46057
  "name": "watchPlugins",
45629
46058
  "optional": true,
@@ -45650,7 +46079,7 @@
45650
46079
  "kind": "interface",
45651
46080
  "locationInModule": {
45652
46081
  "filename": "src/javascript/jest.ts",
45653
- "line": 494
46082
+ "line": 496
45654
46083
  },
45655
46084
  "name": "JestDiscoverTestMatchPatternsForDirsOptions",
45656
46085
  "namespace": "javascript",
@@ -45665,7 +46094,7 @@
45665
46094
  "immutable": true,
45666
46095
  "locationInModule": {
45667
46096
  "filename": "src/javascript/jest.ts",
45668
- "line": 496
46097
+ "line": 498
45669
46098
  },
45670
46099
  "name": "fileExtensionPattern",
45671
46100
  "optional": true,
@@ -45686,7 +46115,7 @@
45686
46115
  "kind": "interface",
45687
46116
  "locationInModule": {
45688
46117
  "filename": "src/javascript/jest.ts",
45689
- "line": 535
46118
+ "line": 537
45690
46119
  },
45691
46120
  "name": "JestOptions",
45692
46121
  "namespace": "javascript",
@@ -45701,7 +46130,7 @@
45701
46130
  "immutable": true,
45702
46131
  "locationInModule": {
45703
46132
  "filename": "src/javascript/jest.ts",
45704
- "line": 598
46133
+ "line": 600
45705
46134
  },
45706
46135
  "name": "configFilePath",
45707
46136
  "optional": true,
@@ -45721,7 +46150,7 @@
45721
46150
  "immutable": true,
45722
46151
  "locationInModule": {
45723
46152
  "filename": "src/javascript/jest.ts",
45724
- "line": 541
46153
+ "line": 543
45725
46154
  },
45726
46155
  "name": "coverage",
45727
46156
  "optional": true,
@@ -45739,7 +46168,7 @@
45739
46168
  "immutable": true,
45740
46169
  "locationInModule": {
45741
46170
  "filename": "src/javascript/jest.ts",
45742
- "line": 549
46171
+ "line": 551
45743
46172
  },
45744
46173
  "name": "coverageText",
45745
46174
  "optional": true,
@@ -45757,7 +46186,7 @@
45757
46186
  "immutable": true,
45758
46187
  "locationInModule": {
45759
46188
  "filename": "src/javascript/jest.ts",
45760
- "line": 610
46189
+ "line": 612
45761
46190
  },
45762
46191
  "name": "extraCliOptions",
45763
46192
  "optional": true,
@@ -45781,7 +46210,7 @@
45781
46210
  "immutable": true,
45782
46211
  "locationInModule": {
45783
46212
  "filename": "src/javascript/jest.ts",
45784
- "line": 556
46213
+ "line": 558
45785
46214
  },
45786
46215
  "name": "ignorePatterns",
45787
46216
  "optional": true,
@@ -45804,7 +46233,7 @@
45804
46233
  "immutable": true,
45805
46234
  "locationInModule": {
45806
46235
  "filename": "src/javascript/jest.ts",
45807
- "line": 604
46236
+ "line": 606
45808
46237
  },
45809
46238
  "name": "jestConfig",
45810
46239
  "optional": true,
@@ -45823,7 +46252,7 @@
45823
46252
  "immutable": true,
45824
46253
  "locationInModule": {
45825
46254
  "filename": "src/javascript/jest.ts",
45826
- "line": 591
46255
+ "line": 593
45827
46256
  },
45828
46257
  "name": "jestVersion",
45829
46258
  "optional": true,
@@ -45842,7 +46271,7 @@
45842
46271
  "immutable": true,
45843
46272
  "locationInModule": {
45844
46273
  "filename": "src/javascript/jest.ts",
45845
- "line": 565
46274
+ "line": 567
45846
46275
  },
45847
46276
  "name": "junitReporting",
45848
46277
  "optional": true,
@@ -45860,7 +46289,7 @@
45860
46289
  "immutable": true,
45861
46290
  "locationInModule": {
45862
46291
  "filename": "src/javascript/jest.ts",
45863
- "line": 616
46292
+ "line": 618
45864
46293
  },
45865
46294
  "name": "passWithNoTests",
45866
46295
  "optional": true,
@@ -45878,7 +46307,7 @@
45878
46307
  "immutable": true,
45879
46308
  "locationInModule": {
45880
46309
  "filename": "src/javascript/jest.ts",
45881
- "line": 572
46310
+ "line": 574
45882
46311
  },
45883
46312
  "name": "preserveDefaultReporters",
45884
46313
  "optional": true,
@@ -45896,7 +46325,7 @@
45896
46325
  "immutable": true,
45897
46326
  "locationInModule": {
45898
46327
  "filename": "src/javascript/jest.ts",
45899
- "line": 580
46328
+ "line": 582
45900
46329
  },
45901
46330
  "name": "updateSnapshot",
45902
46331
  "optional": true,
@@ -45919,7 +46348,7 @@
45919
46348
  },
45920
46349
  "locationInModule": {
45921
46350
  "filename": "src/javascript/jest.ts",
45922
- "line": 647
46351
+ "line": 649
45923
46352
  },
45924
46353
  "parameters": [
45925
46354
  {
@@ -45945,7 +46374,7 @@
45945
46374
  "kind": "class",
45946
46375
  "locationInModule": {
45947
46376
  "filename": "src/javascript/jest.ts",
45948
- "line": 646
46377
+ "line": 648
45949
46378
  },
45950
46379
  "name": "JestReporter",
45951
46380
  "namespace": "javascript",
@@ -51003,7 +51432,7 @@
51003
51432
  },
51004
51433
  "locationInModule": {
51005
51434
  "filename": "src/javascript/jest.ts",
51006
- "line": 500
51435
+ "line": 502
51007
51436
  },
51008
51437
  "parameters": [
51009
51438
  {
@@ -51024,7 +51453,7 @@
51024
51453
  "kind": "class",
51025
51454
  "locationInModule": {
51026
51455
  "filename": "src/javascript/jest.ts",
51027
- "line": 499
51456
+ "line": 501
51028
51457
  },
51029
51458
  "name": "Transform",
51030
51459
  "namespace": "javascript",
@@ -52951,7 +53380,7 @@
52951
53380
  "kind": "enum",
52952
53381
  "locationInModule": {
52953
53382
  "filename": "src/javascript/jest.ts",
52954
- "line": 626
53383
+ "line": 628
52955
53384
  },
52956
53385
  "members": [
52957
53386
  {
@@ -53783,7 +54212,7 @@
53783
54212
  },
53784
54213
  "locationInModule": {
53785
54214
  "filename": "src/javascript/jest.ts",
53786
- "line": 518
54215
+ "line": 520
53787
54216
  },
53788
54217
  "parameters": [
53789
54218
  {
@@ -53804,7 +54233,7 @@
53804
54233
  "kind": "class",
53805
54234
  "locationInModule": {
53806
54235
  "filename": "src/javascript/jest.ts",
53807
- "line": 517
54236
+ "line": 519
53808
54237
  },
53809
54238
  "name": "WatchPlugin",
53810
54239
  "namespace": "javascript",
@@ -56661,7 +57090,7 @@
56661
57090
  "kind": "interface",
56662
57091
  "locationInModule": {
56663
57092
  "filename": "src/javascript/biome/biome-config.ts",
56664
- "line": 927
57093
+ "line": 935
56665
57094
  },
56666
57095
  "name": "Actions",
56667
57096
  "namespace": "javascript.biome_config",
@@ -56679,7 +57108,7 @@
56679
57108
  "immutable": true,
56680
57109
  "locationInModule": {
56681
57110
  "filename": "src/javascript/biome/biome-config.ts",
56682
- "line": 933
57111
+ "line": 941
56683
57112
  },
56684
57113
  "name": "recommended",
56685
57114
  "optional": true,
@@ -56698,7 +57127,7 @@
56698
57127
  "immutable": true,
56699
57128
  "locationInModule": {
56700
57129
  "filename": "src/javascript/biome/biome-config.ts",
56701
- "line": 938
57130
+ "line": 946
56702
57131
  },
56703
57132
  "name": "source",
56704
57133
  "optional": true,
@@ -56721,7 +57150,7 @@
56721
57150
  "kind": "enum",
56722
57151
  "locationInModule": {
56723
57152
  "filename": "src/javascript/biome/biome-config.ts",
56724
- "line": 2444
57153
+ "line": 2520
56725
57154
  },
56726
57155
  "members": [
56727
57156
  {
@@ -56842,7 +57271,7 @@
56842
57271
  "kind": "enum",
56843
57272
  "locationInModule": {
56844
57273
  "filename": "src/javascript/biome/biome-config.ts",
56845
- "line": 1127
57274
+ "line": 1143
56846
57275
  },
56847
57276
  "members": [
56848
57277
  {
@@ -57236,7 +57665,7 @@
57236
57665
  "kind": "interface",
57237
57666
  "locationInModule": {
57238
57667
  "filename": "src/javascript/biome/biome-config.ts",
57239
- "line": 962
57668
+ "line": 970
57240
57669
  },
57241
57670
  "name": "CssAssistConfiguration",
57242
57671
  "namespace": "javascript.biome_config",
@@ -57253,7 +57682,7 @@
57253
57682
  "immutable": true,
57254
57683
  "locationInModule": {
57255
57684
  "filename": "src/javascript/biome/biome-config.ts",
57256
- "line": 968
57685
+ "line": 976
57257
57686
  },
57258
57687
  "name": "enabled",
57259
57688
  "optional": true,
@@ -57405,7 +57834,7 @@
57405
57834
  "kind": "interface",
57406
57835
  "locationInModule": {
57407
57836
  "filename": "src/javascript/biome/biome-config.ts",
57408
- "line": 991
57837
+ "line": 999
57409
57838
  },
57410
57839
  "name": "CssFormatterConfiguration",
57411
57840
  "namespace": "javascript.biome_config",
@@ -57422,7 +57851,7 @@
57422
57851
  "immutable": true,
57423
57852
  "locationInModule": {
57424
57853
  "filename": "src/javascript/biome/biome-config.ts",
57425
- "line": 997
57854
+ "line": 1005
57426
57855
  },
57427
57856
  "name": "enabled",
57428
57857
  "optional": true,
@@ -57442,7 +57871,7 @@
57442
57871
  "immutable": true,
57443
57872
  "locationInModule": {
57444
57873
  "filename": "src/javascript/biome/biome-config.ts",
57445
- "line": 1004
57874
+ "line": 1012
57446
57875
  },
57447
57876
  "name": "indentStyle",
57448
57877
  "optional": true,
@@ -57464,7 +57893,7 @@
57464
57893
  "immutable": true,
57465
57894
  "locationInModule": {
57466
57895
  "filename": "src/javascript/biome/biome-config.ts",
57467
- "line": 1012
57896
+ "line": 1020
57468
57897
  },
57469
57898
  "name": "indentWidth",
57470
57899
  "optional": true,
@@ -57478,13 +57907,14 @@
57478
57907
  "custom": {
57479
57908
  "schema": "CssFormatterConfiguration#lineEnding"
57480
57909
  },
57910
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
57481
57911
  "stability": "experimental",
57482
57912
  "summary": "The type of line ending applied to CSS (and its super languages) files."
57483
57913
  },
57484
57914
  "immutable": true,
57485
57915
  "locationInModule": {
57486
57916
  "filename": "src/javascript/biome/biome-config.ts",
57487
- "line": 1019
57917
+ "line": 1027
57488
57918
  },
57489
57919
  "name": "lineEnding",
57490
57920
  "optional": true,
@@ -57506,7 +57936,7 @@
57506
57936
  "immutable": true,
57507
57937
  "locationInModule": {
57508
57938
  "filename": "src/javascript/biome/biome-config.ts",
57509
- "line": 1027
57939
+ "line": 1035
57510
57940
  },
57511
57941
  "name": "lineWidth",
57512
57942
  "optional": true,
@@ -57528,7 +57958,7 @@
57528
57958
  "immutable": true,
57529
57959
  "locationInModule": {
57530
57960
  "filename": "src/javascript/biome/biome-config.ts",
57531
- "line": 1035
57961
+ "line": 1043
57532
57962
  },
57533
57963
  "name": "quoteStyle",
57534
57964
  "optional": true,
@@ -57553,7 +57983,7 @@
57553
57983
  "kind": "interface",
57554
57984
  "locationInModule": {
57555
57985
  "filename": "src/javascript/biome/biome-config.ts",
57556
- "line": 1063
57986
+ "line": 1071
57557
57987
  },
57558
57988
  "name": "CssLinterConfiguration",
57559
57989
  "namespace": "javascript.biome_config",
@@ -57570,7 +58000,7 @@
57570
58000
  "immutable": true,
57571
58001
  "locationInModule": {
57572
58002
  "filename": "src/javascript/biome/biome-config.ts",
57573
- "line": 1069
58003
+ "line": 1077
57574
58004
  },
57575
58005
  "name": "enabled",
57576
58006
  "optional": true,
@@ -57595,7 +58025,7 @@
57595
58025
  "kind": "interface",
57596
58026
  "locationInModule": {
57597
58027
  "filename": "src/javascript/biome/biome-config.ts",
57598
- "line": 1092
58028
+ "line": 1100
57599
58029
  },
57600
58030
  "name": "CssParserConfiguration",
57601
58031
  "namespace": "javascript.biome_config",
@@ -57612,7 +58042,7 @@
57612
58042
  "immutable": true,
57613
58043
  "locationInModule": {
57614
58044
  "filename": "src/javascript/biome/biome-config.ts",
57615
- "line": 1098
58045
+ "line": 1106
57616
58046
  },
57617
58047
  "name": "allowWrongLineComments",
57618
58048
  "optional": true,
@@ -57632,13 +58062,33 @@
57632
58062
  "immutable": true,
57633
58063
  "locationInModule": {
57634
58064
  "filename": "src/javascript/biome/biome-config.ts",
57635
- "line": 1105
58065
+ "line": 1113
57636
58066
  },
57637
58067
  "name": "cssModules",
57638
58068
  "optional": true,
57639
58069
  "type": {
57640
58070
  "primitive": "boolean"
57641
58071
  }
58072
+ },
58073
+ {
58074
+ "abstract": true,
58075
+ "docs": {
58076
+ "custom": {
58077
+ "schema": "CssParserConfiguration#tailwindDirectives"
58078
+ },
58079
+ "stability": "experimental",
58080
+ "summary": "Enables parsing of Tailwind CSS 4.0 directives and functions."
58081
+ },
58082
+ "immutable": true,
58083
+ "locationInModule": {
58084
+ "filename": "src/javascript/biome/biome-config.ts",
58085
+ "line": 1120
58086
+ },
58087
+ "name": "tailwindDirectives",
58088
+ "optional": true,
58089
+ "type": {
58090
+ "primitive": "boolean"
58091
+ }
57642
58092
  }
57643
58093
  ],
57644
58094
  "symbolId": "src/javascript/biome/biome-config:CssParserConfiguration"
@@ -57655,7 +58105,7 @@
57655
58105
  "kind": "enum",
57656
58106
  "locationInModule": {
57657
58107
  "filename": "src/javascript/biome/biome-config.ts",
57658
- "line": 1137
58108
+ "line": 1153
57659
58109
  },
57660
58110
  "members": [
57661
58111
  {
@@ -57709,14 +58159,14 @@
57709
58159
  "custom": {
57710
58160
  "schema": "FilesConfiguration#experimentalScannerIgnores"
57711
58161
  },
57712
- "remarks": "Biome maintains an internal list of default ignore entries, which is based on user feedback and which may change in any release. This setting allows overriding this internal list completely.\n\nThis is considered an advanced feature that users _should_ not need to tweak themselves, but they can as a last resort. This setting can only be configured in root configurations, and is ignored in nested configs.\n\nEntries must be file or folder *names*. Specific paths and globs are not supported.\n\nExamples where this may be useful:\n\n```jsonc { \"files\": { \"experimentalScannerIgnores\": [ // You almost certainly don't want to scan your `.git` // folder, which is why it's already ignored by default: \".git\",\n\n// But the scanner does scan `node_modules` by default. If // you *really* don't want this, you can ignore it like // this: \"node_modules\",\n\n// But it's probably better to ignore a specific dependency. // For instance, one that happens to be particularly slow to // scan: \"RedisCommander.d.ts\", ], } } ```\n\nPlease be aware that rules relying on the module graph or type inference information may be negatively affected if dependencies of your project aren't (fully) scanned.",
58162
+ "remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
57713
58163
  "stability": "experimental",
57714
- "summary": "Set of file and folder names that should be unconditionally ignored by Biome's scanner."
58164
+ "summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes."
57715
58165
  },
57716
58166
  "immutable": true,
57717
58167
  "locationInModule": {
57718
58168
  "filename": "src/javascript/biome/biome-config.ts",
57719
- "line": 282
58169
+ "line": 268
57720
58170
  },
57721
58171
  "name": "experimentalScannerIgnores",
57722
58172
  "optional": true,
@@ -57736,12 +58186,12 @@
57736
58186
  "schema": "FilesConfiguration#ignoreUnknown"
57737
58187
  },
57738
58188
  "stability": "experimental",
57739
- "summary": "Tells Biome to not emit diagnostics when handling files that doesn't know."
58189
+ "summary": "Tells Biome to not emit diagnostics when handling files that it doesn't know."
57740
58190
  },
57741
58191
  "immutable": true,
57742
58192
  "locationInModule": {
57743
58193
  "filename": "src/javascript/biome/biome-config.ts",
57744
- "line": 289
58194
+ "line": 275
57745
58195
  },
57746
58196
  "name": "ignoreUnknown",
57747
58197
  "optional": true,
@@ -57762,7 +58212,7 @@
57762
58212
  "immutable": true,
57763
58213
  "locationInModule": {
57764
58214
  "filename": "src/javascript/biome/biome-config.ts",
57765
- "line": 296
58215
+ "line": 282
57766
58216
  },
57767
58217
  "name": "includes",
57768
58218
  "optional": true,
@@ -57789,7 +58239,7 @@
57789
58239
  "immutable": true,
57790
58240
  "locationInModule": {
57791
58241
  "filename": "src/javascript/biome/biome-config.ts",
57792
- "line": 304
58242
+ "line": 290
57793
58243
  },
57794
58244
  "name": "maxSize",
57795
58245
  "optional": true,
@@ -57814,7 +58264,7 @@
57814
58264
  "kind": "interface",
57815
58265
  "locationInModule": {
57816
58266
  "filename": "src/javascript/biome/biome-config.ts",
57817
- "line": 330
58267
+ "line": 316
57818
58268
  },
57819
58269
  "name": "FormatterConfiguration",
57820
58270
  "namespace": "javascript.biome_config",
@@ -57833,7 +58283,7 @@
57833
58283
  "immutable": true,
57834
58284
  "locationInModule": {
57835
58285
  "filename": "src/javascript/biome/biome-config.ts",
57836
- "line": 337
58286
+ "line": 323
57837
58287
  },
57838
58288
  "name": "attributePosition",
57839
58289
  "optional": true,
@@ -57853,7 +58303,7 @@
57853
58303
  "immutable": true,
57854
58304
  "locationInModule": {
57855
58305
  "filename": "src/javascript/biome/biome-config.ts",
57856
- "line": 344
58306
+ "line": 330
57857
58307
  },
57858
58308
  "name": "bracketSameLine",
57859
58309
  "optional": true,
@@ -57875,7 +58325,7 @@
57875
58325
  "immutable": true,
57876
58326
  "locationInModule": {
57877
58327
  "filename": "src/javascript/biome/biome-config.ts",
57878
- "line": 352
58328
+ "line": 338
57879
58329
  },
57880
58330
  "name": "bracketSpacing",
57881
58331
  "optional": true,
@@ -57894,7 +58344,7 @@
57894
58344
  "immutable": true,
57895
58345
  "locationInModule": {
57896
58346
  "filename": "src/javascript/biome/biome-config.ts",
57897
- "line": 357
58347
+ "line": 343
57898
58348
  },
57899
58349
  "name": "enabled",
57900
58350
  "optional": true,
@@ -57916,7 +58366,7 @@
57916
58366
  "immutable": true,
57917
58367
  "locationInModule": {
57918
58368
  "filename": "src/javascript/biome/biome-config.ts",
57919
- "line": 365
58369
+ "line": 351
57920
58370
  },
57921
58371
  "name": "expand",
57922
58372
  "optional": true,
@@ -57931,12 +58381,12 @@
57931
58381
  "schema": "FormatterConfiguration#formatWithErrors"
57932
58382
  },
57933
58383
  "stability": "experimental",
57934
- "summary": "Stores whether formatting should be allowed to proceed if a given file has syntax errors."
58384
+ "summary": "Whether formatting should be allowed to proceed if a given file has syntax errors."
57935
58385
  },
57936
58386
  "immutable": true,
57937
58387
  "locationInModule": {
57938
58388
  "filename": "src/javascript/biome/biome-config.ts",
57939
- "line": 372
58389
+ "line": 358
57940
58390
  },
57941
58391
  "name": "formatWithErrors",
57942
58392
  "optional": true,
@@ -57957,7 +58407,7 @@
57957
58407
  "immutable": true,
57958
58408
  "locationInModule": {
57959
58409
  "filename": "src/javascript/biome/biome-config.ts",
57960
- "line": 379
58410
+ "line": 365
57961
58411
  },
57962
58412
  "name": "includes",
57963
58413
  "optional": true,
@@ -57982,7 +58432,7 @@
57982
58432
  "immutable": true,
57983
58433
  "locationInModule": {
57984
58434
  "filename": "src/javascript/biome/biome-config.ts",
57985
- "line": 386
58435
+ "line": 372
57986
58436
  },
57987
58437
  "name": "indentStyle",
57988
58438
  "optional": true,
@@ -58002,7 +58452,7 @@
58002
58452
  "immutable": true,
58003
58453
  "locationInModule": {
58004
58454
  "filename": "src/javascript/biome/biome-config.ts",
58005
- "line": 393
58455
+ "line": 379
58006
58456
  },
58007
58457
  "name": "indentWidth",
58008
58458
  "optional": true,
@@ -58022,7 +58472,7 @@
58022
58472
  "immutable": true,
58023
58473
  "locationInModule": {
58024
58474
  "filename": "src/javascript/biome/biome-config.ts",
58025
- "line": 400
58475
+ "line": 386
58026
58476
  },
58027
58477
  "name": "lineEnding",
58028
58478
  "optional": true,
@@ -58044,7 +58494,7 @@
58044
58494
  "immutable": true,
58045
58495
  "locationInModule": {
58046
58496
  "filename": "src/javascript/biome/biome-config.ts",
58047
- "line": 408
58497
+ "line": 394
58048
58498
  },
58049
58499
  "name": "lineWidth",
58050
58500
  "optional": true,
@@ -58065,7 +58515,7 @@
58065
58515
  "immutable": true,
58066
58516
  "locationInModule": {
58067
58517
  "filename": "src/javascript/biome/biome-config.ts",
58068
- "line": 417
58518
+ "line": 403
58069
58519
  },
58070
58520
  "name": "useEditorconfig",
58071
58521
  "optional": true,
@@ -58090,7 +58540,7 @@
58090
58540
  "kind": "interface",
58091
58541
  "locationInModule": {
58092
58542
  "filename": "src/javascript/biome/biome-config.ts",
58093
- "line": 1173
58543
+ "line": 1191
58094
58544
  },
58095
58545
  "name": "GraphqlAssistConfiguration",
58096
58546
  "namespace": "javascript.biome_config",
@@ -58107,7 +58557,7 @@
58107
58557
  "immutable": true,
58108
58558
  "locationInModule": {
58109
58559
  "filename": "src/javascript/biome/biome-config.ts",
58110
- "line": 1179
58560
+ "line": 1197
58111
58561
  },
58112
58562
  "name": "enabled",
58113
58563
  "optional": true,
@@ -58132,7 +58582,7 @@
58132
58582
  "kind": "interface",
58133
58583
  "locationInModule": {
58134
58584
  "filename": "src/javascript/biome/biome-config.ts",
58135
- "line": 451
58585
+ "line": 437
58136
58586
  },
58137
58587
  "name": "GraphqlConfiguration",
58138
58588
  "namespace": "javascript.biome_config",
@@ -58149,7 +58599,7 @@
58149
58599
  "immutable": true,
58150
58600
  "locationInModule": {
58151
58601
  "filename": "src/javascript/biome/biome-config.ts",
58152
- "line": 457
58602
+ "line": 443
58153
58603
  },
58154
58604
  "name": "assist",
58155
58605
  "optional": true,
@@ -58169,7 +58619,7 @@
58169
58619
  "immutable": true,
58170
58620
  "locationInModule": {
58171
58621
  "filename": "src/javascript/biome/biome-config.ts",
58172
- "line": 464
58622
+ "line": 450
58173
58623
  },
58174
58624
  "name": "formatter",
58175
58625
  "optional": true,
@@ -58188,7 +58638,7 @@
58188
58638
  "immutable": true,
58189
58639
  "locationInModule": {
58190
58640
  "filename": "src/javascript/biome/biome-config.ts",
58191
- "line": 469
58641
+ "line": 455
58192
58642
  },
58193
58643
  "name": "linter",
58194
58644
  "optional": true,
@@ -58213,7 +58663,7 @@
58213
58663
  "kind": "interface",
58214
58664
  "locationInModule": {
58215
58665
  "filename": "src/javascript/biome/biome-config.ts",
58216
- "line": 1202
58666
+ "line": 1220
58217
58667
  },
58218
58668
  "name": "GraphqlFormatterConfiguration",
58219
58669
  "namespace": "javascript.biome_config",
@@ -58232,7 +58682,7 @@
58232
58682
  "immutable": true,
58233
58683
  "locationInModule": {
58234
58684
  "filename": "src/javascript/biome/biome-config.ts",
58235
- "line": 1209
58685
+ "line": 1227
58236
58686
  },
58237
58687
  "name": "bracketSpacing",
58238
58688
  "optional": true,
@@ -58252,7 +58702,7 @@
58252
58702
  "immutable": true,
58253
58703
  "locationInModule": {
58254
58704
  "filename": "src/javascript/biome/biome-config.ts",
58255
- "line": 1216
58705
+ "line": 1234
58256
58706
  },
58257
58707
  "name": "enabled",
58258
58708
  "optional": true,
@@ -58272,7 +58722,7 @@
58272
58722
  "immutable": true,
58273
58723
  "locationInModule": {
58274
58724
  "filename": "src/javascript/biome/biome-config.ts",
58275
- "line": 1223
58725
+ "line": 1241
58276
58726
  },
58277
58727
  "name": "indentStyle",
58278
58728
  "optional": true,
@@ -58294,7 +58744,7 @@
58294
58744
  "immutable": true,
58295
58745
  "locationInModule": {
58296
58746
  "filename": "src/javascript/biome/biome-config.ts",
58297
- "line": 1231
58747
+ "line": 1249
58298
58748
  },
58299
58749
  "name": "indentWidth",
58300
58750
  "optional": true,
@@ -58308,13 +58758,14 @@
58308
58758
  "custom": {
58309
58759
  "schema": "GraphqlFormatterConfiguration#lineEnding"
58310
58760
  },
58761
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
58311
58762
  "stability": "experimental",
58312
58763
  "summary": "The type of line ending applied to GraphQL files."
58313
58764
  },
58314
58765
  "immutable": true,
58315
58766
  "locationInModule": {
58316
58767
  "filename": "src/javascript/biome/biome-config.ts",
58317
- "line": 1238
58768
+ "line": 1256
58318
58769
  },
58319
58770
  "name": "lineEnding",
58320
58771
  "optional": true,
@@ -58336,7 +58787,7 @@
58336
58787
  "immutable": true,
58337
58788
  "locationInModule": {
58338
58789
  "filename": "src/javascript/biome/biome-config.ts",
58339
- "line": 1246
58790
+ "line": 1264
58340
58791
  },
58341
58792
  "name": "lineWidth",
58342
58793
  "optional": true,
@@ -58358,7 +58809,7 @@
58358
58809
  "immutable": true,
58359
58810
  "locationInModule": {
58360
58811
  "filename": "src/javascript/biome/biome-config.ts",
58361
- "line": 1254
58812
+ "line": 1272
58362
58813
  },
58363
58814
  "name": "quoteStyle",
58364
58815
  "optional": true,
@@ -58383,7 +58834,7 @@
58383
58834
  "kind": "interface",
58384
58835
  "locationInModule": {
58385
58836
  "filename": "src/javascript/biome/biome-config.ts",
58386
- "line": 1283
58837
+ "line": 1301
58387
58838
  },
58388
58839
  "name": "GraphqlLinterConfiguration",
58389
58840
  "namespace": "javascript.biome_config",
@@ -58400,7 +58851,7 @@
58400
58851
  "immutable": true,
58401
58852
  "locationInModule": {
58402
58853
  "filename": "src/javascript/biome/biome-config.ts",
58403
- "line": 1289
58854
+ "line": 1307
58404
58855
  },
58405
58856
  "name": "enabled",
58406
58857
  "optional": true,
@@ -58424,7 +58875,7 @@
58424
58875
  "kind": "interface",
58425
58876
  "locationInModule": {
58426
58877
  "filename": "src/javascript/biome/biome-config.ts",
58427
- "line": 1310
58878
+ "line": 1328
58428
58879
  },
58429
58880
  "name": "GritAssistConfiguration",
58430
58881
  "namespace": "javascript.biome_config",
@@ -58441,7 +58892,7 @@
58441
58892
  "immutable": true,
58442
58893
  "locationInModule": {
58443
58894
  "filename": "src/javascript/biome/biome-config.ts",
58444
- "line": 1316
58895
+ "line": 1334
58445
58896
  },
58446
58897
  "name": "enabled",
58447
58898
  "optional": true,
@@ -58466,7 +58917,7 @@
58466
58917
  "kind": "interface",
58467
58918
  "locationInModule": {
58468
58919
  "filename": "src/javascript/biome/biome-config.ts",
58469
- "line": 494
58920
+ "line": 480
58470
58921
  },
58471
58922
  "name": "GritConfiguration",
58472
58923
  "namespace": "javascript.biome_config",
@@ -58483,7 +58934,7 @@
58483
58934
  "immutable": true,
58484
58935
  "locationInModule": {
58485
58936
  "filename": "src/javascript/biome/biome-config.ts",
58486
- "line": 500
58937
+ "line": 486
58487
58938
  },
58488
58939
  "name": "assist",
58489
58940
  "optional": true,
@@ -58503,7 +58954,7 @@
58503
58954
  "immutable": true,
58504
58955
  "locationInModule": {
58505
58956
  "filename": "src/javascript/biome/biome-config.ts",
58506
- "line": 507
58957
+ "line": 493
58507
58958
  },
58508
58959
  "name": "formatter",
58509
58960
  "optional": true,
@@ -58523,7 +58974,7 @@
58523
58974
  "immutable": true,
58524
58975
  "locationInModule": {
58525
58976
  "filename": "src/javascript/biome/biome-config.ts",
58526
- "line": 514
58977
+ "line": 500
58527
58978
  },
58528
58979
  "name": "linter",
58529
58980
  "optional": true,
@@ -58547,7 +58998,7 @@
58547
58998
  "kind": "interface",
58548
58999
  "locationInModule": {
58549
59000
  "filename": "src/javascript/biome/biome-config.ts",
58550
- "line": 1337
59001
+ "line": 1355
58551
59002
  },
58552
59003
  "name": "GritFormatterConfiguration",
58553
59004
  "namespace": "javascript.biome_config",
@@ -58564,7 +59015,7 @@
58564
59015
  "immutable": true,
58565
59016
  "locationInModule": {
58566
59017
  "filename": "src/javascript/biome/biome-config.ts",
58567
- "line": 1343
59018
+ "line": 1361
58568
59019
  },
58569
59020
  "name": "enabled",
58570
59021
  "optional": true,
@@ -58584,7 +59035,7 @@
58584
59035
  "immutable": true,
58585
59036
  "locationInModule": {
58586
59037
  "filename": "src/javascript/biome/biome-config.ts",
58587
- "line": 1350
59038
+ "line": 1368
58588
59039
  },
58589
59040
  "name": "indentStyle",
58590
59041
  "optional": true,
@@ -58606,7 +59057,7 @@
58606
59057
  "immutable": true,
58607
59058
  "locationInModule": {
58608
59059
  "filename": "src/javascript/biome/biome-config.ts",
58609
- "line": 1358
59060
+ "line": 1376
58610
59061
  },
58611
59062
  "name": "indentWidth",
58612
59063
  "optional": true,
@@ -58626,7 +59077,7 @@
58626
59077
  "immutable": true,
58627
59078
  "locationInModule": {
58628
59079
  "filename": "src/javascript/biome/biome-config.ts",
58629
- "line": 1365
59080
+ "line": 1383
58630
59081
  },
58631
59082
  "name": "lineEnding",
58632
59083
  "optional": true,
@@ -58648,7 +59099,7 @@
58648
59099
  "immutable": true,
58649
59100
  "locationInModule": {
58650
59101
  "filename": "src/javascript/biome/biome-config.ts",
58651
- "line": 1373
59102
+ "line": 1391
58652
59103
  },
58653
59104
  "name": "lineWidth",
58654
59105
  "optional": true,
@@ -58672,7 +59123,7 @@
58672
59123
  "kind": "interface",
58673
59124
  "locationInModule": {
58674
59125
  "filename": "src/javascript/biome/biome-config.ts",
58675
- "line": 1398
59126
+ "line": 1416
58676
59127
  },
58677
59128
  "name": "GritLinterConfiguration",
58678
59129
  "namespace": "javascript.biome_config",
@@ -58689,7 +59140,7 @@
58689
59140
  "immutable": true,
58690
59141
  "locationInModule": {
58691
59142
  "filename": "src/javascript/biome/biome-config.ts",
58692
- "line": 1404
59143
+ "line": 1422
58693
59144
  },
58694
59145
  "name": "enabled",
58695
59146
  "optional": true,
@@ -58700,6 +59151,48 @@
58700
59151
  ],
58701
59152
  "symbolId": "src/javascript/biome/biome-config:GritLinterConfiguration"
58702
59153
  },
59154
+ "projen.javascript.biome_config.HtmlAssistConfiguration": {
59155
+ "assembly": "projen",
59156
+ "datatype": true,
59157
+ "docs": {
59158
+ "custom": {
59159
+ "schema": "HtmlAssistConfiguration"
59160
+ },
59161
+ "stability": "experimental",
59162
+ "summary": "Options that changes how the HTML assist behaves."
59163
+ },
59164
+ "fqn": "projen.javascript.biome_config.HtmlAssistConfiguration",
59165
+ "kind": "interface",
59166
+ "locationInModule": {
59167
+ "filename": "src/javascript/biome/biome-config.ts",
59168
+ "line": 1445
59169
+ },
59170
+ "name": "HtmlAssistConfiguration",
59171
+ "namespace": "javascript.biome_config",
59172
+ "properties": [
59173
+ {
59174
+ "abstract": true,
59175
+ "docs": {
59176
+ "custom": {
59177
+ "schema": "HtmlAssistConfiguration#enabled"
59178
+ },
59179
+ "stability": "experimental",
59180
+ "summary": "Control the assist for HTML (and its super languages) files."
59181
+ },
59182
+ "immutable": true,
59183
+ "locationInModule": {
59184
+ "filename": "src/javascript/biome/biome-config.ts",
59185
+ "line": 1451
59186
+ },
59187
+ "name": "enabled",
59188
+ "optional": true,
59189
+ "type": {
59190
+ "primitive": "boolean"
59191
+ }
59192
+ }
59193
+ ],
59194
+ "symbolId": "src/javascript/biome/biome-config:HtmlAssistConfiguration"
59195
+ },
58703
59196
  "projen.javascript.biome_config.HtmlConfiguration": {
58704
59197
  "assembly": "projen",
58705
59198
  "datatype": true,
@@ -58714,11 +59207,50 @@
58714
59207
  "kind": "interface",
58715
59208
  "locationInModule": {
58716
59209
  "filename": "src/javascript/biome/biome-config.ts",
58717
- "line": 539
59210
+ "line": 525
58718
59211
  },
58719
59212
  "name": "HtmlConfiguration",
58720
59213
  "namespace": "javascript.biome_config",
58721
59214
  "properties": [
59215
+ {
59216
+ "abstract": true,
59217
+ "docs": {
59218
+ "custom": {
59219
+ "schema": "HtmlConfiguration#assist"
59220
+ },
59221
+ "stability": "experimental"
59222
+ },
59223
+ "immutable": true,
59224
+ "locationInModule": {
59225
+ "filename": "src/javascript/biome/biome-config.ts",
59226
+ "line": 529
59227
+ },
59228
+ "name": "assist",
59229
+ "optional": true,
59230
+ "type": {
59231
+ "fqn": "projen.javascript.biome_config.HtmlAssistConfiguration"
59232
+ }
59233
+ },
59234
+ {
59235
+ "abstract": true,
59236
+ "docs": {
59237
+ "custom": {
59238
+ "schema": "HtmlConfiguration#experimentalFullSupportEnabled"
59239
+ },
59240
+ "stability": "experimental",
59241
+ "summary": "Enables full support for HTML, Vue, Svelte and Astro files."
59242
+ },
59243
+ "immutable": true,
59244
+ "locationInModule": {
59245
+ "filename": "src/javascript/biome/biome-config.ts",
59246
+ "line": 536
59247
+ },
59248
+ "name": "experimentalFullSupportEnabled",
59249
+ "optional": true,
59250
+ "type": {
59251
+ "primitive": "boolean"
59252
+ }
59253
+ },
58722
59254
  {
58723
59255
  "abstract": true,
58724
59256
  "docs": {
@@ -58731,7 +59263,7 @@
58731
59263
  "immutable": true,
58732
59264
  "locationInModule": {
58733
59265
  "filename": "src/javascript/biome/biome-config.ts",
58734
- "line": 545
59266
+ "line": 543
58735
59267
  },
58736
59268
  "name": "formatter",
58737
59269
  "optional": true,
@@ -58739,6 +59271,26 @@
58739
59271
  "fqn": "projen.javascript.biome_config.HtmlFormatterConfiguration"
58740
59272
  }
58741
59273
  },
59274
+ {
59275
+ "abstract": true,
59276
+ "docs": {
59277
+ "custom": {
59278
+ "schema": "HtmlConfiguration#linter"
59279
+ },
59280
+ "stability": "experimental",
59281
+ "summary": "HTML linter options."
59282
+ },
59283
+ "immutable": true,
59284
+ "locationInModule": {
59285
+ "filename": "src/javascript/biome/biome-config.ts",
59286
+ "line": 550
59287
+ },
59288
+ "name": "linter",
59289
+ "optional": true,
59290
+ "type": {
59291
+ "fqn": "projen.javascript.biome_config.HtmlLinterConfiguration"
59292
+ }
59293
+ },
58742
59294
  {
58743
59295
  "abstract": true,
58744
59296
  "docs": {
@@ -58751,7 +59303,7 @@
58751
59303
  "immutable": true,
58752
59304
  "locationInModule": {
58753
59305
  "filename": "src/javascript/biome/biome-config.ts",
58754
- "line": 552
59306
+ "line": 557
58755
59307
  },
58756
59308
  "name": "parser",
58757
59309
  "optional": true,
@@ -58776,7 +59328,7 @@
58776
59328
  "kind": "interface",
58777
59329
  "locationInModule": {
58778
59330
  "filename": "src/javascript/biome/biome-config.ts",
58779
- "line": 1427
59331
+ "line": 1474
58780
59332
  },
58781
59333
  "name": "HtmlFormatterConfiguration",
58782
59334
  "namespace": "javascript.biome_config",
@@ -58795,7 +59347,7 @@
58795
59347
  "immutable": true,
58796
59348
  "locationInModule": {
58797
59349
  "filename": "src/javascript/biome/biome-config.ts",
58798
- "line": 1434
59350
+ "line": 1481
58799
59351
  },
58800
59352
  "name": "attributePosition",
58801
59353
  "optional": true,
@@ -58817,7 +59369,7 @@
58817
59369
  "immutable": true,
58818
59370
  "locationInModule": {
58819
59371
  "filename": "src/javascript/biome/biome-config.ts",
58820
- "line": 1442
59372
+ "line": 1489
58821
59373
  },
58822
59374
  "name": "bracketSameLine",
58823
59375
  "optional": true,
@@ -58837,7 +59389,7 @@
58837
59389
  "immutable": true,
58838
59390
  "locationInModule": {
58839
59391
  "filename": "src/javascript/biome/biome-config.ts",
58840
- "line": 1449
59392
+ "line": 1496
58841
59393
  },
58842
59394
  "name": "enabled",
58843
59395
  "optional": true,
@@ -58859,7 +59411,7 @@
58859
59411
  "immutable": true,
58860
59412
  "locationInModule": {
58861
59413
  "filename": "src/javascript/biome/biome-config.ts",
58862
- "line": 1457
59414
+ "line": 1504
58863
59415
  },
58864
59416
  "name": "indentScriptAndStyle",
58865
59417
  "optional": true,
@@ -58879,7 +59431,7 @@
58879
59431
  "immutable": true,
58880
59432
  "locationInModule": {
58881
59433
  "filename": "src/javascript/biome/biome-config.ts",
58882
- "line": 1464
59434
+ "line": 1511
58883
59435
  },
58884
59436
  "name": "indentStyle",
58885
59437
  "optional": true,
@@ -58901,7 +59453,7 @@
58901
59453
  "immutable": true,
58902
59454
  "locationInModule": {
58903
59455
  "filename": "src/javascript/biome/biome-config.ts",
58904
- "line": 1472
59456
+ "line": 1519
58905
59457
  },
58906
59458
  "name": "indentWidth",
58907
59459
  "optional": true,
@@ -58915,13 +59467,14 @@
58915
59467
  "custom": {
58916
59468
  "schema": "HtmlFormatterConfiguration#lineEnding"
58917
59469
  },
59470
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
58918
59471
  "stability": "experimental",
58919
59472
  "summary": "The type of line ending applied to HTML (and its super languages) files."
58920
59473
  },
58921
59474
  "immutable": true,
58922
59475
  "locationInModule": {
58923
59476
  "filename": "src/javascript/biome/biome-config.ts",
58924
- "line": 1479
59477
+ "line": 1526
58925
59478
  },
58926
59479
  "name": "lineEnding",
58927
59480
  "optional": true,
@@ -58943,7 +59496,7 @@
58943
59496
  "immutable": true,
58944
59497
  "locationInModule": {
58945
59498
  "filename": "src/javascript/biome/biome-config.ts",
58946
- "line": 1487
59499
+ "line": 1534
58947
59500
  },
58948
59501
  "name": "lineWidth",
58949
59502
  "optional": true,
@@ -58965,7 +59518,7 @@
58965
59518
  "immutable": true,
58966
59519
  "locationInModule": {
58967
59520
  "filename": "src/javascript/biome/biome-config.ts",
58968
- "line": 1495
59521
+ "line": 1542
58969
59522
  },
58970
59523
  "name": "selfCloseVoidElements",
58971
59524
  "optional": true,
@@ -58987,7 +59540,7 @@
58987
59540
  "immutable": true,
58988
59541
  "locationInModule": {
58989
59542
  "filename": "src/javascript/biome/biome-config.ts",
58990
- "line": 1503
59543
+ "line": 1550
58991
59544
  },
58992
59545
  "name": "whitespaceSensitivity",
58993
59546
  "optional": true,
@@ -58998,6 +59551,48 @@
58998
59551
  ],
58999
59552
  "symbolId": "src/javascript/biome/biome-config:HtmlFormatterConfiguration"
59000
59553
  },
59554
+ "projen.javascript.biome_config.HtmlLinterConfiguration": {
59555
+ "assembly": "projen",
59556
+ "datatype": true,
59557
+ "docs": {
59558
+ "custom": {
59559
+ "schema": "HtmlLinterConfiguration"
59560
+ },
59561
+ "stability": "experimental",
59562
+ "summary": "Options that changes how the HTML linter behaves."
59563
+ },
59564
+ "fqn": "projen.javascript.biome_config.HtmlLinterConfiguration",
59565
+ "kind": "interface",
59566
+ "locationInModule": {
59567
+ "filename": "src/javascript/biome/biome-config.ts",
59568
+ "line": 1582
59569
+ },
59570
+ "name": "HtmlLinterConfiguration",
59571
+ "namespace": "javascript.biome_config",
59572
+ "properties": [
59573
+ {
59574
+ "abstract": true,
59575
+ "docs": {
59576
+ "custom": {
59577
+ "schema": "HtmlLinterConfiguration#enabled"
59578
+ },
59579
+ "stability": "experimental",
59580
+ "summary": "Control the linter for HTML (and its super languages) files."
59581
+ },
59582
+ "immutable": true,
59583
+ "locationInModule": {
59584
+ "filename": "src/javascript/biome/biome-config.ts",
59585
+ "line": 1588
59586
+ },
59587
+ "name": "enabled",
59588
+ "optional": true,
59589
+ "type": {
59590
+ "primitive": "boolean"
59591
+ }
59592
+ }
59593
+ ],
59594
+ "symbolId": "src/javascript/biome/biome-config:HtmlLinterConfiguration"
59595
+ },
59001
59596
  "projen.javascript.biome_config.HtmlParserConfiguration": {
59002
59597
  "assembly": "projen",
59003
59598
  "datatype": true,
@@ -59012,7 +59607,7 @@
59012
59607
  "kind": "interface",
59013
59608
  "locationInModule": {
59014
59609
  "filename": "src/javascript/biome/biome-config.ts",
59015
- "line": 1535
59610
+ "line": 1611
59016
59611
  },
59017
59612
  "name": "HtmlParserConfiguration",
59018
59613
  "namespace": "javascript.biome_config",
@@ -59029,7 +59624,7 @@
59029
59624
  "immutable": true,
59030
59625
  "locationInModule": {
59031
59626
  "filename": "src/javascript/biome/biome-config.ts",
59032
- "line": 1541
59627
+ "line": 1617
59033
59628
  },
59034
59629
  "name": "interpolation",
59035
59630
  "optional": true,
@@ -59052,7 +59647,7 @@
59052
59647
  "kind": "enum",
59053
59648
  "locationInModule": {
59054
59649
  "filename": "src/javascript/biome/biome-config.ts",
59055
- "line": 1149
59650
+ "line": 1165
59056
59651
  },
59057
59652
  "members": [
59058
59653
  {
@@ -59088,7 +59683,7 @@
59088
59683
  "kind": "interface",
59089
59684
  "locationInModule": {
59090
59685
  "filename": "src/javascript/biome/biome-config.ts",
59091
- "line": 1564
59686
+ "line": 1640
59092
59687
  },
59093
59688
  "name": "JsAssistConfiguration",
59094
59689
  "namespace": "javascript.biome_config",
@@ -59105,7 +59700,7 @@
59105
59700
  "immutable": true,
59106
59701
  "locationInModule": {
59107
59702
  "filename": "src/javascript/biome/biome-config.ts",
59108
- "line": 1570
59703
+ "line": 1646
59109
59704
  },
59110
59705
  "name": "enabled",
59111
59706
  "optional": true,
@@ -59130,7 +59725,7 @@
59130
59725
  "kind": "interface",
59131
59726
  "locationInModule": {
59132
59727
  "filename": "src/javascript/biome/biome-config.ts",
59133
- "line": 576
59728
+ "line": 584
59134
59729
  },
59135
59730
  "name": "JsConfiguration",
59136
59731
  "namespace": "javascript.biome_config",
@@ -59147,7 +59742,7 @@
59147
59742
  "immutable": true,
59148
59743
  "locationInModule": {
59149
59744
  "filename": "src/javascript/biome/biome-config.ts",
59150
- "line": 582
59745
+ "line": 590
59151
59746
  },
59152
59747
  "name": "assist",
59153
59748
  "optional": true,
@@ -59167,7 +59762,7 @@
59167
59762
  "immutable": true,
59168
59763
  "locationInModule": {
59169
59764
  "filename": "src/javascript/biome/biome-config.ts",
59170
- "line": 589
59765
+ "line": 597
59171
59766
  },
59172
59767
  "name": "formatter",
59173
59768
  "optional": true,
@@ -59188,7 +59783,7 @@
59188
59783
  "immutable": true,
59189
59784
  "locationInModule": {
59190
59785
  "filename": "src/javascript/biome/biome-config.ts",
59191
- "line": 598
59786
+ "line": 606
59192
59787
  },
59193
59788
  "name": "globals",
59194
59789
  "optional": true,
@@ -59213,7 +59808,7 @@
59213
59808
  "immutable": true,
59214
59809
  "locationInModule": {
59215
59810
  "filename": "src/javascript/biome/biome-config.ts",
59216
- "line": 605
59811
+ "line": 613
59217
59812
  },
59218
59813
  "name": "jsxRuntime",
59219
59814
  "optional": true,
@@ -59233,7 +59828,7 @@
59233
59828
  "immutable": true,
59234
59829
  "locationInModule": {
59235
59830
  "filename": "src/javascript/biome/biome-config.ts",
59236
- "line": 612
59831
+ "line": 620
59237
59832
  },
59238
59833
  "name": "linter",
59239
59834
  "optional": true,
@@ -59253,7 +59848,7 @@
59253
59848
  "immutable": true,
59254
59849
  "locationInModule": {
59255
59850
  "filename": "src/javascript/biome/biome-config.ts",
59256
- "line": 619
59851
+ "line": 627
59257
59852
  },
59258
59853
  "name": "parser",
59259
59854
  "optional": true,
@@ -59278,7 +59873,7 @@
59278
59873
  "kind": "interface",
59279
59874
  "locationInModule": {
59280
59875
  "filename": "src/javascript/biome/biome-config.ts",
59281
- "line": 1593
59876
+ "line": 1669
59282
59877
  },
59283
59878
  "name": "JsFormatterConfiguration",
59284
59879
  "namespace": "javascript.biome_config",
@@ -59297,7 +59892,7 @@
59297
59892
  "immutable": true,
59298
59893
  "locationInModule": {
59299
59894
  "filename": "src/javascript/biome/biome-config.ts",
59300
- "line": 1600
59895
+ "line": 1676
59301
59896
  },
59302
59897
  "name": "arrowParentheses",
59303
59898
  "optional": true,
@@ -59319,7 +59914,7 @@
59319
59914
  "immutable": true,
59320
59915
  "locationInModule": {
59321
59916
  "filename": "src/javascript/biome/biome-config.ts",
59322
- "line": 1608
59917
+ "line": 1684
59323
59918
  },
59324
59919
  "name": "attributePosition",
59325
59920
  "optional": true,
@@ -59341,7 +59936,7 @@
59341
59936
  "immutable": true,
59342
59937
  "locationInModule": {
59343
59938
  "filename": "src/javascript/biome/biome-config.ts",
59344
- "line": 1616
59939
+ "line": 1692
59345
59940
  },
59346
59941
  "name": "bracketSameLine",
59347
59942
  "optional": true,
@@ -59363,7 +59958,7 @@
59363
59958
  "immutable": true,
59364
59959
  "locationInModule": {
59365
59960
  "filename": "src/javascript/biome/biome-config.ts",
59366
- "line": 1624
59961
+ "line": 1700
59367
59962
  },
59368
59963
  "name": "bracketSpacing",
59369
59964
  "optional": true,
@@ -59383,7 +59978,7 @@
59383
59978
  "immutable": true,
59384
59979
  "locationInModule": {
59385
59980
  "filename": "src/javascript/biome/biome-config.ts",
59386
- "line": 1631
59981
+ "line": 1707
59387
59982
  },
59388
59983
  "name": "enabled",
59389
59984
  "optional": true,
@@ -59405,7 +60000,7 @@
59405
60000
  "immutable": true,
59406
60001
  "locationInModule": {
59407
60002
  "filename": "src/javascript/biome/biome-config.ts",
59408
- "line": 1639
60003
+ "line": 1715
59409
60004
  },
59410
60005
  "name": "expand",
59411
60006
  "optional": true,
@@ -59425,7 +60020,7 @@
59425
60020
  "immutable": true,
59426
60021
  "locationInModule": {
59427
60022
  "filename": "src/javascript/biome/biome-config.ts",
59428
- "line": 1646
60023
+ "line": 1722
59429
60024
  },
59430
60025
  "name": "indentStyle",
59431
60026
  "optional": true,
@@ -59447,7 +60042,7 @@
59447
60042
  "immutable": true,
59448
60043
  "locationInModule": {
59449
60044
  "filename": "src/javascript/biome/biome-config.ts",
59450
- "line": 1654
60045
+ "line": 1730
59451
60046
  },
59452
60047
  "name": "indentWidth",
59453
60048
  "optional": true,
@@ -59469,7 +60064,7 @@
59469
60064
  "immutable": true,
59470
60065
  "locationInModule": {
59471
60066
  "filename": "src/javascript/biome/biome-config.ts",
59472
- "line": 1662
60067
+ "line": 1738
59473
60068
  },
59474
60069
  "name": "jsxQuoteStyle",
59475
60070
  "optional": true,
@@ -59483,13 +60078,14 @@
59483
60078
  "custom": {
59484
60079
  "schema": "JsFormatterConfiguration#lineEnding"
59485
60080
  },
60081
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
59486
60082
  "stability": "experimental",
59487
60083
  "summary": "The type of line ending applied to JavaScript (and its super languages) files."
59488
60084
  },
59489
60085
  "immutable": true,
59490
60086
  "locationInModule": {
59491
60087
  "filename": "src/javascript/biome/biome-config.ts",
59492
- "line": 1669
60088
+ "line": 1745
59493
60089
  },
59494
60090
  "name": "lineEnding",
59495
60091
  "optional": true,
@@ -59511,7 +60107,7 @@
59511
60107
  "immutable": true,
59512
60108
  "locationInModule": {
59513
60109
  "filename": "src/javascript/biome/biome-config.ts",
59514
- "line": 1677
60110
+ "line": 1753
59515
60111
  },
59516
60112
  "name": "lineWidth",
59517
60113
  "optional": true,
@@ -59533,7 +60129,7 @@
59533
60129
  "immutable": true,
59534
60130
  "locationInModule": {
59535
60131
  "filename": "src/javascript/biome/biome-config.ts",
59536
- "line": 1685
60132
+ "line": 1761
59537
60133
  },
59538
60134
  "name": "operatorLinebreak",
59539
60135
  "optional": true,
@@ -59555,7 +60151,7 @@
59555
60151
  "immutable": true,
59556
60152
  "locationInModule": {
59557
60153
  "filename": "src/javascript/biome/biome-config.ts",
59558
- "line": 1693
60154
+ "line": 1769
59559
60155
  },
59560
60156
  "name": "quoteProperties",
59561
60157
  "optional": true,
@@ -59577,7 +60173,7 @@
59577
60173
  "immutable": true,
59578
60174
  "locationInModule": {
59579
60175
  "filename": "src/javascript/biome/biome-config.ts",
59580
- "line": 1701
60176
+ "line": 1777
59581
60177
  },
59582
60178
  "name": "quoteStyle",
59583
60179
  "optional": true,
@@ -59597,7 +60193,7 @@
59597
60193
  "immutable": true,
59598
60194
  "locationInModule": {
59599
60195
  "filename": "src/javascript/biome/biome-config.ts",
59600
- "line": 1708
60196
+ "line": 1784
59601
60197
  },
59602
60198
  "name": "semicolons",
59603
60199
  "optional": true,
@@ -59619,7 +60215,7 @@
59619
60215
  "immutable": true,
59620
60216
  "locationInModule": {
59621
60217
  "filename": "src/javascript/biome/biome-config.ts",
59622
- "line": 1716
60218
+ "line": 1792
59623
60219
  },
59624
60220
  "name": "trailingCommas",
59625
60221
  "optional": true,
@@ -59644,7 +60240,7 @@
59644
60240
  "kind": "interface",
59645
60241
  "locationInModule": {
59646
60242
  "filename": "src/javascript/biome/biome-config.ts",
59647
- "line": 1766
60243
+ "line": 1842
59648
60244
  },
59649
60245
  "name": "JsLinterConfiguration",
59650
60246
  "namespace": "javascript.biome_config",
@@ -59661,7 +60257,7 @@
59661
60257
  "immutable": true,
59662
60258
  "locationInModule": {
59663
60259
  "filename": "src/javascript/biome/biome-config.ts",
59664
- "line": 1772
60260
+ "line": 1848
59665
60261
  },
59666
60262
  "name": "enabled",
59667
60263
  "optional": true,
@@ -59686,7 +60282,7 @@
59686
60282
  "kind": "interface",
59687
60283
  "locationInModule": {
59688
60284
  "filename": "src/javascript/biome/biome-config.ts",
59689
- "line": 1795
60285
+ "line": 1871
59690
60286
  },
59691
60287
  "name": "JsParserConfiguration",
59692
60288
  "namespace": "javascript.biome_config",
@@ -59705,7 +60301,7 @@
59705
60301
  "immutable": true,
59706
60302
  "locationInModule": {
59707
60303
  "filename": "src/javascript/biome/biome-config.ts",
59708
- "line": 1802
60304
+ "line": 1878
59709
60305
  },
59710
60306
  "name": "gritMetavariables",
59711
60307
  "optional": true,
@@ -59727,7 +60323,7 @@
59727
60323
  "immutable": true,
59728
60324
  "locationInModule": {
59729
60325
  "filename": "src/javascript/biome/biome-config.ts",
59730
- "line": 1812
60326
+ "line": 1888
59731
60327
  },
59732
60328
  "name": "jsxEverywhere",
59733
60329
  "optional": true,
@@ -59748,7 +60344,7 @@
59748
60344
  "immutable": true,
59749
60345
  "locationInModule": {
59750
60346
  "filename": "src/javascript/biome/biome-config.ts",
59751
- "line": 1821
60347
+ "line": 1897
59752
60348
  },
59753
60349
  "name": "unsafeParameterDecoratorsEnabled",
59754
60350
  "optional": true,
@@ -59767,13 +60363,13 @@
59767
60363
  "schema": "JsonAssistConfiguration"
59768
60364
  },
59769
60365
  "stability": "experimental",
59770
- "summary": "Linter options specific to the JSON linter."
60366
+ "summary": "Assist options specific to the JSON linter."
59771
60367
  },
59772
60368
  "fqn": "projen.javascript.biome_config.JsonAssistConfiguration",
59773
60369
  "kind": "interface",
59774
60370
  "locationInModule": {
59775
60371
  "filename": "src/javascript/biome/biome-config.ts",
59776
- "line": 1846
60372
+ "line": 1922
59777
60373
  },
59778
60374
  "name": "JsonAssistConfiguration",
59779
60375
  "namespace": "javascript.biome_config",
@@ -59790,7 +60386,7 @@
59790
60386
  "immutable": true,
59791
60387
  "locationInModule": {
59792
60388
  "filename": "src/javascript/biome/biome-config.ts",
59793
- "line": 1852
60389
+ "line": 1928
59794
60390
  },
59795
60391
  "name": "enabled",
59796
60392
  "optional": true,
@@ -59815,7 +60411,7 @@
59815
60411
  "kind": "interface",
59816
60412
  "locationInModule": {
59817
60413
  "filename": "src/javascript/biome/biome-config.ts",
59818
- "line": 647
60414
+ "line": 655
59819
60415
  },
59820
60416
  "name": "JsonConfiguration",
59821
60417
  "namespace": "javascript.biome_config",
@@ -59832,7 +60428,7 @@
59832
60428
  "immutable": true,
59833
60429
  "locationInModule": {
59834
60430
  "filename": "src/javascript/biome/biome-config.ts",
59835
- "line": 653
60431
+ "line": 661
59836
60432
  },
59837
60433
  "name": "assist",
59838
60434
  "optional": true,
@@ -59852,7 +60448,7 @@
59852
60448
  "immutable": true,
59853
60449
  "locationInModule": {
59854
60450
  "filename": "src/javascript/biome/biome-config.ts",
59855
- "line": 660
60451
+ "line": 668
59856
60452
  },
59857
60453
  "name": "formatter",
59858
60454
  "optional": true,
@@ -59872,7 +60468,7 @@
59872
60468
  "immutable": true,
59873
60469
  "locationInModule": {
59874
60470
  "filename": "src/javascript/biome/biome-config.ts",
59875
- "line": 667
60471
+ "line": 675
59876
60472
  },
59877
60473
  "name": "linter",
59878
60474
  "optional": true,
@@ -59892,7 +60488,7 @@
59892
60488
  "immutable": true,
59893
60489
  "locationInModule": {
59894
60490
  "filename": "src/javascript/biome/biome-config.ts",
59895
- "line": 674
60491
+ "line": 682
59896
60492
  },
59897
60493
  "name": "parser",
59898
60494
  "optional": true,
@@ -59916,7 +60512,7 @@
59916
60512
  "kind": "interface",
59917
60513
  "locationInModule": {
59918
60514
  "filename": "src/javascript/biome/biome-config.ts",
59919
- "line": 1873
60515
+ "line": 1949
59920
60516
  },
59921
60517
  "name": "JsonFormatterConfiguration",
59922
60518
  "namespace": "javascript.biome_config",
@@ -59935,7 +60531,7 @@
59935
60531
  "immutable": true,
59936
60532
  "locationInModule": {
59937
60533
  "filename": "src/javascript/biome/biome-config.ts",
59938
- "line": 1880
60534
+ "line": 1956
59939
60535
  },
59940
60536
  "name": "bracketSpacing",
59941
60537
  "optional": true,
@@ -59955,7 +60551,7 @@
59955
60551
  "immutable": true,
59956
60552
  "locationInModule": {
59957
60553
  "filename": "src/javascript/biome/biome-config.ts",
59958
- "line": 1887
60554
+ "line": 1963
59959
60555
  },
59960
60556
  "name": "enabled",
59961
60557
  "optional": true,
@@ -59977,7 +60573,7 @@
59977
60573
  "immutable": true,
59978
60574
  "locationInModule": {
59979
60575
  "filename": "src/javascript/biome/biome-config.ts",
59980
- "line": 1895
60576
+ "line": 1971
59981
60577
  },
59982
60578
  "name": "expand",
59983
60579
  "optional": true,
@@ -59997,7 +60593,7 @@
59997
60593
  "immutable": true,
59998
60594
  "locationInModule": {
59999
60595
  "filename": "src/javascript/biome/biome-config.ts",
60000
- "line": 1902
60596
+ "line": 1978
60001
60597
  },
60002
60598
  "name": "indentStyle",
60003
60599
  "optional": true,
@@ -60019,7 +60615,7 @@
60019
60615
  "immutable": true,
60020
60616
  "locationInModule": {
60021
60617
  "filename": "src/javascript/biome/biome-config.ts",
60022
- "line": 1910
60618
+ "line": 1986
60023
60619
  },
60024
60620
  "name": "indentWidth",
60025
60621
  "optional": true,
@@ -60033,13 +60629,14 @@
60033
60629
  "custom": {
60034
60630
  "schema": "JsonFormatterConfiguration#lineEnding"
60035
60631
  },
60632
+ "remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
60036
60633
  "stability": "experimental",
60037
60634
  "summary": "The type of line ending applied to JSON (and its super languages) files."
60038
60635
  },
60039
60636
  "immutable": true,
60040
60637
  "locationInModule": {
60041
60638
  "filename": "src/javascript/biome/biome-config.ts",
60042
- "line": 1917
60639
+ "line": 1993
60043
60640
  },
60044
60641
  "name": "lineEnding",
60045
60642
  "optional": true,
@@ -60061,7 +60658,7 @@
60061
60658
  "immutable": true,
60062
60659
  "locationInModule": {
60063
60660
  "filename": "src/javascript/biome/biome-config.ts",
60064
- "line": 1925
60661
+ "line": 2001
60065
60662
  },
60066
60663
  "name": "lineWidth",
60067
60664
  "optional": true,
@@ -60083,7 +60680,7 @@
60083
60680
  "immutable": true,
60084
60681
  "locationInModule": {
60085
60682
  "filename": "src/javascript/biome/biome-config.ts",
60086
- "line": 1933
60683
+ "line": 2009
60087
60684
  },
60088
60685
  "name": "trailingCommas",
60089
60686
  "optional": true,
@@ -60108,7 +60705,7 @@
60108
60705
  "kind": "interface",
60109
60706
  "locationInModule": {
60110
60707
  "filename": "src/javascript/biome/biome-config.ts",
60111
- "line": 1963
60708
+ "line": 2039
60112
60709
  },
60113
60710
  "name": "JsonLinterConfiguration",
60114
60711
  "namespace": "javascript.biome_config",
@@ -60125,7 +60722,7 @@
60125
60722
  "immutable": true,
60126
60723
  "locationInModule": {
60127
60724
  "filename": "src/javascript/biome/biome-config.ts",
60128
- "line": 1969
60725
+ "line": 2045
60129
60726
  },
60130
60727
  "name": "enabled",
60131
60728
  "optional": true,
@@ -60150,7 +60747,7 @@
60150
60747
  "kind": "interface",
60151
60748
  "locationInModule": {
60152
60749
  "filename": "src/javascript/biome/biome-config.ts",
60153
- "line": 1992
60750
+ "line": 2068
60154
60751
  },
60155
60752
  "name": "JsonParserConfiguration",
60156
60753
  "namespace": "javascript.biome_config",
@@ -60167,7 +60764,7 @@
60167
60764
  "immutable": true,
60168
60765
  "locationInModule": {
60169
60766
  "filename": "src/javascript/biome/biome-config.ts",
60170
- "line": 1998
60767
+ "line": 2074
60171
60768
  },
60172
60769
  "name": "allowComments",
60173
60770
  "optional": true,
@@ -60187,7 +60784,7 @@
60187
60784
  "immutable": true,
60188
60785
  "locationInModule": {
60189
60786
  "filename": "src/javascript/biome/biome-config.ts",
60190
- "line": 2005
60787
+ "line": 2081
60191
60788
  },
60192
60789
  "name": "allowTrailingCommas",
60193
60790
  "optional": true,
@@ -60211,7 +60808,7 @@
60211
60808
  "kind": "enum",
60212
60809
  "locationInModule": {
60213
60810
  "filename": "src/javascript/biome/biome-config.ts",
60214
- "line": 1754
60811
+ "line": 1830
60215
60812
  },
60216
60813
  "members": [
60217
60814
  {
@@ -60245,7 +60842,7 @@
60245
60842
  "kind": "enum",
60246
60843
  "locationInModule": {
60247
60844
  "filename": "src/javascript/biome/biome-config.ts",
60248
- "line": 1159
60845
+ "line": 1175
60249
60846
  },
60250
60847
  "members": [
60251
60848
  {
@@ -60268,6 +60865,13 @@
60268
60865
  "summary": "cr."
60269
60866
  },
60270
60867
  "name": "CR"
60868
+ },
60869
+ {
60870
+ "docs": {
60871
+ "stability": "experimental",
60872
+ "summary": "auto."
60873
+ },
60874
+ "name": "AUTO"
60271
60875
  }
60272
60876
  ],
60273
60877
  "name": "LineEnding",
@@ -60287,7 +60891,7 @@
60287
60891
  "kind": "interface",
60288
60892
  "locationInModule": {
60289
60893
  "filename": "src/javascript/biome/biome-config.ts",
60290
- "line": 698
60894
+ "line": 706
60291
60895
  },
60292
60896
  "name": "LinterConfiguration",
60293
60897
  "namespace": "javascript.biome_config",
@@ -60304,7 +60908,7 @@
60304
60908
  "immutable": true,
60305
60909
  "locationInModule": {
60306
60910
  "filename": "src/javascript/biome/biome-config.ts",
60307
- "line": 704
60911
+ "line": 712
60308
60912
  },
60309
60913
  "name": "domains",
60310
60914
  "optional": true,
@@ -60330,7 +60934,7 @@
60330
60934
  "immutable": true,
60331
60935
  "locationInModule": {
60332
60936
  "filename": "src/javascript/biome/biome-config.ts",
60333
- "line": 711
60937
+ "line": 719
60334
60938
  },
60335
60939
  "name": "enabled",
60336
60940
  "optional": true,
@@ -60351,7 +60955,7 @@
60351
60955
  "immutable": true,
60352
60956
  "locationInModule": {
60353
60957
  "filename": "src/javascript/biome/biome-config.ts",
60354
- "line": 718
60958
+ "line": 726
60355
60959
  },
60356
60960
  "name": "includes",
60357
60961
  "optional": true,
@@ -60376,7 +60980,7 @@
60376
60980
  "immutable": true,
60377
60981
  "locationInModule": {
60378
60982
  "filename": "src/javascript/biome/biome-config.ts",
60379
- "line": 725
60983
+ "line": 733
60380
60984
  },
60381
60985
  "name": "rules",
60382
60986
  "optional": true,
@@ -60399,7 +61003,7 @@
60399
61003
  "kind": "enum",
60400
61004
  "locationInModule": {
60401
61005
  "filename": "src/javascript/biome/biome-config.ts",
60402
- "line": 2454
61006
+ "line": 2530
60403
61007
  },
60404
61008
  "members": [
60405
61009
  {
@@ -60434,7 +61038,7 @@
60434
61038
  "kind": "interface",
60435
61039
  "locationInModule": {
60436
61040
  "filename": "src/javascript/biome/biome-config.ts",
60437
- "line": 2114
61041
+ "line": 2190
60438
61042
  },
60439
61043
  "name": "OverrideAssistConfiguration",
60440
61044
  "namespace": "javascript.biome_config",
@@ -60451,7 +61055,7 @@
60451
61055
  "immutable": true,
60452
61056
  "locationInModule": {
60453
61057
  "filename": "src/javascript/biome/biome-config.ts",
60454
- "line": 2120
61058
+ "line": 2196
60455
61059
  },
60456
61060
  "name": "actions",
60457
61061
  "optional": true,
@@ -60472,7 +61076,7 @@
60472
61076
  "immutable": true,
60473
61077
  "locationInModule": {
60474
61078
  "filename": "src/javascript/biome/biome-config.ts",
60475
- "line": 2127
61079
+ "line": 2203
60476
61080
  },
60477
61081
  "name": "enabled",
60478
61082
  "optional": true,
@@ -60496,7 +61100,7 @@
60496
61100
  "kind": "interface",
60497
61101
  "locationInModule": {
60498
61102
  "filename": "src/javascript/biome/biome-config.ts",
60499
- "line": 2149
61103
+ "line": 2225
60500
61104
  },
60501
61105
  "name": "OverrideFilesConfiguration",
60502
61106
  "namespace": "javascript.biome_config",
@@ -60513,7 +61117,7 @@
60513
61117
  "immutable": true,
60514
61118
  "locationInModule": {
60515
61119
  "filename": "src/javascript/biome/biome-config.ts",
60516
- "line": 2155
61120
+ "line": 2231
60517
61121
  },
60518
61122
  "name": "maxSize",
60519
61123
  "optional": true,
@@ -60537,7 +61141,7 @@
60537
61141
  "kind": "interface",
60538
61142
  "locationInModule": {
60539
61143
  "filename": "src/javascript/biome/biome-config.ts",
60540
- "line": 2176
61144
+ "line": 2252
60541
61145
  },
60542
61146
  "name": "OverrideFormatterConfiguration",
60543
61147
  "namespace": "javascript.biome_config",
@@ -60554,7 +61158,7 @@
60554
61158
  "immutable": true,
60555
61159
  "locationInModule": {
60556
61160
  "filename": "src/javascript/biome/biome-config.ts",
60557
- "line": 2182
61161
+ "line": 2258
60558
61162
  },
60559
61163
  "name": "attributePosition",
60560
61164
  "optional": true,
@@ -60574,7 +61178,7 @@
60574
61178
  "immutable": true,
60575
61179
  "locationInModule": {
60576
61180
  "filename": "src/javascript/biome/biome-config.ts",
60577
- "line": 2189
61181
+ "line": 2265
60578
61182
  },
60579
61183
  "name": "bracketSameLine",
60580
61184
  "optional": true,
@@ -60596,7 +61200,7 @@
60596
61200
  "immutable": true,
60597
61201
  "locationInModule": {
60598
61202
  "filename": "src/javascript/biome/biome-config.ts",
60599
- "line": 2197
61203
+ "line": 2273
60600
61204
  },
60601
61205
  "name": "bracketSpacing",
60602
61206
  "optional": true,
@@ -60615,7 +61219,7 @@
60615
61219
  "immutable": true,
60616
61220
  "locationInModule": {
60617
61221
  "filename": "src/javascript/biome/biome-config.ts",
60618
- "line": 2202
61222
+ "line": 2278
60619
61223
  },
60620
61224
  "name": "enabled",
60621
61225
  "optional": true,
@@ -60637,7 +61241,7 @@
60637
61241
  "immutable": true,
60638
61242
  "locationInModule": {
60639
61243
  "filename": "src/javascript/biome/biome-config.ts",
60640
- "line": 2210
61244
+ "line": 2286
60641
61245
  },
60642
61246
  "name": "expand",
60643
61247
  "optional": true,
@@ -60657,7 +61261,7 @@
60657
61261
  "immutable": true,
60658
61262
  "locationInModule": {
60659
61263
  "filename": "src/javascript/biome/biome-config.ts",
60660
- "line": 2217
61264
+ "line": 2293
60661
61265
  },
60662
61266
  "name": "formatWithErrors",
60663
61267
  "optional": true,
@@ -60677,7 +61281,7 @@
60677
61281
  "immutable": true,
60678
61282
  "locationInModule": {
60679
61283
  "filename": "src/javascript/biome/biome-config.ts",
60680
- "line": 2224
61284
+ "line": 2300
60681
61285
  },
60682
61286
  "name": "indentSize",
60683
61287
  "optional": true,
@@ -60697,7 +61301,7 @@
60697
61301
  "immutable": true,
60698
61302
  "locationInModule": {
60699
61303
  "filename": "src/javascript/biome/biome-config.ts",
60700
- "line": 2231
61304
+ "line": 2307
60701
61305
  },
60702
61306
  "name": "indentStyle",
60703
61307
  "optional": true,
@@ -60717,7 +61321,7 @@
60717
61321
  "immutable": true,
60718
61322
  "locationInModule": {
60719
61323
  "filename": "src/javascript/biome/biome-config.ts",
60720
- "line": 2238
61324
+ "line": 2314
60721
61325
  },
60722
61326
  "name": "indentWidth",
60723
61327
  "optional": true,
@@ -60737,7 +61341,7 @@
60737
61341
  "immutable": true,
60738
61342
  "locationInModule": {
60739
61343
  "filename": "src/javascript/biome/biome-config.ts",
60740
- "line": 2245
61344
+ "line": 2321
60741
61345
  },
60742
61346
  "name": "lineEnding",
60743
61347
  "optional": true,
@@ -60759,7 +61363,7 @@
60759
61363
  "immutable": true,
60760
61364
  "locationInModule": {
60761
61365
  "filename": "src/javascript/biome/biome-config.ts",
60762
- "line": 2253
61366
+ "line": 2329
60763
61367
  },
60764
61368
  "name": "lineWidth",
60765
61369
  "optional": true,
@@ -60783,7 +61387,7 @@
60783
61387
  "kind": "interface",
60784
61388
  "locationInModule": {
60785
61389
  "filename": "src/javascript/biome/biome-config.ts",
60786
- "line": 2284
61390
+ "line": 2360
60787
61391
  },
60788
61392
  "name": "OverrideLinterConfiguration",
60789
61393
  "namespace": "javascript.biome_config",
@@ -60800,7 +61404,7 @@
60800
61404
  "immutable": true,
60801
61405
  "locationInModule": {
60802
61406
  "filename": "src/javascript/biome/biome-config.ts",
60803
- "line": 2290
61407
+ "line": 2366
60804
61408
  },
60805
61409
  "name": "domains",
60806
61410
  "optional": true,
@@ -60826,7 +61430,7 @@
60826
61430
  "immutable": true,
60827
61431
  "locationInModule": {
60828
61432
  "filename": "src/javascript/biome/biome-config.ts",
60829
- "line": 2297
61433
+ "line": 2373
60830
61434
  },
60831
61435
  "name": "enabled",
60832
61436
  "optional": true,
@@ -60846,7 +61450,7 @@
60846
61450
  "immutable": true,
60847
61451
  "locationInModule": {
60848
61452
  "filename": "src/javascript/biome/biome-config.ts",
60849
- "line": 2304
61453
+ "line": 2380
60850
61454
  },
60851
61455
  "name": "rules",
60852
61456
  "optional": true,
@@ -60870,7 +61474,7 @@
60870
61474
  "kind": "interface",
60871
61475
  "locationInModule": {
60872
61476
  "filename": "src/javascript/biome/biome-config.ts",
60873
- "line": 749
61477
+ "line": 757
60874
61478
  },
60875
61479
  "name": "OverridePattern",
60876
61480
  "namespace": "javascript.biome_config",
@@ -60887,7 +61491,7 @@
60887
61491
  "immutable": true,
60888
61492
  "locationInModule": {
60889
61493
  "filename": "src/javascript/biome/biome-config.ts",
60890
- "line": 755
61494
+ "line": 763
60891
61495
  },
60892
61496
  "name": "assist",
60893
61497
  "optional": true,
@@ -60907,7 +61511,7 @@
60907
61511
  "immutable": true,
60908
61512
  "locationInModule": {
60909
61513
  "filename": "src/javascript/biome/biome-config.ts",
60910
- "line": 762
61514
+ "line": 770
60911
61515
  },
60912
61516
  "name": "css",
60913
61517
  "optional": true,
@@ -60927,7 +61531,7 @@
60927
61531
  "immutable": true,
60928
61532
  "locationInModule": {
60929
61533
  "filename": "src/javascript/biome/biome-config.ts",
60930
- "line": 769
61534
+ "line": 777
60931
61535
  },
60932
61536
  "name": "files",
60933
61537
  "optional": true,
@@ -60947,7 +61551,7 @@
60947
61551
  "immutable": true,
60948
61552
  "locationInModule": {
60949
61553
  "filename": "src/javascript/biome/biome-config.ts",
60950
- "line": 776
61554
+ "line": 784
60951
61555
  },
60952
61556
  "name": "formatter",
60953
61557
  "optional": true,
@@ -60967,7 +61571,7 @@
60967
61571
  "immutable": true,
60968
61572
  "locationInModule": {
60969
61573
  "filename": "src/javascript/biome/biome-config.ts",
60970
- "line": 783
61574
+ "line": 791
60971
61575
  },
60972
61576
  "name": "graphql",
60973
61577
  "optional": true,
@@ -60987,7 +61591,7 @@
60987
61591
  "immutable": true,
60988
61592
  "locationInModule": {
60989
61593
  "filename": "src/javascript/biome/biome-config.ts",
60990
- "line": 790
61594
+ "line": 798
60991
61595
  },
60992
61596
  "name": "grit",
60993
61597
  "optional": true,
@@ -61007,7 +61611,7 @@
61007
61611
  "immutable": true,
61008
61612
  "locationInModule": {
61009
61613
  "filename": "src/javascript/biome/biome-config.ts",
61010
- "line": 797
61614
+ "line": 805
61011
61615
  },
61012
61616
  "name": "html",
61013
61617
  "optional": true,
@@ -61028,7 +61632,7 @@
61028
61632
  "immutable": true,
61029
61633
  "locationInModule": {
61030
61634
  "filename": "src/javascript/biome/biome-config.ts",
61031
- "line": 804
61635
+ "line": 812
61032
61636
  },
61033
61637
  "name": "includes",
61034
61638
  "optional": true,
@@ -61053,7 +61657,7 @@
61053
61657
  "immutable": true,
61054
61658
  "locationInModule": {
61055
61659
  "filename": "src/javascript/biome/biome-config.ts",
61056
- "line": 811
61660
+ "line": 819
61057
61661
  },
61058
61662
  "name": "javascript",
61059
61663
  "optional": true,
@@ -61073,7 +61677,7 @@
61073
61677
  "immutable": true,
61074
61678
  "locationInModule": {
61075
61679
  "filename": "src/javascript/biome/biome-config.ts",
61076
- "line": 818
61680
+ "line": 826
61077
61681
  },
61078
61682
  "name": "json",
61079
61683
  "optional": true,
@@ -61093,7 +61697,7 @@
61093
61697
  "immutable": true,
61094
61698
  "locationInModule": {
61095
61699
  "filename": "src/javascript/biome/biome-config.ts",
61096
- "line": 825
61700
+ "line": 833
61097
61701
  },
61098
61702
  "name": "linter",
61099
61703
  "optional": true,
@@ -61113,7 +61717,7 @@
61113
61717
  "immutable": true,
61114
61718
  "locationInModule": {
61115
61719
  "filename": "src/javascript/biome/biome-config.ts",
61116
- "line": 832
61720
+ "line": 840
61117
61721
  },
61118
61722
  "name": "plugins",
61119
61723
  "optional": true,
@@ -61141,7 +61745,7 @@
61141
61745
  "kind": "enum",
61142
61746
  "locationInModule": {
61143
61747
  "filename": "src/javascript/biome/biome-config.ts",
61144
- "line": 2464
61748
+ "line": 2540
61145
61749
  },
61146
61750
  "members": [
61147
61751
  {
@@ -61175,7 +61779,7 @@
61175
61779
  "kind": "enum",
61176
61780
  "locationInModule": {
61177
61781
  "filename": "src/javascript/biome/biome-config.ts",
61178
- "line": 2398
61782
+ "line": 2474
61179
61783
  },
61180
61784
  "members": [
61181
61785
  {
@@ -61209,7 +61813,7 @@
61209
61813
  "kind": "enum",
61210
61814
  "locationInModule": {
61211
61815
  "filename": "src/javascript/biome/biome-config.ts",
61212
- "line": 2027
61816
+ "line": 2103
61213
61817
  },
61214
61818
  "members": [
61215
61819
  {
@@ -61251,7 +61855,7 @@
61251
61855
  "kind": "interface",
61252
61856
  "locationInModule": {
61253
61857
  "filename": "src/javascript/biome/biome-config.ts",
61254
- "line": 2039
61858
+ "line": 2115
61255
61859
  },
61256
61860
  "name": "Rules",
61257
61861
  "namespace": "javascript.biome_config",
@@ -61267,7 +61871,7 @@
61267
61871
  "immutable": true,
61268
61872
  "locationInModule": {
61269
61873
  "filename": "src/javascript/biome/biome-config.ts",
61270
- "line": 2043
61874
+ "line": 2119
61271
61875
  },
61272
61876
  "name": "a11Y",
61273
61877
  "optional": true,
@@ -61286,7 +61890,7 @@
61286
61890
  "immutable": true,
61287
61891
  "locationInModule": {
61288
61892
  "filename": "src/javascript/biome/biome-config.ts",
61289
- "line": 2048
61893
+ "line": 2124
61290
61894
  },
61291
61895
  "name": "complexity",
61292
61896
  "optional": true,
@@ -61305,7 +61909,7 @@
61305
61909
  "immutable": true,
61306
61910
  "locationInModule": {
61307
61911
  "filename": "src/javascript/biome/biome-config.ts",
61308
- "line": 2053
61912
+ "line": 2129
61309
61913
  },
61310
61914
  "name": "correctness",
61311
61915
  "optional": true,
@@ -61324,7 +61928,7 @@
61324
61928
  "immutable": true,
61325
61929
  "locationInModule": {
61326
61930
  "filename": "src/javascript/biome/biome-config.ts",
61327
- "line": 2058
61931
+ "line": 2134
61328
61932
  },
61329
61933
  "name": "nursery",
61330
61934
  "optional": true,
@@ -61343,7 +61947,7 @@
61343
61947
  "immutable": true,
61344
61948
  "locationInModule": {
61345
61949
  "filename": "src/javascript/biome/biome-config.ts",
61346
- "line": 2063
61950
+ "line": 2139
61347
61951
  },
61348
61952
  "name": "performance",
61349
61953
  "optional": true,
@@ -61364,7 +61968,7 @@
61364
61968
  "immutable": true,
61365
61969
  "locationInModule": {
61366
61970
  "filename": "src/javascript/biome/biome-config.ts",
61367
- "line": 2070
61971
+ "line": 2146
61368
61972
  },
61369
61973
  "name": "recommended",
61370
61974
  "optional": true,
@@ -61383,7 +61987,7 @@
61383
61987
  "immutable": true,
61384
61988
  "locationInModule": {
61385
61989
  "filename": "src/javascript/biome/biome-config.ts",
61386
- "line": 2075
61990
+ "line": 2151
61387
61991
  },
61388
61992
  "name": "security",
61389
61993
  "optional": true,
@@ -61402,7 +62006,7 @@
61402
62006
  "immutable": true,
61403
62007
  "locationInModule": {
61404
62008
  "filename": "src/javascript/biome/biome-config.ts",
61405
- "line": 2080
62009
+ "line": 2156
61406
62010
  },
61407
62011
  "name": "style",
61408
62012
  "optional": true,
@@ -61421,7 +62025,7 @@
61421
62025
  "immutable": true,
61422
62026
  "locationInModule": {
61423
62027
  "filename": "src/javascript/biome/biome-config.ts",
61424
- "line": 2085
62028
+ "line": 2161
61425
62029
  },
61426
62030
  "name": "suspicious",
61427
62031
  "optional": true,
@@ -61445,7 +62049,7 @@
61445
62049
  "kind": "enum",
61446
62050
  "locationInModule": {
61447
62051
  "filename": "src/javascript/biome/biome-config.ts",
61448
- "line": 2410
62052
+ "line": 2486
61449
62053
  },
61450
62054
  "members": [
61451
62055
  {
@@ -61479,7 +62083,7 @@
61479
62083
  "kind": "enum",
61480
62084
  "locationInModule": {
61481
62085
  "filename": "src/javascript/biome/biome-config.ts",
61482
- "line": 2474
62086
+ "line": 2550
61483
62087
  },
61484
62088
  "members": [
61485
62089
  {
@@ -61515,7 +62119,7 @@
61515
62119
  "kind": "interface",
61516
62120
  "locationInModule": {
61517
62121
  "filename": "src/javascript/biome/biome-config.ts",
61518
- "line": 2339
62122
+ "line": 2415
61519
62123
  },
61520
62124
  "name": "Source",
61521
62125
  "namespace": "javascript.biome_config",
@@ -61532,7 +62136,7 @@
61532
62136
  "immutable": true,
61533
62137
  "locationInModule": {
61534
62138
  "filename": "src/javascript/biome/biome-config.ts",
61535
- "line": 2345
62139
+ "line": 2421
61536
62140
  },
61537
62141
  "name": "organizeImports",
61538
62142
  "optional": true,
@@ -61552,7 +62156,7 @@
61552
62156
  "immutable": true,
61553
62157
  "locationInModule": {
61554
62158
  "filename": "src/javascript/biome/biome-config.ts",
61555
- "line": 2352
62159
+ "line": 2428
61556
62160
  },
61557
62161
  "name": "recommended",
61558
62162
  "optional": true,
@@ -61572,7 +62176,7 @@
61572
62176
  "immutable": true,
61573
62177
  "locationInModule": {
61574
62178
  "filename": "src/javascript/biome/biome-config.ts",
61575
- "line": 2359
62179
+ "line": 2435
61576
62180
  },
61577
62181
  "name": "useSortedAttributes",
61578
62182
  "optional": true,
@@ -61592,7 +62196,7 @@
61592
62196
  "immutable": true,
61593
62197
  "locationInModule": {
61594
62198
  "filename": "src/javascript/biome/biome-config.ts",
61595
- "line": 2366
62199
+ "line": 2442
61596
62200
  },
61597
62201
  "name": "useSortedKeys",
61598
62202
  "optional": true,
@@ -61612,7 +62216,7 @@
61612
62216
  "immutable": true,
61613
62217
  "locationInModule": {
61614
62218
  "filename": "src/javascript/biome/biome-config.ts",
61615
- "line": 2373
62219
+ "line": 2449
61616
62220
  },
61617
62221
  "name": "useSortedProperties",
61618
62222
  "optional": true,
@@ -61636,7 +62240,7 @@
61636
62240
  "kind": "enum",
61637
62241
  "locationInModule": {
61638
62242
  "filename": "src/javascript/biome/biome-config.ts",
61639
- "line": 2486
62243
+ "line": 2562
61640
62244
  },
61641
62245
  "members": [
61642
62246
  {
@@ -61677,7 +62281,7 @@
61677
62281
  "kind": "enum",
61678
62282
  "locationInModule": {
61679
62283
  "filename": "src/javascript/biome/biome-config.ts",
61680
- "line": 2498
62284
+ "line": 2574
61681
62285
  },
61682
62286
  "members": [
61683
62287
  {
@@ -61712,7 +62316,7 @@
61712
62316
  "kind": "enum",
61713
62317
  "locationInModule": {
61714
62318
  "filename": "src/javascript/biome/biome-config.ts",
61715
- "line": 2329
62319
+ "line": 2405
61716
62320
  },
61717
62321
  "members": [
61718
62322
  {
@@ -61741,7 +62345,7 @@
61741
62345
  "kind": "interface",
61742
62346
  "locationInModule": {
61743
62347
  "filename": "src/javascript/biome/biome-config.ts",
61744
- "line": 866
62348
+ "line": 874
61745
62349
  },
61746
62350
  "name": "VcsConfiguration",
61747
62351
  "namespace": "javascript.biome_config",
@@ -61758,7 +62362,7 @@
61758
62362
  "immutable": true,
61759
62363
  "locationInModule": {
61760
62364
  "filename": "src/javascript/biome/biome-config.ts",
61761
- "line": 872
62365
+ "line": 880
61762
62366
  },
61763
62367
  "name": "clientKind",
61764
62368
  "optional": true,
@@ -61778,7 +62382,7 @@
61778
62382
  "immutable": true,
61779
62383
  "locationInModule": {
61780
62384
  "filename": "src/javascript/biome/biome-config.ts",
61781
- "line": 879
62385
+ "line": 887
61782
62386
  },
61783
62387
  "name": "defaultBranch",
61784
62388
  "optional": true,
@@ -61798,7 +62402,7 @@
61798
62402
  "immutable": true,
61799
62403
  "locationInModule": {
61800
62404
  "filename": "src/javascript/biome/biome-config.ts",
61801
- "line": 886
62405
+ "line": 894
61802
62406
  },
61803
62407
  "name": "enabled",
61804
62408
  "optional": true,
@@ -61819,7 +62423,7 @@
61819
62423
  "immutable": true,
61820
62424
  "locationInModule": {
61821
62425
  "filename": "src/javascript/biome/biome-config.ts",
61822
- "line": 895
62426
+ "line": 903
61823
62427
  },
61824
62428
  "name": "root",
61825
62429
  "optional": true,
@@ -61840,7 +62444,7 @@
61840
62444
  "immutable": true,
61841
62445
  "locationInModule": {
61842
62446
  "filename": "src/javascript/biome/biome-config.ts",
61843
- "line": 902
62447
+ "line": 910
61844
62448
  },
61845
62449
  "name": "useIgnoreFile",
61846
62450
  "optional": true,
@@ -61865,7 +62469,7 @@
61865
62469
  "kind": "enum",
61866
62470
  "locationInModule": {
61867
62471
  "filename": "src/javascript/biome/biome-config.ts",
61868
- "line": 2432
62472
+ "line": 2508
61869
62473
  },
61870
62474
  "members": [
61871
62475
  {
@@ -72437,6 +73041,9 @@
72437
73041
  "symbolId": "src/web/tailwind:TailwindConfigOptions"
72438
73042
  }
72439
73043
  },
72440
- "version": "0.98.3",
72441
- "fingerprint": "AzxSI/pVeU7ffC01mmUU8VWjSij6Gkdtg2ZdyvWpdpo="
73044
+ "usedFeatures": [
73045
+ "class-covariant-overrides"
73046
+ ],
73047
+ "version": "0.98.5",
73048
+ "fingerprint": "F5EU2Blh7NTLIw28oVMGzP5LRCy00W/+qpHYaWNcPTA="
72442
73049
  }