projen 0.98.4 → 0.98.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +1140 -459
- package/lib/ai-instructions.d.ts +147 -0
- package/lib/ai-instructions.js +238 -0
- package/lib/awscdk/auto-discover.js +5 -5
- package/lib/awscdk/awscdk-app-java.js +1 -1
- package/lib/awscdk/awscdk-app-py.js +1 -1
- package/lib/awscdk/awscdk-app-ts.js +1 -1
- package/lib/awscdk/awscdk-construct.js +2 -2
- package/lib/awscdk/awscdk-deps-java.js +1 -1
- package/lib/awscdk/awscdk-deps-js.js +1 -1
- package/lib/awscdk/awscdk-deps-py.js +1 -1
- package/lib/awscdk/awscdk-deps.js +1 -1
- package/lib/awscdk/cdk-config.js +4 -4
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integration-test.js +1 -1
- package/lib/awscdk/internal.d.ts +1 -0
- package/lib/awscdk/lambda-extension.js +1 -1
- package/lib/awscdk/lambda-function.js +2 -2
- package/lib/awscdk/private/feature-flags-v2.const.d.ts +2 -1
- package/lib/awscdk/private/feature-flags-v2.const.js +4 -3
- package/lib/build/build-workflow.js +1 -1
- package/lib/cdk/auto-discover-base.js +2 -2
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +1 -1
- package/lib/cdk/jsii-project.js +1 -1
- package/lib/cdk8s/auto-discover.js +2 -2
- package/lib/cdk8s/cdk8s-app-py.js +1 -1
- package/lib/cdk8s/cdk8s-app-ts.js +1 -1
- package/lib/cdk8s/cdk8s-construct.js +1 -1
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +1 -1
- package/lib/cdk8s/integration-test.js +1 -1
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +1 -1
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +1 -1
- package/lib/docker-compose/docker-compose.js +1 -1
- package/lib/file.js +1 -1
- package/lib/gitattributes.js +1 -1
- package/lib/github/actions-provider.js +1 -1
- package/lib/github/auto-approve.js +1 -1
- package/lib/github/auto-merge.js +1 -1
- package/lib/github/auto-queue.js +1 -1
- package/lib/github/dependabot.js +1 -1
- package/lib/github/github-credentials.js +1 -1
- package/lib/github/github-project.js +1 -1
- package/lib/github/github.js +1 -1
- package/lib/github/merge-queue.js +1 -1
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/pull-request-backport.js +1 -1
- package/lib/github/pull-request-lint.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +1 -1
- package/lib/github/task-workflow.js +1 -1
- package/lib/github/workflow-actions.js +1 -1
- package/lib/github/workflow-jobs.js +1 -1
- package/lib/github/workflow-steps.js +1 -1
- package/lib/github/workflows.js +1 -1
- package/lib/gitlab/configuration-model.d.ts +7 -0
- package/lib/gitlab/configuration-model.js +1 -1
- package/lib/gitlab/configuration.d.ts +11 -1
- package/lib/gitlab/configuration.js +11 -2
- package/lib/gitlab/gitlab-configuration.js +1 -1
- package/lib/gitlab/nested-configuration.js +1 -1
- package/lib/gitpod.js +1 -1
- package/lib/ignore-file.js +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/ini.js +1 -1
- package/lib/java/java-project.js +1 -1
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +1 -1
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +2 -2
- package/lib/java/projenrc.js +1 -1
- package/lib/javascript/biome/biome-config.d.ts +71 -25
- package/lib/javascript/biome/biome-config.js +39 -1
- package/lib/javascript/biome/biome.js +1 -1
- package/lib/javascript/bundler.js +1 -1
- package/lib/javascript/eslint.js +1 -1
- package/lib/javascript/jest.js +4 -4
- package/lib/javascript/license-checker.js +1 -1
- package/lib/javascript/node-package.js +1 -1
- package/lib/javascript/node-project.js +1 -1
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +1 -1
- package/lib/javascript/projenrc.js +1 -1
- package/lib/javascript/typescript-config.js +2 -2
- package/lib/javascript/upgrade-dependencies.js +2 -2
- package/lib/javascript/yarnrc.js +1 -1
- package/lib/json-patch.js +1 -1
- package/lib/json.js +1 -1
- package/lib/license.js +1 -1
- package/lib/logger.js +1 -1
- package/lib/makefile.js +1 -1
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +1 -1
- package/lib/project.js +1 -1
- package/lib/projects.js +1 -1
- package/lib/projenrc-json.js +2 -2
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +1 -1
- package/lib/python/poetry.js +2 -2
- package/lib/python/projenrc.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +1 -1
- package/lib/python/python-project.js +1 -1
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +1 -1
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +1 -1
- package/lib/python/venv.js +1 -1
- package/lib/readme.js +1 -1
- package/lib/release/publisher.js +1 -1
- package/lib/release/release-trigger.js +1 -1
- package/lib/release/release.js +1 -1
- package/lib/renovatebot.js +1 -1
- package/lib/sample-file.js +2 -2
- package/lib/semver.js +1 -1
- package/lib/source-code.js +1 -1
- package/lib/task-runtime.js +1 -1
- package/lib/task.js +1 -1
- package/lib/tasks.js +1 -1
- package/lib/testing.js +1 -1
- package/lib/textfile.js +1 -1
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +1 -1
- package/lib/typescript/projenrc.js +1 -1
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +6 -6
- package/lib/version.js +2 -2
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +1 -1
- package/lib/vscode/settings.js +1 -1
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +3 -3
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +4 -4
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +1 -1
- package/lib/yaml.js +1 -1
- package/package.json +9 -5
package/.jsii
CHANGED
|
@@ -92,49 +92,49 @@
|
|
|
92
92
|
"projen.awscdk": {
|
|
93
93
|
"locationInModule": {
|
|
94
94
|
"filename": "src/index.ts",
|
|
95
|
-
"line":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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":
|
|
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",
|
|
@@ -33895,7 +34309,7 @@
|
|
|
33895
34309
|
"kind": "enum",
|
|
33896
34310
|
"locationInModule": {
|
|
33897
34311
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33898
|
-
"line":
|
|
34312
|
+
"line": 404
|
|
33899
34313
|
},
|
|
33900
34314
|
"members": [
|
|
33901
34315
|
{
|
|
@@ -33934,7 +34348,7 @@
|
|
|
33934
34348
|
"kind": "interface",
|
|
33935
34349
|
"locationInModule": {
|
|
33936
34350
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33937
|
-
"line":
|
|
34351
|
+
"line": 291
|
|
33938
34352
|
},
|
|
33939
34353
|
"name": "AllowFailure",
|
|
33940
34354
|
"namespace": "gitlab",
|
|
@@ -33947,7 +34361,7 @@
|
|
|
33947
34361
|
"immutable": true,
|
|
33948
34362
|
"locationInModule": {
|
|
33949
34363
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33950
|
-
"line":
|
|
34364
|
+
"line": 292
|
|
33951
34365
|
},
|
|
33952
34366
|
"name": "exitCodes",
|
|
33953
34367
|
"type": {
|
|
@@ -33984,7 +34398,7 @@
|
|
|
33984
34398
|
"kind": "interface",
|
|
33985
34399
|
"locationInModule": {
|
|
33986
34400
|
"filename": "src/gitlab/configuration-model.ts",
|
|
33987
|
-
"line":
|
|
34401
|
+
"line": 107
|
|
33988
34402
|
},
|
|
33989
34403
|
"name": "Artifacts",
|
|
33990
34404
|
"namespace": "gitlab",
|
|
@@ -33998,7 +34412,7 @@
|
|
|
33998
34412
|
"immutable": true,
|
|
33999
34413
|
"locationInModule": {
|
|
34000
34414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34001
|
-
"line":
|
|
34415
|
+
"line": 109
|
|
34002
34416
|
},
|
|
34003
34417
|
"name": "exclude",
|
|
34004
34418
|
"optional": true,
|
|
@@ -34021,7 +34435,7 @@
|
|
|
34021
34435
|
"immutable": true,
|
|
34022
34436
|
"locationInModule": {
|
|
34023
34437
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34024
|
-
"line":
|
|
34438
|
+
"line": 111
|
|
34025
34439
|
},
|
|
34026
34440
|
"name": "expireIn",
|
|
34027
34441
|
"optional": true,
|
|
@@ -34039,7 +34453,7 @@
|
|
|
34039
34453
|
"immutable": true,
|
|
34040
34454
|
"locationInModule": {
|
|
34041
34455
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34042
|
-
"line":
|
|
34456
|
+
"line": 113
|
|
34043
34457
|
},
|
|
34044
34458
|
"name": "exposeAs",
|
|
34045
34459
|
"optional": true,
|
|
@@ -34057,7 +34471,7 @@
|
|
|
34057
34471
|
"immutable": true,
|
|
34058
34472
|
"locationInModule": {
|
|
34059
34473
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34060
|
-
"line":
|
|
34474
|
+
"line": 115
|
|
34061
34475
|
},
|
|
34062
34476
|
"name": "name",
|
|
34063
34477
|
"optional": true,
|
|
@@ -34074,7 +34488,7 @@
|
|
|
34074
34488
|
"immutable": true,
|
|
34075
34489
|
"locationInModule": {
|
|
34076
34490
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34077
|
-
"line":
|
|
34491
|
+
"line": 117
|
|
34078
34492
|
},
|
|
34079
34493
|
"name": "paths",
|
|
34080
34494
|
"optional": true,
|
|
@@ -34096,7 +34510,7 @@
|
|
|
34096
34510
|
"immutable": true,
|
|
34097
34511
|
"locationInModule": {
|
|
34098
34512
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34099
|
-
"line":
|
|
34513
|
+
"line": 119
|
|
34100
34514
|
},
|
|
34101
34515
|
"name": "reports",
|
|
34102
34516
|
"optional": true,
|
|
@@ -34113,7 +34527,7 @@
|
|
|
34113
34527
|
"immutable": true,
|
|
34114
34528
|
"locationInModule": {
|
|
34115
34529
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34116
|
-
"line":
|
|
34530
|
+
"line": 121
|
|
34117
34531
|
},
|
|
34118
34532
|
"name": "untracked",
|
|
34119
34533
|
"optional": true,
|
|
@@ -34130,7 +34544,7 @@
|
|
|
34130
34544
|
"immutable": true,
|
|
34131
34545
|
"locationInModule": {
|
|
34132
34546
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34133
|
-
"line":
|
|
34547
|
+
"line": 123
|
|
34134
34548
|
},
|
|
34135
34549
|
"name": "when",
|
|
34136
34550
|
"optional": true,
|
|
@@ -34152,7 +34566,7 @@
|
|
|
34152
34566
|
"kind": "interface",
|
|
34153
34567
|
"locationInModule": {
|
|
34154
34568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34155
|
-
"line":
|
|
34569
|
+
"line": 520
|
|
34156
34570
|
},
|
|
34157
34571
|
"name": "Assets",
|
|
34158
34572
|
"namespace": "gitlab",
|
|
@@ -34166,7 +34580,7 @@
|
|
|
34166
34580
|
"immutable": true,
|
|
34167
34581
|
"locationInModule": {
|
|
34168
34582
|
"filename": "src/gitlab/configuration-model.ts",
|
|
34169
|
-
"line":
|
|
34583
|
+
"line": 522
|
|
34170
34584
|
},
|
|
34171
34585
|
"name": "links",
|
|
34172
34586
|
"type": {
|
|
@@ -34479,7 +34893,7 @@
|
|
|
34479
34893
|
},
|
|
34480
34894
|
"locationInModule": {
|
|
34481
34895
|
"filename": "src/gitlab/configuration.ts",
|
|
34482
|
-
"line":
|
|
34896
|
+
"line": 159
|
|
34483
34897
|
},
|
|
34484
34898
|
"parameters": [
|
|
34485
34899
|
{
|
|
@@ -34506,7 +34920,7 @@
|
|
|
34506
34920
|
"kind": "class",
|
|
34507
34921
|
"locationInModule": {
|
|
34508
34922
|
"filename": "src/gitlab/configuration.ts",
|
|
34509
|
-
"line":
|
|
34923
|
+
"line": 63
|
|
34510
34924
|
},
|
|
34511
34925
|
"methods": [
|
|
34512
34926
|
{
|
|
@@ -34516,7 +34930,7 @@
|
|
|
34516
34930
|
},
|
|
34517
34931
|
"locationInModule": {
|
|
34518
34932
|
"filename": "src/gitlab/configuration.ts",
|
|
34519
|
-
"line":
|
|
34933
|
+
"line": 354
|
|
34520
34934
|
},
|
|
34521
34935
|
"name": "addDefaultCaches",
|
|
34522
34936
|
"parameters": [
|
|
@@ -34536,6 +34950,25 @@
|
|
|
34536
34950
|
}
|
|
34537
34951
|
]
|
|
34538
34952
|
},
|
|
34953
|
+
{
|
|
34954
|
+
"docs": {
|
|
34955
|
+
"stability": "experimental",
|
|
34956
|
+
"summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
|
|
34957
|
+
},
|
|
34958
|
+
"locationInModule": {
|
|
34959
|
+
"filename": "src/gitlab/configuration.ts",
|
|
34960
|
+
"line": 364
|
|
34961
|
+
},
|
|
34962
|
+
"name": "addDefaultHooks",
|
|
34963
|
+
"parameters": [
|
|
34964
|
+
{
|
|
34965
|
+
"name": "hooks",
|
|
34966
|
+
"type": {
|
|
34967
|
+
"fqn": "projen.gitlab.DefaultHooks"
|
|
34968
|
+
}
|
|
34969
|
+
}
|
|
34970
|
+
]
|
|
34971
|
+
},
|
|
34539
34972
|
{
|
|
34540
34973
|
"docs": {
|
|
34541
34974
|
"stability": "experimental",
|
|
@@ -34543,7 +34976,7 @@
|
|
|
34543
34976
|
},
|
|
34544
34977
|
"locationInModule": {
|
|
34545
34978
|
"filename": "src/gitlab/configuration.ts",
|
|
34546
|
-
"line":
|
|
34979
|
+
"line": 295
|
|
34547
34980
|
},
|
|
34548
34981
|
"name": "addGlobalVariables",
|
|
34549
34982
|
"parameters": [
|
|
@@ -34570,7 +35003,7 @@
|
|
|
34570
35003
|
},
|
|
34571
35004
|
"locationInModule": {
|
|
34572
35005
|
"filename": "src/gitlab/configuration.ts",
|
|
34573
|
-
"line":
|
|
35006
|
+
"line": 208
|
|
34574
35007
|
},
|
|
34575
35008
|
"name": "addIncludes",
|
|
34576
35009
|
"parameters": [
|
|
@@ -34594,7 +35027,7 @@
|
|
|
34594
35027
|
},
|
|
34595
35028
|
"locationInModule": {
|
|
34596
35029
|
"filename": "src/gitlab/configuration.ts",
|
|
34597
|
-
"line":
|
|
35030
|
+
"line": 322
|
|
34598
35031
|
},
|
|
34599
35032
|
"name": "addJobs",
|
|
34600
35033
|
"parameters": [
|
|
@@ -34621,7 +35054,7 @@
|
|
|
34621
35054
|
},
|
|
34622
35055
|
"locationInModule": {
|
|
34623
35056
|
"filename": "src/gitlab/configuration.ts",
|
|
34624
|
-
"line":
|
|
35057
|
+
"line": 275
|
|
34625
35058
|
},
|
|
34626
35059
|
"name": "addServices",
|
|
34627
35060
|
"parameters": [
|
|
@@ -34645,7 +35078,7 @@
|
|
|
34645
35078
|
},
|
|
34646
35079
|
"locationInModule": {
|
|
34647
35080
|
"filename": "src/gitlab/configuration.ts",
|
|
34648
|
-
"line":
|
|
35081
|
+
"line": 310
|
|
34649
35082
|
},
|
|
34650
35083
|
"name": "addStages",
|
|
34651
35084
|
"parameters": [
|
|
@@ -34675,7 +35108,7 @@
|
|
|
34675
35108
|
"immutable": true,
|
|
34676
35109
|
"locationInModule": {
|
|
34677
35110
|
"filename": "src/gitlab/configuration.ts",
|
|
34678
|
-
"line":
|
|
35111
|
+
"line": 79
|
|
34679
35112
|
},
|
|
34680
35113
|
"name": "defaultAfterScript",
|
|
34681
35114
|
"type": {
|
|
@@ -34696,7 +35129,7 @@
|
|
|
34696
35129
|
"immutable": true,
|
|
34697
35130
|
"locationInModule": {
|
|
34698
35131
|
"filename": "src/gitlab/configuration.ts",
|
|
34699
|
-
"line":
|
|
35132
|
+
"line": 87
|
|
34700
35133
|
},
|
|
34701
35134
|
"name": "defaultBeforeScript",
|
|
34702
35135
|
"type": {
|
|
@@ -34716,7 +35149,7 @@
|
|
|
34716
35149
|
"immutable": true,
|
|
34717
35150
|
"locationInModule": {
|
|
34718
35151
|
"filename": "src/gitlab/configuration.ts",
|
|
34719
|
-
"line":
|
|
35152
|
+
"line": 115
|
|
34720
35153
|
},
|
|
34721
35154
|
"name": "defaultTags",
|
|
34722
35155
|
"type": {
|
|
@@ -34736,7 +35169,7 @@
|
|
|
34736
35169
|
"immutable": true,
|
|
34737
35170
|
"locationInModule": {
|
|
34738
35171
|
"filename": "src/gitlab/configuration.ts",
|
|
34739
|
-
"line":
|
|
35172
|
+
"line": 75
|
|
34740
35173
|
},
|
|
34741
35174
|
"name": "file",
|
|
34742
35175
|
"type": {
|
|
@@ -34751,7 +35184,7 @@
|
|
|
34751
35184
|
"immutable": true,
|
|
34752
35185
|
"locationInModule": {
|
|
34753
35186
|
"filename": "src/gitlab/configuration.ts",
|
|
34754
|
-
"line":
|
|
35187
|
+
"line": 157
|
|
34755
35188
|
},
|
|
34756
35189
|
"name": "jobs",
|
|
34757
35190
|
"type": {
|
|
@@ -34771,7 +35204,7 @@
|
|
|
34771
35204
|
"immutable": true,
|
|
34772
35205
|
"locationInModule": {
|
|
34773
35206
|
"filename": "src/gitlab/configuration.ts",
|
|
34774
|
-
"line":
|
|
35207
|
+
"line": 67
|
|
34775
35208
|
},
|
|
34776
35209
|
"name": "name",
|
|
34777
35210
|
"type": {
|
|
@@ -34786,7 +35219,7 @@
|
|
|
34786
35219
|
"immutable": true,
|
|
34787
35220
|
"locationInModule": {
|
|
34788
35221
|
"filename": "src/gitlab/configuration.ts",
|
|
34789
|
-
"line":
|
|
35222
|
+
"line": 71
|
|
34790
35223
|
},
|
|
34791
35224
|
"name": "path",
|
|
34792
35225
|
"type": {
|
|
@@ -34802,7 +35235,7 @@
|
|
|
34802
35235
|
"immutable": true,
|
|
34803
35236
|
"locationInModule": {
|
|
34804
35237
|
"filename": "src/gitlab/configuration.ts",
|
|
34805
|
-
"line":
|
|
35238
|
+
"line": 143
|
|
34806
35239
|
},
|
|
34807
35240
|
"name": "stages",
|
|
34808
35241
|
"type": {
|
|
@@ -34823,7 +35256,7 @@
|
|
|
34823
35256
|
"immutable": true,
|
|
34824
35257
|
"locationInModule": {
|
|
34825
35258
|
"filename": "src/gitlab/configuration.ts",
|
|
34826
|
-
"line":
|
|
35259
|
+
"line": 148
|
|
34827
35260
|
},
|
|
34828
35261
|
"name": "variables",
|
|
34829
35262
|
"type": {
|
|
@@ -34856,7 +35289,7 @@
|
|
|
34856
35289
|
"immutable": true,
|
|
34857
35290
|
"locationInModule": {
|
|
34858
35291
|
"filename": "src/gitlab/configuration.ts",
|
|
34859
|
-
"line":
|
|
35292
|
+
"line": 83
|
|
34860
35293
|
},
|
|
34861
35294
|
"name": "defaultArtifacts",
|
|
34862
35295
|
"optional": true,
|
|
@@ -34871,7 +35304,7 @@
|
|
|
34871
35304
|
"immutable": true,
|
|
34872
35305
|
"locationInModule": {
|
|
34873
35306
|
"filename": "src/gitlab/configuration.ts",
|
|
34874
|
-
"line":
|
|
35307
|
+
"line": 93
|
|
34875
35308
|
},
|
|
34876
35309
|
"name": "defaultCache",
|
|
34877
35310
|
"optional": true,
|
|
@@ -34892,7 +35325,7 @@
|
|
|
34892
35325
|
"immutable": true,
|
|
34893
35326
|
"locationInModule": {
|
|
34894
35327
|
"filename": "src/gitlab/configuration.ts",
|
|
34895
|
-
"line":
|
|
35328
|
+
"line": 123
|
|
34896
35329
|
},
|
|
34897
35330
|
"name": "defaultIdTokens",
|
|
34898
35331
|
"optional": true,
|
|
@@ -34913,7 +35346,7 @@
|
|
|
34913
35346
|
"immutable": true,
|
|
34914
35347
|
"locationInModule": {
|
|
34915
35348
|
"filename": "src/gitlab/configuration.ts",
|
|
34916
|
-
"line":
|
|
35349
|
+
"line": 99
|
|
34917
35350
|
},
|
|
34918
35351
|
"name": "defaultImage",
|
|
34919
35352
|
"optional": true,
|
|
@@ -34929,7 +35362,7 @@
|
|
|
34929
35362
|
"immutable": true,
|
|
34930
35363
|
"locationInModule": {
|
|
34931
35364
|
"filename": "src/gitlab/configuration.ts",
|
|
34932
|
-
"line":
|
|
35365
|
+
"line": 103
|
|
34933
35366
|
},
|
|
34934
35367
|
"name": "defaultInterruptible",
|
|
34935
35368
|
"optional": true,
|
|
@@ -34946,7 +35379,7 @@
|
|
|
34946
35379
|
"immutable": true,
|
|
34947
35380
|
"locationInModule": {
|
|
34948
35381
|
"filename": "src/gitlab/configuration.ts",
|
|
34949
|
-
"line":
|
|
35382
|
+
"line": 107
|
|
34950
35383
|
},
|
|
34951
35384
|
"name": "defaultRetry",
|
|
34952
35385
|
"optional": true,
|
|
@@ -34963,7 +35396,7 @@
|
|
|
34963
35396
|
"immutable": true,
|
|
34964
35397
|
"locationInModule": {
|
|
34965
35398
|
"filename": "src/gitlab/configuration.ts",
|
|
34966
|
-
"line":
|
|
35399
|
+
"line": 119
|
|
34967
35400
|
},
|
|
34968
35401
|
"name": "defaultTimeout",
|
|
34969
35402
|
"optional": true,
|
|
@@ -34980,7 +35413,7 @@
|
|
|
34980
35413
|
"immutable": true,
|
|
34981
35414
|
"locationInModule": {
|
|
34982
35415
|
"filename": "src/gitlab/configuration.ts",
|
|
34983
|
-
"line":
|
|
35416
|
+
"line": 138
|
|
34984
35417
|
},
|
|
34985
35418
|
"name": "pages",
|
|
34986
35419
|
"optional": true,
|
|
@@ -34996,7 +35429,7 @@
|
|
|
34996
35429
|
"immutable": true,
|
|
34997
35430
|
"locationInModule": {
|
|
34998
35431
|
"filename": "src/gitlab/configuration.ts",
|
|
34999
|
-
"line":
|
|
35432
|
+
"line": 153
|
|
35000
35433
|
},
|
|
35001
35434
|
"name": "workflow",
|
|
35002
35435
|
"optional": true,
|
|
@@ -35018,7 +35451,7 @@
|
|
|
35018
35451
|
"kind": "interface",
|
|
35019
35452
|
"locationInModule": {
|
|
35020
35453
|
"filename": "src/gitlab/configuration.ts",
|
|
35021
|
-
"line":
|
|
35454
|
+
"line": 24
|
|
35022
35455
|
},
|
|
35023
35456
|
"name": "CiConfigurationOptions",
|
|
35024
35457
|
"namespace": "gitlab",
|
|
@@ -35033,7 +35466,7 @@
|
|
|
35033
35466
|
"immutable": true,
|
|
35034
35467
|
"locationInModule": {
|
|
35035
35468
|
"filename": "src/gitlab/configuration.ts",
|
|
35036
|
-
"line":
|
|
35469
|
+
"line": 28
|
|
35037
35470
|
},
|
|
35038
35471
|
"name": "default",
|
|
35039
35472
|
"optional": true,
|
|
@@ -35050,7 +35483,7 @@
|
|
|
35050
35483
|
"immutable": true,
|
|
35051
35484
|
"locationInModule": {
|
|
35052
35485
|
"filename": "src/gitlab/configuration.ts",
|
|
35053
|
-
"line":
|
|
35486
|
+
"line": 51
|
|
35054
35487
|
},
|
|
35055
35488
|
"name": "jobs",
|
|
35056
35489
|
"optional": true,
|
|
@@ -35073,7 +35506,7 @@
|
|
|
35073
35506
|
"immutable": true,
|
|
35074
35507
|
"locationInModule": {
|
|
35075
35508
|
"filename": "src/gitlab/configuration.ts",
|
|
35076
|
-
"line":
|
|
35509
|
+
"line": 33
|
|
35077
35510
|
},
|
|
35078
35511
|
"name": "pages",
|
|
35079
35512
|
"optional": true,
|
|
@@ -35090,7 +35523,7 @@
|
|
|
35090
35523
|
"immutable": true,
|
|
35091
35524
|
"locationInModule": {
|
|
35092
35525
|
"filename": "src/gitlab/configuration.ts",
|
|
35093
|
-
"line":
|
|
35526
|
+
"line": 55
|
|
35094
35527
|
},
|
|
35095
35528
|
"name": "path",
|
|
35096
35529
|
"optional": true,
|
|
@@ -35108,7 +35541,7 @@
|
|
|
35108
35541
|
"immutable": true,
|
|
35109
35542
|
"locationInModule": {
|
|
35110
35543
|
"filename": "src/gitlab/configuration.ts",
|
|
35111
|
-
"line":
|
|
35544
|
+
"line": 42
|
|
35112
35545
|
},
|
|
35113
35546
|
"name": "stages",
|
|
35114
35547
|
"optional": true,
|
|
@@ -35131,7 +35564,7 @@
|
|
|
35131
35564
|
"immutable": true,
|
|
35132
35565
|
"locationInModule": {
|
|
35133
35566
|
"filename": "src/gitlab/configuration.ts",
|
|
35134
|
-
"line":
|
|
35567
|
+
"line": 47
|
|
35135
35568
|
},
|
|
35136
35569
|
"name": "variables",
|
|
35137
35570
|
"optional": true,
|
|
@@ -35153,7 +35586,7 @@
|
|
|
35153
35586
|
"immutable": true,
|
|
35154
35587
|
"locationInModule": {
|
|
35155
35588
|
"filename": "src/gitlab/configuration.ts",
|
|
35156
|
-
"line":
|
|
35589
|
+
"line": 37
|
|
35157
35590
|
},
|
|
35158
35591
|
"name": "workflow",
|
|
35159
35592
|
"optional": true,
|
|
@@ -35178,7 +35611,7 @@
|
|
|
35178
35611
|
"kind": "interface",
|
|
35179
35612
|
"locationInModule": {
|
|
35180
35613
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35181
|
-
"line":
|
|
35614
|
+
"line": 130
|
|
35182
35615
|
},
|
|
35183
35616
|
"name": "CoverageReport",
|
|
35184
35617
|
"namespace": "gitlab",
|
|
@@ -35191,7 +35624,7 @@
|
|
|
35191
35624
|
"immutable": true,
|
|
35192
35625
|
"locationInModule": {
|
|
35193
35626
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35194
|
-
"line":
|
|
35627
|
+
"line": 131
|
|
35195
35628
|
},
|
|
35196
35629
|
"name": "coverageFormat",
|
|
35197
35630
|
"type": {
|
|
@@ -35206,7 +35639,7 @@
|
|
|
35206
35639
|
"immutable": true,
|
|
35207
35640
|
"locationInModule": {
|
|
35208
35641
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35209
|
-
"line":
|
|
35642
|
+
"line": 132
|
|
35210
35643
|
},
|
|
35211
35644
|
"name": "path",
|
|
35212
35645
|
"type": {
|
|
@@ -35229,7 +35662,7 @@
|
|
|
35229
35662
|
"kind": "interface",
|
|
35230
35663
|
"locationInModule": {
|
|
35231
35664
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35232
|
-
"line":
|
|
35665
|
+
"line": 75
|
|
35233
35666
|
},
|
|
35234
35667
|
"name": "Default",
|
|
35235
35668
|
"namespace": "gitlab",
|
|
@@ -35242,7 +35675,7 @@
|
|
|
35242
35675
|
"immutable": true,
|
|
35243
35676
|
"locationInModule": {
|
|
35244
35677
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35245
|
-
"line":
|
|
35678
|
+
"line": 77
|
|
35246
35679
|
},
|
|
35247
35680
|
"name": "afterScript",
|
|
35248
35681
|
"optional": true,
|
|
@@ -35263,7 +35696,7 @@
|
|
|
35263
35696
|
"immutable": true,
|
|
35264
35697
|
"locationInModule": {
|
|
35265
35698
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35266
|
-
"line":
|
|
35699
|
+
"line": 79
|
|
35267
35700
|
},
|
|
35268
35701
|
"name": "artifacts",
|
|
35269
35702
|
"optional": true,
|
|
@@ -35279,7 +35712,7 @@
|
|
|
35279
35712
|
"immutable": true,
|
|
35280
35713
|
"locationInModule": {
|
|
35281
35714
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35282
|
-
"line":
|
|
35715
|
+
"line": 81
|
|
35283
35716
|
},
|
|
35284
35717
|
"name": "beforeScript",
|
|
35285
35718
|
"optional": true,
|
|
@@ -35300,7 +35733,7 @@
|
|
|
35300
35733
|
"immutable": true,
|
|
35301
35734
|
"locationInModule": {
|
|
35302
35735
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35303
|
-
"line":
|
|
35736
|
+
"line": 83
|
|
35304
35737
|
},
|
|
35305
35738
|
"name": "cache",
|
|
35306
35739
|
"optional": true,
|
|
@@ -35313,6 +35746,23 @@
|
|
|
35313
35746
|
}
|
|
35314
35747
|
}
|
|
35315
35748
|
},
|
|
35749
|
+
{
|
|
35750
|
+
"abstract": true,
|
|
35751
|
+
"docs": {
|
|
35752
|
+
"stability": "experimental",
|
|
35753
|
+
"summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
|
|
35754
|
+
},
|
|
35755
|
+
"immutable": true,
|
|
35756
|
+
"locationInModule": {
|
|
35757
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
35758
|
+
"line": 99
|
|
35759
|
+
},
|
|
35760
|
+
"name": "hooks",
|
|
35761
|
+
"optional": true,
|
|
35762
|
+
"type": {
|
|
35763
|
+
"fqn": "projen.gitlab.DefaultHooks"
|
|
35764
|
+
}
|
|
35765
|
+
},
|
|
35316
35766
|
{
|
|
35317
35767
|
"abstract": true,
|
|
35318
35768
|
"docs": {
|
|
@@ -35322,7 +35772,7 @@
|
|
|
35322
35772
|
"immutable": true,
|
|
35323
35773
|
"locationInModule": {
|
|
35324
35774
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35325
|
-
"line":
|
|
35775
|
+
"line": 85
|
|
35326
35776
|
},
|
|
35327
35777
|
"name": "idTokens",
|
|
35328
35778
|
"optional": true,
|
|
@@ -35343,7 +35793,7 @@
|
|
|
35343
35793
|
"immutable": true,
|
|
35344
35794
|
"locationInModule": {
|
|
35345
35795
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35346
|
-
"line":
|
|
35796
|
+
"line": 87
|
|
35347
35797
|
},
|
|
35348
35798
|
"name": "image",
|
|
35349
35799
|
"optional": true,
|
|
@@ -35359,7 +35809,7 @@
|
|
|
35359
35809
|
"immutable": true,
|
|
35360
35810
|
"locationInModule": {
|
|
35361
35811
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35362
|
-
"line":
|
|
35812
|
+
"line": 89
|
|
35363
35813
|
},
|
|
35364
35814
|
"name": "interruptible",
|
|
35365
35815
|
"optional": true,
|
|
@@ -35375,7 +35825,7 @@
|
|
|
35375
35825
|
"immutable": true,
|
|
35376
35826
|
"locationInModule": {
|
|
35377
35827
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35378
|
-
"line":
|
|
35828
|
+
"line": 91
|
|
35379
35829
|
},
|
|
35380
35830
|
"name": "retry",
|
|
35381
35831
|
"optional": true,
|
|
@@ -35391,7 +35841,7 @@
|
|
|
35391
35841
|
"immutable": true,
|
|
35392
35842
|
"locationInModule": {
|
|
35393
35843
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35394
|
-
"line":
|
|
35844
|
+
"line": 93
|
|
35395
35845
|
},
|
|
35396
35846
|
"name": "services",
|
|
35397
35847
|
"optional": true,
|
|
@@ -35412,7 +35862,7 @@
|
|
|
35412
35862
|
"immutable": true,
|
|
35413
35863
|
"locationInModule": {
|
|
35414
35864
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35415
|
-
"line":
|
|
35865
|
+
"line": 95
|
|
35416
35866
|
},
|
|
35417
35867
|
"name": "tags",
|
|
35418
35868
|
"optional": true,
|
|
@@ -35433,7 +35883,7 @@
|
|
|
35433
35883
|
"immutable": true,
|
|
35434
35884
|
"locationInModule": {
|
|
35435
35885
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35436
|
-
"line":
|
|
35886
|
+
"line": 97
|
|
35437
35887
|
},
|
|
35438
35888
|
"name": "timeout",
|
|
35439
35889
|
"optional": true,
|
|
@@ -35453,7 +35903,7 @@
|
|
|
35453
35903
|
"kind": "enum",
|
|
35454
35904
|
"locationInModule": {
|
|
35455
35905
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35456
|
-
"line":
|
|
35906
|
+
"line": 465
|
|
35457
35907
|
},
|
|
35458
35908
|
"members": [
|
|
35459
35909
|
{
|
|
@@ -35521,6 +35971,46 @@
|
|
|
35521
35971
|
"namespace": "gitlab",
|
|
35522
35972
|
"symbolId": "src/gitlab/configuration-model:DefaultElement"
|
|
35523
35973
|
},
|
|
35974
|
+
"projen.gitlab.DefaultHooks": {
|
|
35975
|
+
"assembly": "projen",
|
|
35976
|
+
"datatype": true,
|
|
35977
|
+
"docs": {
|
|
35978
|
+
"stability": "experimental"
|
|
35979
|
+
},
|
|
35980
|
+
"fqn": "projen.gitlab.DefaultHooks",
|
|
35981
|
+
"kind": "interface",
|
|
35982
|
+
"locationInModule": {
|
|
35983
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
35984
|
+
"line": 66
|
|
35985
|
+
},
|
|
35986
|
+
"name": "DefaultHooks",
|
|
35987
|
+
"namespace": "gitlab",
|
|
35988
|
+
"properties": [
|
|
35989
|
+
{
|
|
35990
|
+
"abstract": true,
|
|
35991
|
+
"docs": {
|
|
35992
|
+
"stability": "experimental",
|
|
35993
|
+
"summary": "Specify a list of commands to execute on the runner before cloning the Git repository and any submodules https://docs.gitlab.com/ci/yaml/#hookspre_get_sources_script."
|
|
35994
|
+
},
|
|
35995
|
+
"immutable": true,
|
|
35996
|
+
"locationInModule": {
|
|
35997
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
35998
|
+
"line": 68
|
|
35999
|
+
},
|
|
36000
|
+
"name": "preGetSourcesScript",
|
|
36001
|
+
"optional": true,
|
|
36002
|
+
"type": {
|
|
36003
|
+
"collection": {
|
|
36004
|
+
"elementtype": {
|
|
36005
|
+
"primitive": "string"
|
|
36006
|
+
},
|
|
36007
|
+
"kind": "array"
|
|
36008
|
+
}
|
|
36009
|
+
}
|
|
36010
|
+
}
|
|
36011
|
+
],
|
|
36012
|
+
"symbolId": "src/gitlab/configuration-model:DefaultHooks"
|
|
36013
|
+
},
|
|
35524
36014
|
"projen.gitlab.DeploymentTier": {
|
|
35525
36015
|
"assembly": "projen",
|
|
35526
36016
|
"docs": {
|
|
@@ -35531,7 +36021,7 @@
|
|
|
35531
36021
|
"kind": "enum",
|
|
35532
36022
|
"locationInModule": {
|
|
35533
36023
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35534
|
-
"line":
|
|
36024
|
+
"line": 414
|
|
35535
36025
|
},
|
|
35536
36026
|
"members": [
|
|
35537
36027
|
{
|
|
@@ -35580,7 +36070,7 @@
|
|
|
35580
36070
|
"kind": "interface",
|
|
35581
36071
|
"locationInModule": {
|
|
35582
36072
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35583
|
-
"line":
|
|
36073
|
+
"line": 573
|
|
35584
36074
|
},
|
|
35585
36075
|
"name": "Engine",
|
|
35586
36076
|
"namespace": "gitlab",
|
|
@@ -35594,7 +36084,7 @@
|
|
|
35594
36084
|
"immutable": true,
|
|
35595
36085
|
"locationInModule": {
|
|
35596
36086
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35597
|
-
"line":
|
|
36087
|
+
"line": 575
|
|
35598
36088
|
},
|
|
35599
36089
|
"name": "name",
|
|
35600
36090
|
"type": {
|
|
@@ -35610,7 +36100,7 @@
|
|
|
35610
36100
|
"immutable": true,
|
|
35611
36101
|
"locationInModule": {
|
|
35612
36102
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35613
|
-
"line":
|
|
36103
|
+
"line": 577
|
|
35614
36104
|
},
|
|
35615
36105
|
"name": "path",
|
|
35616
36106
|
"type": {
|
|
@@ -35631,7 +36121,7 @@
|
|
|
35631
36121
|
"kind": "interface",
|
|
35632
36122
|
"locationInModule": {
|
|
35633
36123
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35634
|
-
"line":
|
|
36124
|
+
"line": 382
|
|
35635
36125
|
},
|
|
35636
36126
|
"name": "Environment",
|
|
35637
36127
|
"namespace": "gitlab",
|
|
@@ -35645,7 +36135,7 @@
|
|
|
35645
36135
|
"immutable": true,
|
|
35646
36136
|
"locationInModule": {
|
|
35647
36137
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35648
|
-
"line":
|
|
36138
|
+
"line": 392
|
|
35649
36139
|
},
|
|
35650
36140
|
"name": "name",
|
|
35651
36141
|
"type": {
|
|
@@ -35662,7 +36152,7 @@
|
|
|
35662
36152
|
"immutable": true,
|
|
35663
36153
|
"locationInModule": {
|
|
35664
36154
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35665
|
-
"line":
|
|
36155
|
+
"line": 384
|
|
35666
36156
|
},
|
|
35667
36157
|
"name": "action",
|
|
35668
36158
|
"optional": true,
|
|
@@ -35680,7 +36170,7 @@
|
|
|
35680
36170
|
"immutable": true,
|
|
35681
36171
|
"locationInModule": {
|
|
35682
36172
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35683
|
-
"line":
|
|
36173
|
+
"line": 386
|
|
35684
36174
|
},
|
|
35685
36175
|
"name": "autoStopIn",
|
|
35686
36176
|
"optional": true,
|
|
@@ -35697,7 +36187,7 @@
|
|
|
35697
36187
|
"immutable": true,
|
|
35698
36188
|
"locationInModule": {
|
|
35699
36189
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35700
|
-
"line":
|
|
36190
|
+
"line": 388
|
|
35701
36191
|
},
|
|
35702
36192
|
"name": "deploymentTier",
|
|
35703
36193
|
"optional": true,
|
|
@@ -35715,7 +36205,7 @@
|
|
|
35715
36205
|
"immutable": true,
|
|
35716
36206
|
"locationInModule": {
|
|
35717
36207
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35718
|
-
"line":
|
|
36208
|
+
"line": 390
|
|
35719
36209
|
},
|
|
35720
36210
|
"name": "kubernetes",
|
|
35721
36211
|
"optional": true,
|
|
@@ -35732,7 +36222,7 @@
|
|
|
35732
36222
|
"immutable": true,
|
|
35733
36223
|
"locationInModule": {
|
|
35734
36224
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35735
|
-
"line":
|
|
36225
|
+
"line": 394
|
|
35736
36226
|
},
|
|
35737
36227
|
"name": "onStop",
|
|
35738
36228
|
"optional": true,
|
|
@@ -35749,7 +36239,7 @@
|
|
|
35749
36239
|
"immutable": true,
|
|
35750
36240
|
"locationInModule": {
|
|
35751
36241
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35752
|
-
"line":
|
|
36242
|
+
"line": 396
|
|
35753
36243
|
},
|
|
35754
36244
|
"name": "url",
|
|
35755
36245
|
"optional": true,
|
|
@@ -35771,7 +36261,7 @@
|
|
|
35771
36261
|
"kind": "interface",
|
|
35772
36262
|
"locationInModule": {
|
|
35773
36263
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35774
|
-
"line":
|
|
36264
|
+
"line": 434
|
|
35775
36265
|
},
|
|
35776
36266
|
"name": "Filter",
|
|
35777
36267
|
"namespace": "gitlab",
|
|
@@ -35785,7 +36275,7 @@
|
|
|
35785
36275
|
"immutable": true,
|
|
35786
36276
|
"locationInModule": {
|
|
35787
36277
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35788
|
-
"line":
|
|
36278
|
+
"line": 436
|
|
35789
36279
|
},
|
|
35790
36280
|
"name": "changes",
|
|
35791
36281
|
"optional": true,
|
|
@@ -35807,7 +36297,7 @@
|
|
|
35807
36297
|
"immutable": true,
|
|
35808
36298
|
"locationInModule": {
|
|
35809
36299
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35810
|
-
"line":
|
|
36300
|
+
"line": 438
|
|
35811
36301
|
},
|
|
35812
36302
|
"name": "kubernetes",
|
|
35813
36303
|
"optional": true,
|
|
@@ -35824,7 +36314,7 @@
|
|
|
35824
36314
|
"immutable": true,
|
|
35825
36315
|
"locationInModule": {
|
|
35826
36316
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35827
|
-
"line":
|
|
36317
|
+
"line": 440
|
|
35828
36318
|
},
|
|
35829
36319
|
"name": "refs",
|
|
35830
36320
|
"optional": true,
|
|
@@ -35847,7 +36337,7 @@
|
|
|
35847
36337
|
"immutable": true,
|
|
35848
36338
|
"locationInModule": {
|
|
35849
36339
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35850
|
-
"line":
|
|
36340
|
+
"line": 442
|
|
35851
36341
|
},
|
|
35852
36342
|
"name": "variables",
|
|
35853
36343
|
"optional": true,
|
|
@@ -35966,7 +36456,7 @@
|
|
|
35966
36456
|
"kind": "interface",
|
|
35967
36457
|
"locationInModule": {
|
|
35968
36458
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35969
|
-
"line":
|
|
36459
|
+
"line": 183
|
|
35970
36460
|
},
|
|
35971
36461
|
"name": "IDToken",
|
|
35972
36462
|
"namespace": "gitlab",
|
|
@@ -35979,7 +36469,7 @@
|
|
|
35979
36469
|
},
|
|
35980
36470
|
"locationInModule": {
|
|
35981
36471
|
"filename": "src/gitlab/configuration-model.ts",
|
|
35982
|
-
"line":
|
|
36472
|
+
"line": 185
|
|
35983
36473
|
},
|
|
35984
36474
|
"name": "aud",
|
|
35985
36475
|
"type": {
|
|
@@ -36016,7 +36506,7 @@
|
|
|
36016
36506
|
"kind": "interface",
|
|
36017
36507
|
"locationInModule": {
|
|
36018
36508
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36019
|
-
"line":
|
|
36509
|
+
"line": 193
|
|
36020
36510
|
},
|
|
36021
36511
|
"name": "Image",
|
|
36022
36512
|
"namespace": "gitlab",
|
|
@@ -36031,7 +36521,7 @@
|
|
|
36031
36521
|
"immutable": true,
|
|
36032
36522
|
"locationInModule": {
|
|
36033
36523
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36034
|
-
"line":
|
|
36524
|
+
"line": 197
|
|
36035
36525
|
},
|
|
36036
36526
|
"name": "name",
|
|
36037
36527
|
"type": {
|
|
@@ -36048,7 +36538,7 @@
|
|
|
36048
36538
|
"immutable": true,
|
|
36049
36539
|
"locationInModule": {
|
|
36050
36540
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36051
|
-
"line":
|
|
36541
|
+
"line": 195
|
|
36052
36542
|
},
|
|
36053
36543
|
"name": "entrypoint",
|
|
36054
36544
|
"optional": true,
|
|
@@ -36076,7 +36566,7 @@
|
|
|
36076
36566
|
"kind": "interface",
|
|
36077
36567
|
"locationInModule": {
|
|
36078
36568
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36079
|
-
"line":
|
|
36569
|
+
"line": 244
|
|
36080
36570
|
},
|
|
36081
36571
|
"name": "Include",
|
|
36082
36572
|
"namespace": "gitlab",
|
|
@@ -36091,7 +36581,7 @@
|
|
|
36091
36581
|
"immutable": true,
|
|
36092
36582
|
"locationInModule": {
|
|
36093
36583
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36094
|
-
"line":
|
|
36584
|
+
"line": 250
|
|
36095
36585
|
},
|
|
36096
36586
|
"name": "file",
|
|
36097
36587
|
"optional": true,
|
|
@@ -36114,7 +36604,7 @@
|
|
|
36114
36604
|
"immutable": true,
|
|
36115
36605
|
"locationInModule": {
|
|
36116
36606
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36117
|
-
"line":
|
|
36607
|
+
"line": 246
|
|
36118
36608
|
},
|
|
36119
36609
|
"name": "local",
|
|
36120
36610
|
"optional": true,
|
|
@@ -36131,7 +36621,7 @@
|
|
|
36131
36621
|
"immutable": true,
|
|
36132
36622
|
"locationInModule": {
|
|
36133
36623
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36134
|
-
"line":
|
|
36624
|
+
"line": 252
|
|
36135
36625
|
},
|
|
36136
36626
|
"name": "project",
|
|
36137
36627
|
"optional": true,
|
|
@@ -36148,7 +36638,7 @@
|
|
|
36148
36638
|
"immutable": true,
|
|
36149
36639
|
"locationInModule": {
|
|
36150
36640
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36151
|
-
"line":
|
|
36641
|
+
"line": 254
|
|
36152
36642
|
},
|
|
36153
36643
|
"name": "ref",
|
|
36154
36644
|
"optional": true,
|
|
@@ -36165,7 +36655,7 @@
|
|
|
36165
36655
|
"immutable": true,
|
|
36166
36656
|
"locationInModule": {
|
|
36167
36657
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36168
|
-
"line":
|
|
36658
|
+
"line": 258
|
|
36169
36659
|
},
|
|
36170
36660
|
"name": "remote",
|
|
36171
36661
|
"optional": true,
|
|
@@ -36182,7 +36672,7 @@
|
|
|
36182
36672
|
"immutable": true,
|
|
36183
36673
|
"locationInModule": {
|
|
36184
36674
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36185
|
-
"line":
|
|
36675
|
+
"line": 248
|
|
36186
36676
|
},
|
|
36187
36677
|
"name": "rules",
|
|
36188
36678
|
"optional": true,
|
|
@@ -36204,7 +36694,7 @@
|
|
|
36204
36694
|
"immutable": true,
|
|
36205
36695
|
"locationInModule": {
|
|
36206
36696
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36207
|
-
"line":
|
|
36697
|
+
"line": 256
|
|
36208
36698
|
},
|
|
36209
36699
|
"name": "template",
|
|
36210
36700
|
"optional": true,
|
|
@@ -36227,7 +36717,7 @@
|
|
|
36227
36717
|
"kind": "interface",
|
|
36228
36718
|
"locationInModule": {
|
|
36229
36719
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36230
|
-
"line":
|
|
36720
|
+
"line": 266
|
|
36231
36721
|
},
|
|
36232
36722
|
"name": "IncludeRule",
|
|
36233
36723
|
"namespace": "gitlab",
|
|
@@ -36240,7 +36730,7 @@
|
|
|
36240
36730
|
"immutable": true,
|
|
36241
36731
|
"locationInModule": {
|
|
36242
36732
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36243
|
-
"line":
|
|
36733
|
+
"line": 268
|
|
36244
36734
|
},
|
|
36245
36735
|
"name": "allowFailure",
|
|
36246
36736
|
"optional": true,
|
|
@@ -36265,7 +36755,7 @@
|
|
|
36265
36755
|
"immutable": true,
|
|
36266
36756
|
"locationInModule": {
|
|
36267
36757
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36268
|
-
"line":
|
|
36758
|
+
"line": 270
|
|
36269
36759
|
},
|
|
36270
36760
|
"name": "changes",
|
|
36271
36761
|
"optional": true,
|
|
@@ -36286,7 +36776,7 @@
|
|
|
36286
36776
|
"immutable": true,
|
|
36287
36777
|
"locationInModule": {
|
|
36288
36778
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36289
|
-
"line":
|
|
36779
|
+
"line": 272
|
|
36290
36780
|
},
|
|
36291
36781
|
"name": "exists",
|
|
36292
36782
|
"optional": true,
|
|
@@ -36307,7 +36797,7 @@
|
|
|
36307
36797
|
"immutable": true,
|
|
36308
36798
|
"locationInModule": {
|
|
36309
36799
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36310
|
-
"line":
|
|
36800
|
+
"line": 274
|
|
36311
36801
|
},
|
|
36312
36802
|
"name": "if",
|
|
36313
36803
|
"optional": true,
|
|
@@ -36323,7 +36813,7 @@
|
|
|
36323
36813
|
"immutable": true,
|
|
36324
36814
|
"locationInModule": {
|
|
36325
36815
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36326
|
-
"line":
|
|
36816
|
+
"line": 276
|
|
36327
36817
|
},
|
|
36328
36818
|
"name": "needs",
|
|
36329
36819
|
"optional": true,
|
|
@@ -36344,7 +36834,7 @@
|
|
|
36344
36834
|
"immutable": true,
|
|
36345
36835
|
"locationInModule": {
|
|
36346
36836
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36347
|
-
"line":
|
|
36837
|
+
"line": 278
|
|
36348
36838
|
},
|
|
36349
36839
|
"name": "startIn",
|
|
36350
36840
|
"optional": true,
|
|
@@ -36360,7 +36850,7 @@
|
|
|
36360
36850
|
"immutable": true,
|
|
36361
36851
|
"locationInModule": {
|
|
36362
36852
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36363
|
-
"line":
|
|
36853
|
+
"line": 280
|
|
36364
36854
|
},
|
|
36365
36855
|
"name": "variables",
|
|
36366
36856
|
"optional": true,
|
|
@@ -36381,7 +36871,7 @@
|
|
|
36381
36871
|
"immutable": true,
|
|
36382
36872
|
"locationInModule": {
|
|
36383
36873
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36384
|
-
"line":
|
|
36874
|
+
"line": 282
|
|
36385
36875
|
},
|
|
36386
36876
|
"name": "when",
|
|
36387
36877
|
"optional": true,
|
|
@@ -36404,7 +36894,7 @@
|
|
|
36404
36894
|
"kind": "interface",
|
|
36405
36895
|
"locationInModule": {
|
|
36406
36896
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36407
|
-
"line":
|
|
36897
|
+
"line": 458
|
|
36408
36898
|
},
|
|
36409
36899
|
"name": "Inherit",
|
|
36410
36900
|
"namespace": "gitlab",
|
|
@@ -36419,7 +36909,7 @@
|
|
|
36419
36909
|
"immutable": true,
|
|
36420
36910
|
"locationInModule": {
|
|
36421
36911
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36422
|
-
"line":
|
|
36912
|
+
"line": 460
|
|
36423
36913
|
},
|
|
36424
36914
|
"name": "default",
|
|
36425
36915
|
"optional": true,
|
|
@@ -36451,7 +36941,7 @@
|
|
|
36451
36941
|
"immutable": true,
|
|
36452
36942
|
"locationInModule": {
|
|
36453
36943
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36454
|
-
"line":
|
|
36944
|
+
"line": 462
|
|
36455
36945
|
},
|
|
36456
36946
|
"name": "variables",
|
|
36457
36947
|
"optional": true,
|
|
@@ -36488,7 +36978,7 @@
|
|
|
36488
36978
|
"kind": "interface",
|
|
36489
36979
|
"locationInModule": {
|
|
36490
36980
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36491
|
-
"line":
|
|
36981
|
+
"line": 312
|
|
36492
36982
|
},
|
|
36493
36983
|
"name": "Job",
|
|
36494
36984
|
"namespace": "gitlab",
|
|
@@ -36501,7 +36991,7 @@
|
|
|
36501
36991
|
"immutable": true,
|
|
36502
36992
|
"locationInModule": {
|
|
36503
36993
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36504
|
-
"line":
|
|
36994
|
+
"line": 314
|
|
36505
36995
|
},
|
|
36506
36996
|
"name": "afterScript",
|
|
36507
36997
|
"optional": true,
|
|
@@ -36523,7 +37013,7 @@
|
|
|
36523
37013
|
"immutable": true,
|
|
36524
37014
|
"locationInModule": {
|
|
36525
37015
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36526
|
-
"line":
|
|
37016
|
+
"line": 316
|
|
36527
37017
|
},
|
|
36528
37018
|
"name": "allowFailure",
|
|
36529
37019
|
"optional": true,
|
|
@@ -36548,7 +37038,7 @@
|
|
|
36548
37038
|
"immutable": true,
|
|
36549
37039
|
"locationInModule": {
|
|
36550
37040
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36551
|
-
"line":
|
|
37041
|
+
"line": 318
|
|
36552
37042
|
},
|
|
36553
37043
|
"name": "artifacts",
|
|
36554
37044
|
"optional": true,
|
|
@@ -36564,7 +37054,7 @@
|
|
|
36564
37054
|
"immutable": true,
|
|
36565
37055
|
"locationInModule": {
|
|
36566
37056
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36567
|
-
"line":
|
|
37057
|
+
"line": 320
|
|
36568
37058
|
},
|
|
36569
37059
|
"name": "beforeScript",
|
|
36570
37060
|
"optional": true,
|
|
@@ -36585,7 +37075,7 @@
|
|
|
36585
37075
|
"immutable": true,
|
|
36586
37076
|
"locationInModule": {
|
|
36587
37077
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36588
|
-
"line":
|
|
37078
|
+
"line": 322
|
|
36589
37079
|
},
|
|
36590
37080
|
"name": "cache",
|
|
36591
37081
|
"optional": true,
|
|
@@ -36608,7 +37098,7 @@
|
|
|
36608
37098
|
"immutable": true,
|
|
36609
37099
|
"locationInModule": {
|
|
36610
37100
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36611
|
-
"line":
|
|
37101
|
+
"line": 324
|
|
36612
37102
|
},
|
|
36613
37103
|
"name": "coverage",
|
|
36614
37104
|
"optional": true,
|
|
@@ -36626,7 +37116,7 @@
|
|
|
36626
37116
|
"immutable": true,
|
|
36627
37117
|
"locationInModule": {
|
|
36628
37118
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36629
|
-
"line":
|
|
37119
|
+
"line": 326
|
|
36630
37120
|
},
|
|
36631
37121
|
"name": "dependencies",
|
|
36632
37122
|
"optional": true,
|
|
@@ -36649,7 +37139,7 @@
|
|
|
36649
37139
|
"immutable": true,
|
|
36650
37140
|
"locationInModule": {
|
|
36651
37141
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36652
|
-
"line":
|
|
37142
|
+
"line": 328
|
|
36653
37143
|
},
|
|
36654
37144
|
"name": "environment",
|
|
36655
37145
|
"optional": true,
|
|
@@ -36675,7 +37165,7 @@
|
|
|
36675
37165
|
"immutable": true,
|
|
36676
37166
|
"locationInModule": {
|
|
36677
37167
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36678
|
-
"line":
|
|
37168
|
+
"line": 330
|
|
36679
37169
|
},
|
|
36680
37170
|
"name": "except",
|
|
36681
37171
|
"optional": true,
|
|
@@ -36706,7 +37196,7 @@
|
|
|
36706
37196
|
"immutable": true,
|
|
36707
37197
|
"locationInModule": {
|
|
36708
37198
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36709
|
-
"line":
|
|
37199
|
+
"line": 332
|
|
36710
37200
|
},
|
|
36711
37201
|
"name": "extends",
|
|
36712
37202
|
"optional": true,
|
|
@@ -36719,6 +37209,22 @@
|
|
|
36719
37209
|
}
|
|
36720
37210
|
}
|
|
36721
37211
|
},
|
|
37212
|
+
{
|
|
37213
|
+
"abstract": true,
|
|
37214
|
+
"docs": {
|
|
37215
|
+
"stability": "experimental"
|
|
37216
|
+
},
|
|
37217
|
+
"immutable": true,
|
|
37218
|
+
"locationInModule": {
|
|
37219
|
+
"filename": "src/gitlab/configuration-model.ts",
|
|
37220
|
+
"line": 376
|
|
37221
|
+
},
|
|
37222
|
+
"name": "hooks",
|
|
37223
|
+
"optional": true,
|
|
37224
|
+
"type": {
|
|
37225
|
+
"fqn": "projen.gitlab.DefaultHooks"
|
|
37226
|
+
}
|
|
37227
|
+
},
|
|
36722
37228
|
{
|
|
36723
37229
|
"abstract": true,
|
|
36724
37230
|
"docs": {
|
|
@@ -36728,7 +37234,7 @@
|
|
|
36728
37234
|
"immutable": true,
|
|
36729
37235
|
"locationInModule": {
|
|
36730
37236
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36731
|
-
"line":
|
|
37237
|
+
"line": 334
|
|
36732
37238
|
},
|
|
36733
37239
|
"name": "idTokens",
|
|
36734
37240
|
"optional": true,
|
|
@@ -36749,7 +37255,7 @@
|
|
|
36749
37255
|
"immutable": true,
|
|
36750
37256
|
"locationInModule": {
|
|
36751
37257
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36752
|
-
"line":
|
|
37258
|
+
"line": 336
|
|
36753
37259
|
},
|
|
36754
37260
|
"name": "image",
|
|
36755
37261
|
"optional": true,
|
|
@@ -36767,7 +37273,7 @@
|
|
|
36767
37273
|
"immutable": true,
|
|
36768
37274
|
"locationInModule": {
|
|
36769
37275
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36770
|
-
"line":
|
|
37276
|
+
"line": 338
|
|
36771
37277
|
},
|
|
36772
37278
|
"name": "inherit",
|
|
36773
37279
|
"optional": true,
|
|
@@ -36783,7 +37289,7 @@
|
|
|
36783
37289
|
"immutable": true,
|
|
36784
37290
|
"locationInModule": {
|
|
36785
37291
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36786
|
-
"line":
|
|
37292
|
+
"line": 340
|
|
36787
37293
|
},
|
|
36788
37294
|
"name": "interruptible",
|
|
36789
37295
|
"optional": true,
|
|
@@ -36800,7 +37306,7 @@
|
|
|
36800
37306
|
"immutable": true,
|
|
36801
37307
|
"locationInModule": {
|
|
36802
37308
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36803
|
-
"line":
|
|
37309
|
+
"line": 342
|
|
36804
37310
|
},
|
|
36805
37311
|
"name": "needs",
|
|
36806
37312
|
"optional": true,
|
|
@@ -36831,7 +37337,7 @@
|
|
|
36831
37337
|
"immutable": true,
|
|
36832
37338
|
"locationInModule": {
|
|
36833
37339
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36834
|
-
"line":
|
|
37340
|
+
"line": 344
|
|
36835
37341
|
},
|
|
36836
37342
|
"name": "only",
|
|
36837
37343
|
"optional": true,
|
|
@@ -36862,7 +37368,7 @@
|
|
|
36862
37368
|
"immutable": true,
|
|
36863
37369
|
"locationInModule": {
|
|
36864
37370
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36865
|
-
"line":
|
|
37371
|
+
"line": 346
|
|
36866
37372
|
},
|
|
36867
37373
|
"name": "parallel",
|
|
36868
37374
|
"optional": true,
|
|
@@ -36888,7 +37394,7 @@
|
|
|
36888
37394
|
"immutable": true,
|
|
36889
37395
|
"locationInModule": {
|
|
36890
37396
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36891
|
-
"line":
|
|
37397
|
+
"line": 348
|
|
36892
37398
|
},
|
|
36893
37399
|
"name": "release",
|
|
36894
37400
|
"optional": true,
|
|
@@ -36906,7 +37412,7 @@
|
|
|
36906
37412
|
"immutable": true,
|
|
36907
37413
|
"locationInModule": {
|
|
36908
37414
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36909
|
-
"line":
|
|
37415
|
+
"line": 350
|
|
36910
37416
|
},
|
|
36911
37417
|
"name": "resourceGroup",
|
|
36912
37418
|
"optional": true,
|
|
@@ -36922,7 +37428,7 @@
|
|
|
36922
37428
|
"immutable": true,
|
|
36923
37429
|
"locationInModule": {
|
|
36924
37430
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36925
|
-
"line":
|
|
37431
|
+
"line": 352
|
|
36926
37432
|
},
|
|
36927
37433
|
"name": "retry",
|
|
36928
37434
|
"optional": true,
|
|
@@ -36939,7 +37445,7 @@
|
|
|
36939
37445
|
"immutable": true,
|
|
36940
37446
|
"locationInModule": {
|
|
36941
37447
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36942
|
-
"line":
|
|
37448
|
+
"line": 354
|
|
36943
37449
|
},
|
|
36944
37450
|
"name": "rules",
|
|
36945
37451
|
"optional": true,
|
|
@@ -36962,7 +37468,7 @@
|
|
|
36962
37468
|
"immutable": true,
|
|
36963
37469
|
"locationInModule": {
|
|
36964
37470
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36965
|
-
"line":
|
|
37471
|
+
"line": 356
|
|
36966
37472
|
},
|
|
36967
37473
|
"name": "script",
|
|
36968
37474
|
"optional": true,
|
|
@@ -36984,7 +37490,7 @@
|
|
|
36984
37490
|
"immutable": true,
|
|
36985
37491
|
"locationInModule": {
|
|
36986
37492
|
"filename": "src/gitlab/configuration-model.ts",
|
|
36987
|
-
"line":
|
|
37493
|
+
"line": 358
|
|
36988
37494
|
},
|
|
36989
37495
|
"name": "secrets",
|
|
36990
37496
|
"optional": true,
|
|
@@ -37010,7 +37516,7 @@
|
|
|
37010
37516
|
"immutable": true,
|
|
37011
37517
|
"locationInModule": {
|
|
37012
37518
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37013
|
-
"line":
|
|
37519
|
+
"line": 360
|
|
37014
37520
|
},
|
|
37015
37521
|
"name": "services",
|
|
37016
37522
|
"optional": true,
|
|
@@ -37032,7 +37538,7 @@
|
|
|
37032
37538
|
"immutable": true,
|
|
37033
37539
|
"locationInModule": {
|
|
37034
37540
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37035
|
-
"line":
|
|
37541
|
+
"line": 362
|
|
37036
37542
|
},
|
|
37037
37543
|
"name": "stage",
|
|
37038
37544
|
"optional": true,
|
|
@@ -37048,7 +37554,7 @@
|
|
|
37048
37554
|
"immutable": true,
|
|
37049
37555
|
"locationInModule": {
|
|
37050
37556
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37051
|
-
"line":
|
|
37557
|
+
"line": 364
|
|
37052
37558
|
},
|
|
37053
37559
|
"name": "startIn",
|
|
37054
37560
|
"optional": true,
|
|
@@ -37064,7 +37570,7 @@
|
|
|
37064
37570
|
"immutable": true,
|
|
37065
37571
|
"locationInModule": {
|
|
37066
37572
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37067
|
-
"line":
|
|
37573
|
+
"line": 366
|
|
37068
37574
|
},
|
|
37069
37575
|
"name": "tags",
|
|
37070
37576
|
"optional": true,
|
|
@@ -37085,7 +37591,7 @@
|
|
|
37085
37591
|
"immutable": true,
|
|
37086
37592
|
"locationInModule": {
|
|
37087
37593
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37088
|
-
"line":
|
|
37594
|
+
"line": 368
|
|
37089
37595
|
},
|
|
37090
37596
|
"name": "timeout",
|
|
37091
37597
|
"optional": true,
|
|
@@ -37103,7 +37609,7 @@
|
|
|
37103
37609
|
"immutable": true,
|
|
37104
37610
|
"locationInModule": {
|
|
37105
37611
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37106
|
-
"line":
|
|
37612
|
+
"line": 370
|
|
37107
37613
|
},
|
|
37108
37614
|
"name": "trigger",
|
|
37109
37615
|
"optional": true,
|
|
@@ -37129,7 +37635,7 @@
|
|
|
37129
37635
|
"immutable": true,
|
|
37130
37636
|
"locationInModule": {
|
|
37131
37637
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37132
|
-
"line":
|
|
37638
|
+
"line": 372
|
|
37133
37639
|
},
|
|
37134
37640
|
"name": "variables",
|
|
37135
37641
|
"optional": true,
|
|
@@ -37152,7 +37658,7 @@
|
|
|
37152
37658
|
"immutable": true,
|
|
37153
37659
|
"locationInModule": {
|
|
37154
37660
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37155
|
-
"line":
|
|
37661
|
+
"line": 374
|
|
37156
37662
|
},
|
|
37157
37663
|
"name": "when",
|
|
37158
37664
|
"optional": true,
|
|
@@ -37175,7 +37681,7 @@
|
|
|
37175
37681
|
"kind": "enum",
|
|
37176
37682
|
"locationInModule": {
|
|
37177
37683
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37178
|
-
"line":
|
|
37684
|
+
"line": 299
|
|
37179
37685
|
},
|
|
37180
37686
|
"members": [
|
|
37181
37687
|
{
|
|
@@ -37231,7 +37737,7 @@
|
|
|
37231
37737
|
"kind": "interface",
|
|
37232
37738
|
"locationInModule": {
|
|
37233
37739
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37234
|
-
"line":
|
|
37740
|
+
"line": 426
|
|
37235
37741
|
},
|
|
37236
37742
|
"name": "KubernetesConfig",
|
|
37237
37743
|
"namespace": "gitlab",
|
|
@@ -37245,7 +37751,7 @@
|
|
|
37245
37751
|
"immutable": true,
|
|
37246
37752
|
"locationInModule": {
|
|
37247
37753
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37248
|
-
"line":
|
|
37754
|
+
"line": 428
|
|
37249
37755
|
},
|
|
37250
37756
|
"name": "namespace",
|
|
37251
37757
|
"optional": true,
|
|
@@ -37266,7 +37772,7 @@
|
|
|
37266
37772
|
"kind": "enum",
|
|
37267
37773
|
"locationInModule": {
|
|
37268
37774
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37269
|
-
"line":
|
|
37775
|
+
"line": 448
|
|
37270
37776
|
},
|
|
37271
37777
|
"members": [
|
|
37272
37778
|
{
|
|
@@ -37291,7 +37797,7 @@
|
|
|
37291
37797
|
"kind": "interface",
|
|
37292
37798
|
"locationInModule": {
|
|
37293
37799
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37294
|
-
"line":
|
|
37800
|
+
"line": 528
|
|
37295
37801
|
},
|
|
37296
37802
|
"name": "Link",
|
|
37297
37803
|
"namespace": "gitlab",
|
|
@@ -37305,7 +37811,7 @@
|
|
|
37305
37811
|
"immutable": true,
|
|
37306
37812
|
"locationInModule": {
|
|
37307
37813
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37308
|
-
"line":
|
|
37814
|
+
"line": 534
|
|
37309
37815
|
},
|
|
37310
37816
|
"name": "name",
|
|
37311
37817
|
"type": {
|
|
@@ -37321,7 +37827,7 @@
|
|
|
37321
37827
|
"immutable": true,
|
|
37322
37828
|
"locationInModule": {
|
|
37323
37829
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37324
|
-
"line":
|
|
37830
|
+
"line": 536
|
|
37325
37831
|
},
|
|
37326
37832
|
"name": "url",
|
|
37327
37833
|
"type": {
|
|
@@ -37337,7 +37843,7 @@
|
|
|
37337
37843
|
"immutable": true,
|
|
37338
37844
|
"locationInModule": {
|
|
37339
37845
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37340
|
-
"line":
|
|
37846
|
+
"line": 530
|
|
37341
37847
|
},
|
|
37342
37848
|
"name": "filepath",
|
|
37343
37849
|
"optional": true,
|
|
@@ -37354,7 +37860,7 @@
|
|
|
37354
37860
|
"immutable": true,
|
|
37355
37861
|
"locationInModule": {
|
|
37356
37862
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37357
|
-
"line":
|
|
37863
|
+
"line": 532
|
|
37358
37864
|
},
|
|
37359
37865
|
"name": "linkType",
|
|
37360
37866
|
"optional": true,
|
|
@@ -37375,7 +37881,7 @@
|
|
|
37375
37881
|
"kind": "enum",
|
|
37376
37882
|
"locationInModule": {
|
|
37377
37883
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37378
|
-
"line":
|
|
37884
|
+
"line": 542
|
|
37379
37885
|
},
|
|
37380
37886
|
"members": [
|
|
37381
37887
|
{
|
|
@@ -37418,7 +37924,7 @@
|
|
|
37418
37924
|
"kind": "interface",
|
|
37419
37925
|
"locationInModule": {
|
|
37420
37926
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37421
|
-
"line":
|
|
37927
|
+
"line": 481
|
|
37422
37928
|
},
|
|
37423
37929
|
"name": "Need",
|
|
37424
37930
|
"namespace": "gitlab",
|
|
@@ -37431,7 +37937,7 @@
|
|
|
37431
37937
|
"immutable": true,
|
|
37432
37938
|
"locationInModule": {
|
|
37433
37939
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37434
|
-
"line":
|
|
37940
|
+
"line": 483
|
|
37435
37941
|
},
|
|
37436
37942
|
"name": "job",
|
|
37437
37943
|
"type": {
|
|
@@ -37446,7 +37952,7 @@
|
|
|
37446
37952
|
"immutable": true,
|
|
37447
37953
|
"locationInModule": {
|
|
37448
37954
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37449
|
-
"line":
|
|
37955
|
+
"line": 482
|
|
37450
37956
|
},
|
|
37451
37957
|
"name": "artifacts",
|
|
37452
37958
|
"optional": true,
|
|
@@ -37462,7 +37968,7 @@
|
|
|
37462
37968
|
"immutable": true,
|
|
37463
37969
|
"locationInModule": {
|
|
37464
37970
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37465
|
-
"line":
|
|
37971
|
+
"line": 484
|
|
37466
37972
|
},
|
|
37467
37973
|
"name": "optional",
|
|
37468
37974
|
"optional": true,
|
|
@@ -37478,7 +37984,7 @@
|
|
|
37478
37984
|
"immutable": true,
|
|
37479
37985
|
"locationInModule": {
|
|
37480
37986
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37481
|
-
"line":
|
|
37987
|
+
"line": 485
|
|
37482
37988
|
},
|
|
37483
37989
|
"name": "pipeline",
|
|
37484
37990
|
"optional": true,
|
|
@@ -37494,7 +38000,7 @@
|
|
|
37494
38000
|
"immutable": true,
|
|
37495
38001
|
"locationInModule": {
|
|
37496
38002
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37497
|
-
"line":
|
|
38003
|
+
"line": 486
|
|
37498
38004
|
},
|
|
37499
38005
|
"name": "project",
|
|
37500
38006
|
"optional": true,
|
|
@@ -37510,7 +38016,7 @@
|
|
|
37510
38016
|
"immutable": true,
|
|
37511
38017
|
"locationInModule": {
|
|
37512
38018
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37513
|
-
"line":
|
|
38019
|
+
"line": 487
|
|
37514
38020
|
},
|
|
37515
38021
|
"name": "ref",
|
|
37516
38022
|
"optional": true,
|
|
@@ -37604,7 +38110,7 @@
|
|
|
37604
38110
|
"kind": "interface",
|
|
37605
38111
|
"locationInModule": {
|
|
37606
38112
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37607
|
-
"line":
|
|
38113
|
+
"line": 493
|
|
37608
38114
|
},
|
|
37609
38115
|
"name": "Parallel",
|
|
37610
38116
|
"namespace": "gitlab",
|
|
@@ -37618,7 +38124,7 @@
|
|
|
37618
38124
|
"immutable": true,
|
|
37619
38125
|
"locationInModule": {
|
|
37620
38126
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37621
|
-
"line":
|
|
38127
|
+
"line": 495
|
|
37622
38128
|
},
|
|
37623
38129
|
"name": "matrix",
|
|
37624
38130
|
"type": {
|
|
@@ -37654,7 +38160,7 @@
|
|
|
37654
38160
|
"kind": "enum",
|
|
37655
38161
|
"locationInModule": {
|
|
37656
38162
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37657
|
-
"line":
|
|
38163
|
+
"line": 234
|
|
37658
38164
|
},
|
|
37659
38165
|
"members": [
|
|
37660
38166
|
{
|
|
@@ -37691,7 +38197,7 @@
|
|
|
37691
38197
|
"kind": "interface",
|
|
37692
38198
|
"locationInModule": {
|
|
37693
38199
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37694
|
-
"line":
|
|
38200
|
+
"line": 501
|
|
37695
38201
|
},
|
|
37696
38202
|
"name": "Release",
|
|
37697
38203
|
"namespace": "gitlab",
|
|
@@ -37705,7 +38211,7 @@
|
|
|
37705
38211
|
"immutable": true,
|
|
37706
38212
|
"locationInModule": {
|
|
37707
38213
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37708
|
-
"line":
|
|
38214
|
+
"line": 504
|
|
37709
38215
|
},
|
|
37710
38216
|
"name": "description",
|
|
37711
38217
|
"type": {
|
|
@@ -37722,7 +38228,7 @@
|
|
|
37722
38228
|
"immutable": true,
|
|
37723
38229
|
"locationInModule": {
|
|
37724
38230
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37725
|
-
"line":
|
|
38231
|
+
"line": 514
|
|
37726
38232
|
},
|
|
37727
38233
|
"name": "tagName",
|
|
37728
38234
|
"type": {
|
|
@@ -37737,7 +38243,7 @@
|
|
|
37737
38243
|
"immutable": true,
|
|
37738
38244
|
"locationInModule": {
|
|
37739
38245
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37740
|
-
"line":
|
|
38246
|
+
"line": 502
|
|
37741
38247
|
},
|
|
37742
38248
|
"name": "assets",
|
|
37743
38249
|
"optional": true,
|
|
@@ -37754,7 +38260,7 @@
|
|
|
37754
38260
|
"immutable": true,
|
|
37755
38261
|
"locationInModule": {
|
|
37756
38262
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37757
|
-
"line":
|
|
38263
|
+
"line": 506
|
|
37758
38264
|
},
|
|
37759
38265
|
"name": "milestones",
|
|
37760
38266
|
"optional": true,
|
|
@@ -37777,7 +38283,7 @@
|
|
|
37777
38283
|
"immutable": true,
|
|
37778
38284
|
"locationInModule": {
|
|
37779
38285
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37780
|
-
"line":
|
|
38286
|
+
"line": 508
|
|
37781
38287
|
},
|
|
37782
38288
|
"name": "name",
|
|
37783
38289
|
"optional": true,
|
|
@@ -37795,7 +38301,7 @@
|
|
|
37795
38301
|
"immutable": true,
|
|
37796
38302
|
"locationInModule": {
|
|
37797
38303
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37798
|
-
"line":
|
|
38304
|
+
"line": 510
|
|
37799
38305
|
},
|
|
37800
38306
|
"name": "ref",
|
|
37801
38307
|
"optional": true,
|
|
@@ -37813,7 +38319,7 @@
|
|
|
37813
38319
|
"immutable": true,
|
|
37814
38320
|
"locationInModule": {
|
|
37815
38321
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37816
|
-
"line":
|
|
38322
|
+
"line": 512
|
|
37817
38323
|
},
|
|
37818
38324
|
"name": "releasedAt",
|
|
37819
38325
|
"optional": true,
|
|
@@ -37836,7 +38342,7 @@
|
|
|
37836
38342
|
"kind": "interface",
|
|
37837
38343
|
"locationInModule": {
|
|
37838
38344
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37839
|
-
"line":
|
|
38345
|
+
"line": 140
|
|
37840
38346
|
},
|
|
37841
38347
|
"name": "Reports",
|
|
37842
38348
|
"namespace": "gitlab",
|
|
@@ -37851,7 +38357,7 @@
|
|
|
37851
38357
|
"immutable": true,
|
|
37852
38358
|
"locationInModule": {
|
|
37853
38359
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37854
|
-
"line":
|
|
38360
|
+
"line": 144
|
|
37855
38361
|
},
|
|
37856
38362
|
"name": "cobertura",
|
|
37857
38363
|
"optional": true,
|
|
@@ -37873,7 +38379,7 @@
|
|
|
37873
38379
|
"immutable": true,
|
|
37874
38380
|
"locationInModule": {
|
|
37875
38381
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37876
|
-
"line":
|
|
38382
|
+
"line": 146
|
|
37877
38383
|
},
|
|
37878
38384
|
"name": "codequality",
|
|
37879
38385
|
"optional": true,
|
|
@@ -37895,7 +38401,7 @@
|
|
|
37895
38401
|
"immutable": true,
|
|
37896
38402
|
"locationInModule": {
|
|
37897
38403
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37898
|
-
"line":
|
|
38404
|
+
"line": 148
|
|
37899
38405
|
},
|
|
37900
38406
|
"name": "containerScanning",
|
|
37901
38407
|
"optional": true,
|
|
@@ -37917,7 +38423,7 @@
|
|
|
37917
38423
|
"immutable": true,
|
|
37918
38424
|
"locationInModule": {
|
|
37919
38425
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37920
|
-
"line":
|
|
38426
|
+
"line": 150
|
|
37921
38427
|
},
|
|
37922
38428
|
"name": "coverageReport",
|
|
37923
38429
|
"optional": true,
|
|
@@ -37934,7 +38440,7 @@
|
|
|
37934
38440
|
"immutable": true,
|
|
37935
38441
|
"locationInModule": {
|
|
37936
38442
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37937
|
-
"line":
|
|
38443
|
+
"line": 152
|
|
37938
38444
|
},
|
|
37939
38445
|
"name": "dast",
|
|
37940
38446
|
"optional": true,
|
|
@@ -37956,7 +38462,7 @@
|
|
|
37956
38462
|
"immutable": true,
|
|
37957
38463
|
"locationInModule": {
|
|
37958
38464
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37959
|
-
"line":
|
|
38465
|
+
"line": 154
|
|
37960
38466
|
},
|
|
37961
38467
|
"name": "dependencyScanning",
|
|
37962
38468
|
"optional": true,
|
|
@@ -37978,7 +38484,7 @@
|
|
|
37978
38484
|
"immutable": true,
|
|
37979
38485
|
"locationInModule": {
|
|
37980
38486
|
"filename": "src/gitlab/configuration-model.ts",
|
|
37981
|
-
"line":
|
|
38487
|
+
"line": 156
|
|
37982
38488
|
},
|
|
37983
38489
|
"name": "dotenv",
|
|
37984
38490
|
"optional": true,
|
|
@@ -38000,7 +38506,7 @@
|
|
|
38000
38506
|
"immutable": true,
|
|
38001
38507
|
"locationInModule": {
|
|
38002
38508
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38003
|
-
"line":
|
|
38509
|
+
"line": 158
|
|
38004
38510
|
},
|
|
38005
38511
|
"name": "junit",
|
|
38006
38512
|
"optional": true,
|
|
@@ -38022,7 +38528,7 @@
|
|
|
38022
38528
|
"immutable": true,
|
|
38023
38529
|
"locationInModule": {
|
|
38024
38530
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38025
|
-
"line":
|
|
38531
|
+
"line": 160
|
|
38026
38532
|
},
|
|
38027
38533
|
"name": "licenseManagement",
|
|
38028
38534
|
"optional": true,
|
|
@@ -38044,7 +38550,7 @@
|
|
|
38044
38550
|
"immutable": true,
|
|
38045
38551
|
"locationInModule": {
|
|
38046
38552
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38047
|
-
"line":
|
|
38553
|
+
"line": 162
|
|
38048
38554
|
},
|
|
38049
38555
|
"name": "licenseScanning",
|
|
38050
38556
|
"optional": true,
|
|
@@ -38066,7 +38572,7 @@
|
|
|
38066
38572
|
"immutable": true,
|
|
38067
38573
|
"locationInModule": {
|
|
38068
38574
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38069
|
-
"line":
|
|
38575
|
+
"line": 164
|
|
38070
38576
|
},
|
|
38071
38577
|
"name": "lsif",
|
|
38072
38578
|
"optional": true,
|
|
@@ -38088,7 +38594,7 @@
|
|
|
38088
38594
|
"immutable": true,
|
|
38089
38595
|
"locationInModule": {
|
|
38090
38596
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38091
|
-
"line":
|
|
38597
|
+
"line": 166
|
|
38092
38598
|
},
|
|
38093
38599
|
"name": "metrics",
|
|
38094
38600
|
"optional": true,
|
|
@@ -38110,7 +38616,7 @@
|
|
|
38110
38616
|
"immutable": true,
|
|
38111
38617
|
"locationInModule": {
|
|
38112
38618
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38113
|
-
"line":
|
|
38619
|
+
"line": 168
|
|
38114
38620
|
},
|
|
38115
38621
|
"name": "performance",
|
|
38116
38622
|
"optional": true,
|
|
@@ -38132,7 +38638,7 @@
|
|
|
38132
38638
|
"immutable": true,
|
|
38133
38639
|
"locationInModule": {
|
|
38134
38640
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38135
|
-
"line":
|
|
38641
|
+
"line": 170
|
|
38136
38642
|
},
|
|
38137
38643
|
"name": "requirements",
|
|
38138
38644
|
"optional": true,
|
|
@@ -38154,7 +38660,7 @@
|
|
|
38154
38660
|
"immutable": true,
|
|
38155
38661
|
"locationInModule": {
|
|
38156
38662
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38157
|
-
"line":
|
|
38663
|
+
"line": 172
|
|
38158
38664
|
},
|
|
38159
38665
|
"name": "sast",
|
|
38160
38666
|
"optional": true,
|
|
@@ -38176,7 +38682,7 @@
|
|
|
38176
38682
|
"immutable": true,
|
|
38177
38683
|
"locationInModule": {
|
|
38178
38684
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38179
|
-
"line":
|
|
38685
|
+
"line": 174
|
|
38180
38686
|
},
|
|
38181
38687
|
"name": "secretDetection",
|
|
38182
38688
|
"optional": true,
|
|
@@ -38198,7 +38704,7 @@
|
|
|
38198
38704
|
"immutable": true,
|
|
38199
38705
|
"locationInModule": {
|
|
38200
38706
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38201
|
-
"line":
|
|
38707
|
+
"line": 176
|
|
38202
38708
|
},
|
|
38203
38709
|
"name": "terraform",
|
|
38204
38710
|
"optional": true,
|
|
@@ -38227,7 +38733,7 @@
|
|
|
38227
38733
|
"kind": "interface",
|
|
38228
38734
|
"locationInModule": {
|
|
38229
38735
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38230
|
-
"line":
|
|
38736
|
+
"line": 204
|
|
38231
38737
|
},
|
|
38232
38738
|
"name": "Retry",
|
|
38233
38739
|
"namespace": "gitlab",
|
|
@@ -38241,7 +38747,7 @@
|
|
|
38241
38747
|
"immutable": true,
|
|
38242
38748
|
"locationInModule": {
|
|
38243
38749
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38244
|
-
"line":
|
|
38750
|
+
"line": 206
|
|
38245
38751
|
},
|
|
38246
38752
|
"name": "max",
|
|
38247
38753
|
"optional": true,
|
|
@@ -38258,7 +38764,7 @@
|
|
|
38258
38764
|
"immutable": true,
|
|
38259
38765
|
"locationInModule": {
|
|
38260
38766
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38261
|
-
"line":
|
|
38767
|
+
"line": 208
|
|
38262
38768
|
},
|
|
38263
38769
|
"name": "when",
|
|
38264
38770
|
"optional": true,
|
|
@@ -38280,7 +38786,7 @@
|
|
|
38280
38786
|
"kind": "interface",
|
|
38281
38787
|
"locationInModule": {
|
|
38282
38788
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38283
|
-
"line":
|
|
38789
|
+
"line": 552
|
|
38284
38790
|
},
|
|
38285
38791
|
"name": "Secret",
|
|
38286
38792
|
"namespace": "gitlab",
|
|
@@ -38293,7 +38799,7 @@
|
|
|
38293
38799
|
"immutable": true,
|
|
38294
38800
|
"locationInModule": {
|
|
38295
38801
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38296
|
-
"line":
|
|
38802
|
+
"line": 554
|
|
38297
38803
|
},
|
|
38298
38804
|
"name": "vault",
|
|
38299
38805
|
"type": {
|
|
@@ -38319,7 +38825,7 @@
|
|
|
38319
38825
|
"kind": "interface",
|
|
38320
38826
|
"locationInModule": {
|
|
38321
38827
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38322
|
-
"line":
|
|
38828
|
+
"line": 215
|
|
38323
38829
|
},
|
|
38324
38830
|
"name": "Service",
|
|
38325
38831
|
"namespace": "gitlab",
|
|
@@ -38334,7 +38840,7 @@
|
|
|
38334
38840
|
"immutable": true,
|
|
38335
38841
|
"locationInModule": {
|
|
38336
38842
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38337
|
-
"line":
|
|
38843
|
+
"line": 223
|
|
38338
38844
|
},
|
|
38339
38845
|
"name": "name",
|
|
38340
38846
|
"type": {
|
|
@@ -38351,7 +38857,7 @@
|
|
|
38351
38857
|
"immutable": true,
|
|
38352
38858
|
"locationInModule": {
|
|
38353
38859
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38354
|
-
"line":
|
|
38860
|
+
"line": 217
|
|
38355
38861
|
},
|
|
38356
38862
|
"name": "alias",
|
|
38357
38863
|
"optional": true,
|
|
@@ -38369,7 +38875,7 @@
|
|
|
38369
38875
|
"immutable": true,
|
|
38370
38876
|
"locationInModule": {
|
|
38371
38877
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38372
|
-
"line":
|
|
38878
|
+
"line": 219
|
|
38373
38879
|
},
|
|
38374
38880
|
"name": "command",
|
|
38375
38881
|
"optional": true,
|
|
@@ -38392,7 +38898,7 @@
|
|
|
38392
38898
|
"immutable": true,
|
|
38393
38899
|
"locationInModule": {
|
|
38394
38900
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38395
|
-
"line":
|
|
38901
|
+
"line": 221
|
|
38396
38902
|
},
|
|
38397
38903
|
"name": "entrypoint",
|
|
38398
38904
|
"optional": true,
|
|
@@ -38414,7 +38920,7 @@
|
|
|
38414
38920
|
"immutable": true,
|
|
38415
38921
|
"locationInModule": {
|
|
38416
38922
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38417
|
-
"line":
|
|
38923
|
+
"line": 225
|
|
38418
38924
|
},
|
|
38419
38925
|
"name": "pullPolicy",
|
|
38420
38926
|
"optional": true,
|
|
@@ -38436,7 +38942,7 @@
|
|
|
38436
38942
|
"immutable": true,
|
|
38437
38943
|
"locationInModule": {
|
|
38438
38944
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38439
|
-
"line":
|
|
38945
|
+
"line": 227
|
|
38440
38946
|
},
|
|
38441
38947
|
"name": "variables",
|
|
38442
38948
|
"optional": true,
|
|
@@ -38463,7 +38969,7 @@
|
|
|
38463
38969
|
"kind": "enum",
|
|
38464
38970
|
"locationInModule": {
|
|
38465
38971
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38466
|
-
"line":
|
|
38972
|
+
"line": 623
|
|
38467
38973
|
},
|
|
38468
38974
|
"members": [
|
|
38469
38975
|
{
|
|
@@ -38490,7 +38996,7 @@
|
|
|
38490
38996
|
"kind": "interface",
|
|
38491
38997
|
"locationInModule": {
|
|
38492
38998
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38493
|
-
"line":
|
|
38999
|
+
"line": 585
|
|
38494
39000
|
},
|
|
38495
39001
|
"name": "Trigger",
|
|
38496
39002
|
"namespace": "gitlab",
|
|
@@ -38504,7 +39010,7 @@
|
|
|
38504
39010
|
"immutable": true,
|
|
38505
39011
|
"locationInModule": {
|
|
38506
39012
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38507
|
-
"line":
|
|
39013
|
+
"line": 587
|
|
38508
39014
|
},
|
|
38509
39015
|
"name": "branch",
|
|
38510
39016
|
"optional": true,
|
|
@@ -38521,7 +39027,7 @@
|
|
|
38521
39027
|
"immutable": true,
|
|
38522
39028
|
"locationInModule": {
|
|
38523
39029
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38524
|
-
"line":
|
|
39030
|
+
"line": 593
|
|
38525
39031
|
},
|
|
38526
39032
|
"name": "include",
|
|
38527
39033
|
"optional": true,
|
|
@@ -38543,7 +39049,7 @@
|
|
|
38543
39049
|
"immutable": true,
|
|
38544
39050
|
"locationInModule": {
|
|
38545
39051
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38546
|
-
"line":
|
|
39052
|
+
"line": 589
|
|
38547
39053
|
},
|
|
38548
39054
|
"name": "project",
|
|
38549
39055
|
"optional": true,
|
|
@@ -38560,7 +39066,7 @@
|
|
|
38560
39066
|
"immutable": true,
|
|
38561
39067
|
"locationInModule": {
|
|
38562
39068
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38563
|
-
"line":
|
|
39069
|
+
"line": 591
|
|
38564
39070
|
},
|
|
38565
39071
|
"name": "strategy",
|
|
38566
39072
|
"optional": true,
|
|
@@ -38583,7 +39089,7 @@
|
|
|
38583
39089
|
"kind": "interface",
|
|
38584
39090
|
"locationInModule": {
|
|
38585
39091
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38586
|
-
"line":
|
|
39092
|
+
"line": 601
|
|
38587
39093
|
},
|
|
38588
39094
|
"name": "TriggerInclude",
|
|
38589
39095
|
"namespace": "gitlab",
|
|
@@ -38597,7 +39103,7 @@
|
|
|
38597
39103
|
"immutable": true,
|
|
38598
39104
|
"locationInModule": {
|
|
38599
39105
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38600
|
-
"line":
|
|
39106
|
+
"line": 607
|
|
38601
39107
|
},
|
|
38602
39108
|
"name": "artifact",
|
|
38603
39109
|
"optional": true,
|
|
@@ -38614,7 +39120,7 @@
|
|
|
38614
39120
|
"immutable": true,
|
|
38615
39121
|
"locationInModule": {
|
|
38616
39122
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38617
|
-
"line":
|
|
39123
|
+
"line": 611
|
|
38618
39124
|
},
|
|
38619
39125
|
"name": "file",
|
|
38620
39126
|
"optional": true,
|
|
@@ -38631,7 +39137,7 @@
|
|
|
38631
39137
|
"immutable": true,
|
|
38632
39138
|
"locationInModule": {
|
|
38633
39139
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38634
|
-
"line":
|
|
39140
|
+
"line": 609
|
|
38635
39141
|
},
|
|
38636
39142
|
"name": "job",
|
|
38637
39143
|
"optional": true,
|
|
@@ -38648,7 +39154,7 @@
|
|
|
38648
39154
|
"immutable": true,
|
|
38649
39155
|
"locationInModule": {
|
|
38650
39156
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38651
|
-
"line":
|
|
39157
|
+
"line": 603
|
|
38652
39158
|
},
|
|
38653
39159
|
"name": "local",
|
|
38654
39160
|
"optional": true,
|
|
@@ -38665,7 +39171,7 @@
|
|
|
38665
39171
|
"immutable": true,
|
|
38666
39172
|
"locationInModule": {
|
|
38667
39173
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38668
|
-
"line":
|
|
39174
|
+
"line": 613
|
|
38669
39175
|
},
|
|
38670
39176
|
"name": "project",
|
|
38671
39177
|
"optional": true,
|
|
@@ -38682,7 +39188,7 @@
|
|
|
38682
39188
|
"immutable": true,
|
|
38683
39189
|
"locationInModule": {
|
|
38684
39190
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38685
|
-
"line":
|
|
39191
|
+
"line": 615
|
|
38686
39192
|
},
|
|
38687
39193
|
"name": "ref",
|
|
38688
39194
|
"optional": true,
|
|
@@ -38699,7 +39205,7 @@
|
|
|
38699
39205
|
"immutable": true,
|
|
38700
39206
|
"locationInModule": {
|
|
38701
39207
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38702
|
-
"line":
|
|
39208
|
+
"line": 605
|
|
38703
39209
|
},
|
|
38704
39210
|
"name": "template",
|
|
38705
39211
|
"optional": true,
|
|
@@ -38722,7 +39228,7 @@
|
|
|
38722
39228
|
"kind": "interface",
|
|
38723
39229
|
"locationInModule": {
|
|
38724
39230
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38725
|
-
"line":
|
|
39231
|
+
"line": 631
|
|
38726
39232
|
},
|
|
38727
39233
|
"name": "VariableConfig",
|
|
38728
39234
|
"namespace": "gitlab",
|
|
@@ -38737,7 +39243,7 @@
|
|
|
38737
39243
|
"immutable": true,
|
|
38738
39244
|
"locationInModule": {
|
|
38739
39245
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38740
|
-
"line":
|
|
39246
|
+
"line": 633
|
|
38741
39247
|
},
|
|
38742
39248
|
"name": "description",
|
|
38743
39249
|
"optional": true,
|
|
@@ -38754,7 +39260,7 @@
|
|
|
38754
39260
|
"immutable": true,
|
|
38755
39261
|
"locationInModule": {
|
|
38756
39262
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38757
|
-
"line":
|
|
39263
|
+
"line": 635
|
|
38758
39264
|
},
|
|
38759
39265
|
"name": "value",
|
|
38760
39266
|
"optional": true,
|
|
@@ -38777,7 +39283,7 @@
|
|
|
38777
39283
|
"kind": "interface",
|
|
38778
39284
|
"locationInModule": {
|
|
38779
39285
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38780
|
-
"line":
|
|
39286
|
+
"line": 561
|
|
38781
39287
|
},
|
|
38782
39288
|
"name": "VaultConfig",
|
|
38783
39289
|
"namespace": "gitlab",
|
|
@@ -38790,7 +39296,7 @@
|
|
|
38790
39296
|
"immutable": true,
|
|
38791
39297
|
"locationInModule": {
|
|
38792
39298
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38793
|
-
"line":
|
|
39299
|
+
"line": 563
|
|
38794
39300
|
},
|
|
38795
39301
|
"name": "engine",
|
|
38796
39302
|
"type": {
|
|
@@ -38805,7 +39311,7 @@
|
|
|
38805
39311
|
"immutable": true,
|
|
38806
39312
|
"locationInModule": {
|
|
38807
39313
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38808
|
-
"line":
|
|
39314
|
+
"line": 565
|
|
38809
39315
|
},
|
|
38810
39316
|
"name": "field",
|
|
38811
39317
|
"type": {
|
|
@@ -38821,7 +39327,7 @@
|
|
|
38821
39327
|
"immutable": true,
|
|
38822
39328
|
"locationInModule": {
|
|
38823
39329
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38824
|
-
"line":
|
|
39330
|
+
"line": 567
|
|
38825
39331
|
},
|
|
38826
39332
|
"name": "path",
|
|
38827
39333
|
"type": {
|
|
@@ -38843,7 +39349,7 @@
|
|
|
38843
39349
|
"kind": "interface",
|
|
38844
39350
|
"locationInModule": {
|
|
38845
39351
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38846
|
-
"line":
|
|
39352
|
+
"line": 642
|
|
38847
39353
|
},
|
|
38848
39354
|
"name": "Workflow",
|
|
38849
39355
|
"namespace": "gitlab",
|
|
@@ -38857,7 +39363,7 @@
|
|
|
38857
39363
|
"immutable": true,
|
|
38858
39364
|
"locationInModule": {
|
|
38859
39365
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38860
|
-
"line":
|
|
39366
|
+
"line": 644
|
|
38861
39367
|
},
|
|
38862
39368
|
"name": "name",
|
|
38863
39369
|
"optional": true,
|
|
@@ -38874,7 +39380,7 @@
|
|
|
38874
39380
|
"immutable": true,
|
|
38875
39381
|
"locationInModule": {
|
|
38876
39382
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38877
|
-
"line":
|
|
39383
|
+
"line": 646
|
|
38878
39384
|
},
|
|
38879
39385
|
"name": "rules",
|
|
38880
39386
|
"optional": true,
|
|
@@ -38902,7 +39408,7 @@
|
|
|
38902
39408
|
"kind": "interface",
|
|
38903
39409
|
"locationInModule": {
|
|
38904
39410
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38905
|
-
"line":
|
|
39411
|
+
"line": 653
|
|
38906
39412
|
},
|
|
38907
39413
|
"name": "WorkflowRule",
|
|
38908
39414
|
"namespace": "gitlab",
|
|
@@ -38915,7 +39421,7 @@
|
|
|
38915
39421
|
"immutable": true,
|
|
38916
39422
|
"locationInModule": {
|
|
38917
39423
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38918
|
-
"line":
|
|
39424
|
+
"line": 655
|
|
38919
39425
|
},
|
|
38920
39426
|
"name": "changes",
|
|
38921
39427
|
"optional": true,
|
|
@@ -38936,7 +39442,7 @@
|
|
|
38936
39442
|
"immutable": true,
|
|
38937
39443
|
"locationInModule": {
|
|
38938
39444
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38939
|
-
"line":
|
|
39445
|
+
"line": 657
|
|
38940
39446
|
},
|
|
38941
39447
|
"name": "exists",
|
|
38942
39448
|
"optional": true,
|
|
@@ -38957,7 +39463,7 @@
|
|
|
38957
39463
|
"immutable": true,
|
|
38958
39464
|
"locationInModule": {
|
|
38959
39465
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38960
|
-
"line":
|
|
39466
|
+
"line": 659
|
|
38961
39467
|
},
|
|
38962
39468
|
"name": "if",
|
|
38963
39469
|
"optional": true,
|
|
@@ -38973,7 +39479,7 @@
|
|
|
38973
39479
|
"immutable": true,
|
|
38974
39480
|
"locationInModule": {
|
|
38975
39481
|
"filename": "src/gitlab/configuration-model.ts",
|
|
38976
|
-
"line":
|
|
39482
|
+
"line": 661
|
|
38977
39483
|
},
|
|
38978
39484
|
"name": "variables",
|
|
38979
39485
|
"optional": true,
|
|
@@ -39003,7 +39509,7 @@
|
|
|
39003
39509
|
"immutable": true,
|
|
39004
39510
|
"locationInModule": {
|
|
39005
39511
|
"filename": "src/gitlab/configuration-model.ts",
|
|
39006
|
-
"line":
|
|
39512
|
+
"line": 663
|
|
39007
39513
|
},
|
|
39008
39514
|
"name": "when",
|
|
39009
39515
|
"optional": true,
|
|
@@ -39026,7 +39532,7 @@
|
|
|
39026
39532
|
"kind": "enum",
|
|
39027
39533
|
"locationInModule": {
|
|
39028
39534
|
"filename": "src/gitlab/configuration-model.ts",
|
|
39029
|
-
"line":
|
|
39535
|
+
"line": 671
|
|
39030
39536
|
},
|
|
39031
39537
|
"members": [
|
|
39032
39538
|
{
|
|
@@ -56676,7 +57182,7 @@
|
|
|
56676
57182
|
"kind": "interface",
|
|
56677
57183
|
"locationInModule": {
|
|
56678
57184
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
56679
|
-
"line":
|
|
57185
|
+
"line": 935
|
|
56680
57186
|
},
|
|
56681
57187
|
"name": "Actions",
|
|
56682
57188
|
"namespace": "javascript.biome_config",
|
|
@@ -56694,7 +57200,7 @@
|
|
|
56694
57200
|
"immutable": true,
|
|
56695
57201
|
"locationInModule": {
|
|
56696
57202
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
56697
|
-
"line":
|
|
57203
|
+
"line": 941
|
|
56698
57204
|
},
|
|
56699
57205
|
"name": "recommended",
|
|
56700
57206
|
"optional": true,
|
|
@@ -56713,7 +57219,7 @@
|
|
|
56713
57219
|
"immutable": true,
|
|
56714
57220
|
"locationInModule": {
|
|
56715
57221
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
56716
|
-
"line":
|
|
57222
|
+
"line": 946
|
|
56717
57223
|
},
|
|
56718
57224
|
"name": "source",
|
|
56719
57225
|
"optional": true,
|
|
@@ -56736,7 +57242,7 @@
|
|
|
56736
57242
|
"kind": "enum",
|
|
56737
57243
|
"locationInModule": {
|
|
56738
57244
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
56739
|
-
"line":
|
|
57245
|
+
"line": 2520
|
|
56740
57246
|
},
|
|
56741
57247
|
"members": [
|
|
56742
57248
|
{
|
|
@@ -56857,7 +57363,7 @@
|
|
|
56857
57363
|
"kind": "enum",
|
|
56858
57364
|
"locationInModule": {
|
|
56859
57365
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
56860
|
-
"line":
|
|
57366
|
+
"line": 1143
|
|
56861
57367
|
},
|
|
56862
57368
|
"members": [
|
|
56863
57369
|
{
|
|
@@ -57251,7 +57757,7 @@
|
|
|
57251
57757
|
"kind": "interface",
|
|
57252
57758
|
"locationInModule": {
|
|
57253
57759
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57254
|
-
"line":
|
|
57760
|
+
"line": 970
|
|
57255
57761
|
},
|
|
57256
57762
|
"name": "CssAssistConfiguration",
|
|
57257
57763
|
"namespace": "javascript.biome_config",
|
|
@@ -57268,7 +57774,7 @@
|
|
|
57268
57774
|
"immutable": true,
|
|
57269
57775
|
"locationInModule": {
|
|
57270
57776
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57271
|
-
"line":
|
|
57777
|
+
"line": 976
|
|
57272
57778
|
},
|
|
57273
57779
|
"name": "enabled",
|
|
57274
57780
|
"optional": true,
|
|
@@ -57420,7 +57926,7 @@
|
|
|
57420
57926
|
"kind": "interface",
|
|
57421
57927
|
"locationInModule": {
|
|
57422
57928
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57423
|
-
"line":
|
|
57929
|
+
"line": 999
|
|
57424
57930
|
},
|
|
57425
57931
|
"name": "CssFormatterConfiguration",
|
|
57426
57932
|
"namespace": "javascript.biome_config",
|
|
@@ -57437,7 +57943,7 @@
|
|
|
57437
57943
|
"immutable": true,
|
|
57438
57944
|
"locationInModule": {
|
|
57439
57945
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57440
|
-
"line":
|
|
57946
|
+
"line": 1005
|
|
57441
57947
|
},
|
|
57442
57948
|
"name": "enabled",
|
|
57443
57949
|
"optional": true,
|
|
@@ -57457,7 +57963,7 @@
|
|
|
57457
57963
|
"immutable": true,
|
|
57458
57964
|
"locationInModule": {
|
|
57459
57965
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57460
|
-
"line":
|
|
57966
|
+
"line": 1012
|
|
57461
57967
|
},
|
|
57462
57968
|
"name": "indentStyle",
|
|
57463
57969
|
"optional": true,
|
|
@@ -57479,7 +57985,7 @@
|
|
|
57479
57985
|
"immutable": true,
|
|
57480
57986
|
"locationInModule": {
|
|
57481
57987
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57482
|
-
"line":
|
|
57988
|
+
"line": 1020
|
|
57483
57989
|
},
|
|
57484
57990
|
"name": "indentWidth",
|
|
57485
57991
|
"optional": true,
|
|
@@ -57493,13 +57999,14 @@
|
|
|
57493
57999
|
"custom": {
|
|
57494
58000
|
"schema": "CssFormatterConfiguration#lineEnding"
|
|
57495
58001
|
},
|
|
58002
|
+
"remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
|
|
57496
58003
|
"stability": "experimental",
|
|
57497
58004
|
"summary": "The type of line ending applied to CSS (and its super languages) files."
|
|
57498
58005
|
},
|
|
57499
58006
|
"immutable": true,
|
|
57500
58007
|
"locationInModule": {
|
|
57501
58008
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57502
|
-
"line":
|
|
58009
|
+
"line": 1027
|
|
57503
58010
|
},
|
|
57504
58011
|
"name": "lineEnding",
|
|
57505
58012
|
"optional": true,
|
|
@@ -57521,7 +58028,7 @@
|
|
|
57521
58028
|
"immutable": true,
|
|
57522
58029
|
"locationInModule": {
|
|
57523
58030
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57524
|
-
"line":
|
|
58031
|
+
"line": 1035
|
|
57525
58032
|
},
|
|
57526
58033
|
"name": "lineWidth",
|
|
57527
58034
|
"optional": true,
|
|
@@ -57543,7 +58050,7 @@
|
|
|
57543
58050
|
"immutable": true,
|
|
57544
58051
|
"locationInModule": {
|
|
57545
58052
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57546
|
-
"line":
|
|
58053
|
+
"line": 1043
|
|
57547
58054
|
},
|
|
57548
58055
|
"name": "quoteStyle",
|
|
57549
58056
|
"optional": true,
|
|
@@ -57568,7 +58075,7 @@
|
|
|
57568
58075
|
"kind": "interface",
|
|
57569
58076
|
"locationInModule": {
|
|
57570
58077
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57571
|
-
"line":
|
|
58078
|
+
"line": 1071
|
|
57572
58079
|
},
|
|
57573
58080
|
"name": "CssLinterConfiguration",
|
|
57574
58081
|
"namespace": "javascript.biome_config",
|
|
@@ -57585,7 +58092,7 @@
|
|
|
57585
58092
|
"immutable": true,
|
|
57586
58093
|
"locationInModule": {
|
|
57587
58094
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57588
|
-
"line":
|
|
58095
|
+
"line": 1077
|
|
57589
58096
|
},
|
|
57590
58097
|
"name": "enabled",
|
|
57591
58098
|
"optional": true,
|
|
@@ -57610,7 +58117,7 @@
|
|
|
57610
58117
|
"kind": "interface",
|
|
57611
58118
|
"locationInModule": {
|
|
57612
58119
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57613
|
-
"line":
|
|
58120
|
+
"line": 1100
|
|
57614
58121
|
},
|
|
57615
58122
|
"name": "CssParserConfiguration",
|
|
57616
58123
|
"namespace": "javascript.biome_config",
|
|
@@ -57627,7 +58134,7 @@
|
|
|
57627
58134
|
"immutable": true,
|
|
57628
58135
|
"locationInModule": {
|
|
57629
58136
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57630
|
-
"line":
|
|
58137
|
+
"line": 1106
|
|
57631
58138
|
},
|
|
57632
58139
|
"name": "allowWrongLineComments",
|
|
57633
58140
|
"optional": true,
|
|
@@ -57647,13 +58154,33 @@
|
|
|
57647
58154
|
"immutable": true,
|
|
57648
58155
|
"locationInModule": {
|
|
57649
58156
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57650
|
-
"line":
|
|
58157
|
+
"line": 1113
|
|
57651
58158
|
},
|
|
57652
58159
|
"name": "cssModules",
|
|
57653
58160
|
"optional": true,
|
|
57654
58161
|
"type": {
|
|
57655
58162
|
"primitive": "boolean"
|
|
57656
58163
|
}
|
|
58164
|
+
},
|
|
58165
|
+
{
|
|
58166
|
+
"abstract": true,
|
|
58167
|
+
"docs": {
|
|
58168
|
+
"custom": {
|
|
58169
|
+
"schema": "CssParserConfiguration#tailwindDirectives"
|
|
58170
|
+
},
|
|
58171
|
+
"stability": "experimental",
|
|
58172
|
+
"summary": "Enables parsing of Tailwind CSS 4.0 directives and functions."
|
|
58173
|
+
},
|
|
58174
|
+
"immutable": true,
|
|
58175
|
+
"locationInModule": {
|
|
58176
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
58177
|
+
"line": 1120
|
|
58178
|
+
},
|
|
58179
|
+
"name": "tailwindDirectives",
|
|
58180
|
+
"optional": true,
|
|
58181
|
+
"type": {
|
|
58182
|
+
"primitive": "boolean"
|
|
58183
|
+
}
|
|
57657
58184
|
}
|
|
57658
58185
|
],
|
|
57659
58186
|
"symbolId": "src/javascript/biome/biome-config:CssParserConfiguration"
|
|
@@ -57670,7 +58197,7 @@
|
|
|
57670
58197
|
"kind": "enum",
|
|
57671
58198
|
"locationInModule": {
|
|
57672
58199
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57673
|
-
"line":
|
|
58200
|
+
"line": 1153
|
|
57674
58201
|
},
|
|
57675
58202
|
"members": [
|
|
57676
58203
|
{
|
|
@@ -57724,14 +58251,14 @@
|
|
|
57724
58251
|
"custom": {
|
|
57725
58252
|
"schema": "FilesConfiguration#experimentalScannerIgnores"
|
|
57726
58253
|
},
|
|
57727
|
-
"remarks": "
|
|
58254
|
+
"remarks": "Set of file and folder names that should be unconditionally ignored by Biome's scanner.",
|
|
57728
58255
|
"stability": "experimental",
|
|
57729
|
-
"summary": "
|
|
58256
|
+
"summary": "**Deprecated:** Please use _force-ignore syntax_ in `files.includes` instead: https://biomejs.dev/reference/configuration/#filesincludes."
|
|
57730
58257
|
},
|
|
57731
58258
|
"immutable": true,
|
|
57732
58259
|
"locationInModule": {
|
|
57733
58260
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57734
|
-
"line":
|
|
58261
|
+
"line": 268
|
|
57735
58262
|
},
|
|
57736
58263
|
"name": "experimentalScannerIgnores",
|
|
57737
58264
|
"optional": true,
|
|
@@ -57751,12 +58278,12 @@
|
|
|
57751
58278
|
"schema": "FilesConfiguration#ignoreUnknown"
|
|
57752
58279
|
},
|
|
57753
58280
|
"stability": "experimental",
|
|
57754
|
-
"summary": "Tells Biome to not emit diagnostics when handling files that doesn't know."
|
|
58281
|
+
"summary": "Tells Biome to not emit diagnostics when handling files that it doesn't know."
|
|
57755
58282
|
},
|
|
57756
58283
|
"immutable": true,
|
|
57757
58284
|
"locationInModule": {
|
|
57758
58285
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57759
|
-
"line":
|
|
58286
|
+
"line": 275
|
|
57760
58287
|
},
|
|
57761
58288
|
"name": "ignoreUnknown",
|
|
57762
58289
|
"optional": true,
|
|
@@ -57777,7 +58304,7 @@
|
|
|
57777
58304
|
"immutable": true,
|
|
57778
58305
|
"locationInModule": {
|
|
57779
58306
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57780
|
-
"line":
|
|
58307
|
+
"line": 282
|
|
57781
58308
|
},
|
|
57782
58309
|
"name": "includes",
|
|
57783
58310
|
"optional": true,
|
|
@@ -57804,7 +58331,7 @@
|
|
|
57804
58331
|
"immutable": true,
|
|
57805
58332
|
"locationInModule": {
|
|
57806
58333
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57807
|
-
"line":
|
|
58334
|
+
"line": 290
|
|
57808
58335
|
},
|
|
57809
58336
|
"name": "maxSize",
|
|
57810
58337
|
"optional": true,
|
|
@@ -57829,7 +58356,7 @@
|
|
|
57829
58356
|
"kind": "interface",
|
|
57830
58357
|
"locationInModule": {
|
|
57831
58358
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57832
|
-
"line":
|
|
58359
|
+
"line": 316
|
|
57833
58360
|
},
|
|
57834
58361
|
"name": "FormatterConfiguration",
|
|
57835
58362
|
"namespace": "javascript.biome_config",
|
|
@@ -57848,7 +58375,7 @@
|
|
|
57848
58375
|
"immutable": true,
|
|
57849
58376
|
"locationInModule": {
|
|
57850
58377
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57851
|
-
"line":
|
|
58378
|
+
"line": 323
|
|
57852
58379
|
},
|
|
57853
58380
|
"name": "attributePosition",
|
|
57854
58381
|
"optional": true,
|
|
@@ -57868,7 +58395,7 @@
|
|
|
57868
58395
|
"immutable": true,
|
|
57869
58396
|
"locationInModule": {
|
|
57870
58397
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57871
|
-
"line":
|
|
58398
|
+
"line": 330
|
|
57872
58399
|
},
|
|
57873
58400
|
"name": "bracketSameLine",
|
|
57874
58401
|
"optional": true,
|
|
@@ -57890,7 +58417,7 @@
|
|
|
57890
58417
|
"immutable": true,
|
|
57891
58418
|
"locationInModule": {
|
|
57892
58419
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57893
|
-
"line":
|
|
58420
|
+
"line": 338
|
|
57894
58421
|
},
|
|
57895
58422
|
"name": "bracketSpacing",
|
|
57896
58423
|
"optional": true,
|
|
@@ -57909,7 +58436,7 @@
|
|
|
57909
58436
|
"immutable": true,
|
|
57910
58437
|
"locationInModule": {
|
|
57911
58438
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57912
|
-
"line":
|
|
58439
|
+
"line": 343
|
|
57913
58440
|
},
|
|
57914
58441
|
"name": "enabled",
|
|
57915
58442
|
"optional": true,
|
|
@@ -57931,7 +58458,7 @@
|
|
|
57931
58458
|
"immutable": true,
|
|
57932
58459
|
"locationInModule": {
|
|
57933
58460
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57934
|
-
"line":
|
|
58461
|
+
"line": 351
|
|
57935
58462
|
},
|
|
57936
58463
|
"name": "expand",
|
|
57937
58464
|
"optional": true,
|
|
@@ -57946,12 +58473,12 @@
|
|
|
57946
58473
|
"schema": "FormatterConfiguration#formatWithErrors"
|
|
57947
58474
|
},
|
|
57948
58475
|
"stability": "experimental",
|
|
57949
|
-
"summary": "
|
|
58476
|
+
"summary": "Whether formatting should be allowed to proceed if a given file has syntax errors."
|
|
57950
58477
|
},
|
|
57951
58478
|
"immutable": true,
|
|
57952
58479
|
"locationInModule": {
|
|
57953
58480
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57954
|
-
"line":
|
|
58481
|
+
"line": 358
|
|
57955
58482
|
},
|
|
57956
58483
|
"name": "formatWithErrors",
|
|
57957
58484
|
"optional": true,
|
|
@@ -57972,7 +58499,7 @@
|
|
|
57972
58499
|
"immutable": true,
|
|
57973
58500
|
"locationInModule": {
|
|
57974
58501
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
57975
|
-
"line":
|
|
58502
|
+
"line": 365
|
|
57976
58503
|
},
|
|
57977
58504
|
"name": "includes",
|
|
57978
58505
|
"optional": true,
|
|
@@ -57997,7 +58524,7 @@
|
|
|
57997
58524
|
"immutable": true,
|
|
57998
58525
|
"locationInModule": {
|
|
57999
58526
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58000
|
-
"line":
|
|
58527
|
+
"line": 372
|
|
58001
58528
|
},
|
|
58002
58529
|
"name": "indentStyle",
|
|
58003
58530
|
"optional": true,
|
|
@@ -58017,7 +58544,7 @@
|
|
|
58017
58544
|
"immutable": true,
|
|
58018
58545
|
"locationInModule": {
|
|
58019
58546
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58020
|
-
"line":
|
|
58547
|
+
"line": 379
|
|
58021
58548
|
},
|
|
58022
58549
|
"name": "indentWidth",
|
|
58023
58550
|
"optional": true,
|
|
@@ -58037,7 +58564,7 @@
|
|
|
58037
58564
|
"immutable": true,
|
|
58038
58565
|
"locationInModule": {
|
|
58039
58566
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58040
|
-
"line":
|
|
58567
|
+
"line": 386
|
|
58041
58568
|
},
|
|
58042
58569
|
"name": "lineEnding",
|
|
58043
58570
|
"optional": true,
|
|
@@ -58059,7 +58586,7 @@
|
|
|
58059
58586
|
"immutable": true,
|
|
58060
58587
|
"locationInModule": {
|
|
58061
58588
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58062
|
-
"line":
|
|
58589
|
+
"line": 394
|
|
58063
58590
|
},
|
|
58064
58591
|
"name": "lineWidth",
|
|
58065
58592
|
"optional": true,
|
|
@@ -58080,7 +58607,7 @@
|
|
|
58080
58607
|
"immutable": true,
|
|
58081
58608
|
"locationInModule": {
|
|
58082
58609
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58083
|
-
"line":
|
|
58610
|
+
"line": 403
|
|
58084
58611
|
},
|
|
58085
58612
|
"name": "useEditorconfig",
|
|
58086
58613
|
"optional": true,
|
|
@@ -58105,7 +58632,7 @@
|
|
|
58105
58632
|
"kind": "interface",
|
|
58106
58633
|
"locationInModule": {
|
|
58107
58634
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58108
|
-
"line":
|
|
58635
|
+
"line": 1191
|
|
58109
58636
|
},
|
|
58110
58637
|
"name": "GraphqlAssistConfiguration",
|
|
58111
58638
|
"namespace": "javascript.biome_config",
|
|
@@ -58122,7 +58649,7 @@
|
|
|
58122
58649
|
"immutable": true,
|
|
58123
58650
|
"locationInModule": {
|
|
58124
58651
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58125
|
-
"line":
|
|
58652
|
+
"line": 1197
|
|
58126
58653
|
},
|
|
58127
58654
|
"name": "enabled",
|
|
58128
58655
|
"optional": true,
|
|
@@ -58147,7 +58674,7 @@
|
|
|
58147
58674
|
"kind": "interface",
|
|
58148
58675
|
"locationInModule": {
|
|
58149
58676
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58150
|
-
"line":
|
|
58677
|
+
"line": 437
|
|
58151
58678
|
},
|
|
58152
58679
|
"name": "GraphqlConfiguration",
|
|
58153
58680
|
"namespace": "javascript.biome_config",
|
|
@@ -58164,7 +58691,7 @@
|
|
|
58164
58691
|
"immutable": true,
|
|
58165
58692
|
"locationInModule": {
|
|
58166
58693
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58167
|
-
"line":
|
|
58694
|
+
"line": 443
|
|
58168
58695
|
},
|
|
58169
58696
|
"name": "assist",
|
|
58170
58697
|
"optional": true,
|
|
@@ -58184,7 +58711,7 @@
|
|
|
58184
58711
|
"immutable": true,
|
|
58185
58712
|
"locationInModule": {
|
|
58186
58713
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58187
|
-
"line":
|
|
58714
|
+
"line": 450
|
|
58188
58715
|
},
|
|
58189
58716
|
"name": "formatter",
|
|
58190
58717
|
"optional": true,
|
|
@@ -58203,7 +58730,7 @@
|
|
|
58203
58730
|
"immutable": true,
|
|
58204
58731
|
"locationInModule": {
|
|
58205
58732
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58206
|
-
"line":
|
|
58733
|
+
"line": 455
|
|
58207
58734
|
},
|
|
58208
58735
|
"name": "linter",
|
|
58209
58736
|
"optional": true,
|
|
@@ -58228,7 +58755,7 @@
|
|
|
58228
58755
|
"kind": "interface",
|
|
58229
58756
|
"locationInModule": {
|
|
58230
58757
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58231
|
-
"line":
|
|
58758
|
+
"line": 1220
|
|
58232
58759
|
},
|
|
58233
58760
|
"name": "GraphqlFormatterConfiguration",
|
|
58234
58761
|
"namespace": "javascript.biome_config",
|
|
@@ -58247,7 +58774,7 @@
|
|
|
58247
58774
|
"immutable": true,
|
|
58248
58775
|
"locationInModule": {
|
|
58249
58776
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58250
|
-
"line":
|
|
58777
|
+
"line": 1227
|
|
58251
58778
|
},
|
|
58252
58779
|
"name": "bracketSpacing",
|
|
58253
58780
|
"optional": true,
|
|
@@ -58267,7 +58794,7 @@
|
|
|
58267
58794
|
"immutable": true,
|
|
58268
58795
|
"locationInModule": {
|
|
58269
58796
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58270
|
-
"line":
|
|
58797
|
+
"line": 1234
|
|
58271
58798
|
},
|
|
58272
58799
|
"name": "enabled",
|
|
58273
58800
|
"optional": true,
|
|
@@ -58287,7 +58814,7 @@
|
|
|
58287
58814
|
"immutable": true,
|
|
58288
58815
|
"locationInModule": {
|
|
58289
58816
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58290
|
-
"line":
|
|
58817
|
+
"line": 1241
|
|
58291
58818
|
},
|
|
58292
58819
|
"name": "indentStyle",
|
|
58293
58820
|
"optional": true,
|
|
@@ -58309,7 +58836,7 @@
|
|
|
58309
58836
|
"immutable": true,
|
|
58310
58837
|
"locationInModule": {
|
|
58311
58838
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58312
|
-
"line":
|
|
58839
|
+
"line": 1249
|
|
58313
58840
|
},
|
|
58314
58841
|
"name": "indentWidth",
|
|
58315
58842
|
"optional": true,
|
|
@@ -58323,13 +58850,14 @@
|
|
|
58323
58850
|
"custom": {
|
|
58324
58851
|
"schema": "GraphqlFormatterConfiguration#lineEnding"
|
|
58325
58852
|
},
|
|
58853
|
+
"remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
|
|
58326
58854
|
"stability": "experimental",
|
|
58327
58855
|
"summary": "The type of line ending applied to GraphQL files."
|
|
58328
58856
|
},
|
|
58329
58857
|
"immutable": true,
|
|
58330
58858
|
"locationInModule": {
|
|
58331
58859
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58332
|
-
"line":
|
|
58860
|
+
"line": 1256
|
|
58333
58861
|
},
|
|
58334
58862
|
"name": "lineEnding",
|
|
58335
58863
|
"optional": true,
|
|
@@ -58351,7 +58879,7 @@
|
|
|
58351
58879
|
"immutable": true,
|
|
58352
58880
|
"locationInModule": {
|
|
58353
58881
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58354
|
-
"line":
|
|
58882
|
+
"line": 1264
|
|
58355
58883
|
},
|
|
58356
58884
|
"name": "lineWidth",
|
|
58357
58885
|
"optional": true,
|
|
@@ -58373,7 +58901,7 @@
|
|
|
58373
58901
|
"immutable": true,
|
|
58374
58902
|
"locationInModule": {
|
|
58375
58903
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58376
|
-
"line":
|
|
58904
|
+
"line": 1272
|
|
58377
58905
|
},
|
|
58378
58906
|
"name": "quoteStyle",
|
|
58379
58907
|
"optional": true,
|
|
@@ -58398,7 +58926,7 @@
|
|
|
58398
58926
|
"kind": "interface",
|
|
58399
58927
|
"locationInModule": {
|
|
58400
58928
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58401
|
-
"line":
|
|
58929
|
+
"line": 1301
|
|
58402
58930
|
},
|
|
58403
58931
|
"name": "GraphqlLinterConfiguration",
|
|
58404
58932
|
"namespace": "javascript.biome_config",
|
|
@@ -58415,7 +58943,7 @@
|
|
|
58415
58943
|
"immutable": true,
|
|
58416
58944
|
"locationInModule": {
|
|
58417
58945
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58418
|
-
"line":
|
|
58946
|
+
"line": 1307
|
|
58419
58947
|
},
|
|
58420
58948
|
"name": "enabled",
|
|
58421
58949
|
"optional": true,
|
|
@@ -58439,7 +58967,7 @@
|
|
|
58439
58967
|
"kind": "interface",
|
|
58440
58968
|
"locationInModule": {
|
|
58441
58969
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58442
|
-
"line":
|
|
58970
|
+
"line": 1328
|
|
58443
58971
|
},
|
|
58444
58972
|
"name": "GritAssistConfiguration",
|
|
58445
58973
|
"namespace": "javascript.biome_config",
|
|
@@ -58456,7 +58984,7 @@
|
|
|
58456
58984
|
"immutable": true,
|
|
58457
58985
|
"locationInModule": {
|
|
58458
58986
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58459
|
-
"line":
|
|
58987
|
+
"line": 1334
|
|
58460
58988
|
},
|
|
58461
58989
|
"name": "enabled",
|
|
58462
58990
|
"optional": true,
|
|
@@ -58481,7 +59009,7 @@
|
|
|
58481
59009
|
"kind": "interface",
|
|
58482
59010
|
"locationInModule": {
|
|
58483
59011
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58484
|
-
"line":
|
|
59012
|
+
"line": 480
|
|
58485
59013
|
},
|
|
58486
59014
|
"name": "GritConfiguration",
|
|
58487
59015
|
"namespace": "javascript.biome_config",
|
|
@@ -58498,7 +59026,7 @@
|
|
|
58498
59026
|
"immutable": true,
|
|
58499
59027
|
"locationInModule": {
|
|
58500
59028
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58501
|
-
"line":
|
|
59029
|
+
"line": 486
|
|
58502
59030
|
},
|
|
58503
59031
|
"name": "assist",
|
|
58504
59032
|
"optional": true,
|
|
@@ -58518,7 +59046,7 @@
|
|
|
58518
59046
|
"immutable": true,
|
|
58519
59047
|
"locationInModule": {
|
|
58520
59048
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58521
|
-
"line":
|
|
59049
|
+
"line": 493
|
|
58522
59050
|
},
|
|
58523
59051
|
"name": "formatter",
|
|
58524
59052
|
"optional": true,
|
|
@@ -58538,7 +59066,7 @@
|
|
|
58538
59066
|
"immutable": true,
|
|
58539
59067
|
"locationInModule": {
|
|
58540
59068
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58541
|
-
"line":
|
|
59069
|
+
"line": 500
|
|
58542
59070
|
},
|
|
58543
59071
|
"name": "linter",
|
|
58544
59072
|
"optional": true,
|
|
@@ -58562,7 +59090,7 @@
|
|
|
58562
59090
|
"kind": "interface",
|
|
58563
59091
|
"locationInModule": {
|
|
58564
59092
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58565
|
-
"line":
|
|
59093
|
+
"line": 1355
|
|
58566
59094
|
},
|
|
58567
59095
|
"name": "GritFormatterConfiguration",
|
|
58568
59096
|
"namespace": "javascript.biome_config",
|
|
@@ -58579,7 +59107,7 @@
|
|
|
58579
59107
|
"immutable": true,
|
|
58580
59108
|
"locationInModule": {
|
|
58581
59109
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58582
|
-
"line":
|
|
59110
|
+
"line": 1361
|
|
58583
59111
|
},
|
|
58584
59112
|
"name": "enabled",
|
|
58585
59113
|
"optional": true,
|
|
@@ -58599,7 +59127,7 @@
|
|
|
58599
59127
|
"immutable": true,
|
|
58600
59128
|
"locationInModule": {
|
|
58601
59129
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58602
|
-
"line":
|
|
59130
|
+
"line": 1368
|
|
58603
59131
|
},
|
|
58604
59132
|
"name": "indentStyle",
|
|
58605
59133
|
"optional": true,
|
|
@@ -58621,7 +59149,7 @@
|
|
|
58621
59149
|
"immutable": true,
|
|
58622
59150
|
"locationInModule": {
|
|
58623
59151
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58624
|
-
"line":
|
|
59152
|
+
"line": 1376
|
|
58625
59153
|
},
|
|
58626
59154
|
"name": "indentWidth",
|
|
58627
59155
|
"optional": true,
|
|
@@ -58641,7 +59169,7 @@
|
|
|
58641
59169
|
"immutable": true,
|
|
58642
59170
|
"locationInModule": {
|
|
58643
59171
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58644
|
-
"line":
|
|
59172
|
+
"line": 1383
|
|
58645
59173
|
},
|
|
58646
59174
|
"name": "lineEnding",
|
|
58647
59175
|
"optional": true,
|
|
@@ -58663,7 +59191,7 @@
|
|
|
58663
59191
|
"immutable": true,
|
|
58664
59192
|
"locationInModule": {
|
|
58665
59193
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58666
|
-
"line":
|
|
59194
|
+
"line": 1391
|
|
58667
59195
|
},
|
|
58668
59196
|
"name": "lineWidth",
|
|
58669
59197
|
"optional": true,
|
|
@@ -58687,7 +59215,7 @@
|
|
|
58687
59215
|
"kind": "interface",
|
|
58688
59216
|
"locationInModule": {
|
|
58689
59217
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58690
|
-
"line":
|
|
59218
|
+
"line": 1416
|
|
58691
59219
|
},
|
|
58692
59220
|
"name": "GritLinterConfiguration",
|
|
58693
59221
|
"namespace": "javascript.biome_config",
|
|
@@ -58704,7 +59232,7 @@
|
|
|
58704
59232
|
"immutable": true,
|
|
58705
59233
|
"locationInModule": {
|
|
58706
59234
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58707
|
-
"line":
|
|
59235
|
+
"line": 1422
|
|
58708
59236
|
},
|
|
58709
59237
|
"name": "enabled",
|
|
58710
59238
|
"optional": true,
|
|
@@ -58715,6 +59243,48 @@
|
|
|
58715
59243
|
],
|
|
58716
59244
|
"symbolId": "src/javascript/biome/biome-config:GritLinterConfiguration"
|
|
58717
59245
|
},
|
|
59246
|
+
"projen.javascript.biome_config.HtmlAssistConfiguration": {
|
|
59247
|
+
"assembly": "projen",
|
|
59248
|
+
"datatype": true,
|
|
59249
|
+
"docs": {
|
|
59250
|
+
"custom": {
|
|
59251
|
+
"schema": "HtmlAssistConfiguration"
|
|
59252
|
+
},
|
|
59253
|
+
"stability": "experimental",
|
|
59254
|
+
"summary": "Options that changes how the HTML assist behaves."
|
|
59255
|
+
},
|
|
59256
|
+
"fqn": "projen.javascript.biome_config.HtmlAssistConfiguration",
|
|
59257
|
+
"kind": "interface",
|
|
59258
|
+
"locationInModule": {
|
|
59259
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59260
|
+
"line": 1445
|
|
59261
|
+
},
|
|
59262
|
+
"name": "HtmlAssistConfiguration",
|
|
59263
|
+
"namespace": "javascript.biome_config",
|
|
59264
|
+
"properties": [
|
|
59265
|
+
{
|
|
59266
|
+
"abstract": true,
|
|
59267
|
+
"docs": {
|
|
59268
|
+
"custom": {
|
|
59269
|
+
"schema": "HtmlAssistConfiguration#enabled"
|
|
59270
|
+
},
|
|
59271
|
+
"stability": "experimental",
|
|
59272
|
+
"summary": "Control the assist for HTML (and its super languages) files."
|
|
59273
|
+
},
|
|
59274
|
+
"immutable": true,
|
|
59275
|
+
"locationInModule": {
|
|
59276
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59277
|
+
"line": 1451
|
|
59278
|
+
},
|
|
59279
|
+
"name": "enabled",
|
|
59280
|
+
"optional": true,
|
|
59281
|
+
"type": {
|
|
59282
|
+
"primitive": "boolean"
|
|
59283
|
+
}
|
|
59284
|
+
}
|
|
59285
|
+
],
|
|
59286
|
+
"symbolId": "src/javascript/biome/biome-config:HtmlAssistConfiguration"
|
|
59287
|
+
},
|
|
58718
59288
|
"projen.javascript.biome_config.HtmlConfiguration": {
|
|
58719
59289
|
"assembly": "projen",
|
|
58720
59290
|
"datatype": true,
|
|
@@ -58729,11 +59299,50 @@
|
|
|
58729
59299
|
"kind": "interface",
|
|
58730
59300
|
"locationInModule": {
|
|
58731
59301
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58732
|
-
"line":
|
|
59302
|
+
"line": 525
|
|
58733
59303
|
},
|
|
58734
59304
|
"name": "HtmlConfiguration",
|
|
58735
59305
|
"namespace": "javascript.biome_config",
|
|
58736
59306
|
"properties": [
|
|
59307
|
+
{
|
|
59308
|
+
"abstract": true,
|
|
59309
|
+
"docs": {
|
|
59310
|
+
"custom": {
|
|
59311
|
+
"schema": "HtmlConfiguration#assist"
|
|
59312
|
+
},
|
|
59313
|
+
"stability": "experimental"
|
|
59314
|
+
},
|
|
59315
|
+
"immutable": true,
|
|
59316
|
+
"locationInModule": {
|
|
59317
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59318
|
+
"line": 529
|
|
59319
|
+
},
|
|
59320
|
+
"name": "assist",
|
|
59321
|
+
"optional": true,
|
|
59322
|
+
"type": {
|
|
59323
|
+
"fqn": "projen.javascript.biome_config.HtmlAssistConfiguration"
|
|
59324
|
+
}
|
|
59325
|
+
},
|
|
59326
|
+
{
|
|
59327
|
+
"abstract": true,
|
|
59328
|
+
"docs": {
|
|
59329
|
+
"custom": {
|
|
59330
|
+
"schema": "HtmlConfiguration#experimentalFullSupportEnabled"
|
|
59331
|
+
},
|
|
59332
|
+
"stability": "experimental",
|
|
59333
|
+
"summary": "Enables full support for HTML, Vue, Svelte and Astro files."
|
|
59334
|
+
},
|
|
59335
|
+
"immutable": true,
|
|
59336
|
+
"locationInModule": {
|
|
59337
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59338
|
+
"line": 536
|
|
59339
|
+
},
|
|
59340
|
+
"name": "experimentalFullSupportEnabled",
|
|
59341
|
+
"optional": true,
|
|
59342
|
+
"type": {
|
|
59343
|
+
"primitive": "boolean"
|
|
59344
|
+
}
|
|
59345
|
+
},
|
|
58737
59346
|
{
|
|
58738
59347
|
"abstract": true,
|
|
58739
59348
|
"docs": {
|
|
@@ -58746,7 +59355,7 @@
|
|
|
58746
59355
|
"immutable": true,
|
|
58747
59356
|
"locationInModule": {
|
|
58748
59357
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58749
|
-
"line":
|
|
59358
|
+
"line": 543
|
|
58750
59359
|
},
|
|
58751
59360
|
"name": "formatter",
|
|
58752
59361
|
"optional": true,
|
|
@@ -58754,6 +59363,26 @@
|
|
|
58754
59363
|
"fqn": "projen.javascript.biome_config.HtmlFormatterConfiguration"
|
|
58755
59364
|
}
|
|
58756
59365
|
},
|
|
59366
|
+
{
|
|
59367
|
+
"abstract": true,
|
|
59368
|
+
"docs": {
|
|
59369
|
+
"custom": {
|
|
59370
|
+
"schema": "HtmlConfiguration#linter"
|
|
59371
|
+
},
|
|
59372
|
+
"stability": "experimental",
|
|
59373
|
+
"summary": "HTML linter options."
|
|
59374
|
+
},
|
|
59375
|
+
"immutable": true,
|
|
59376
|
+
"locationInModule": {
|
|
59377
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59378
|
+
"line": 550
|
|
59379
|
+
},
|
|
59380
|
+
"name": "linter",
|
|
59381
|
+
"optional": true,
|
|
59382
|
+
"type": {
|
|
59383
|
+
"fqn": "projen.javascript.biome_config.HtmlLinterConfiguration"
|
|
59384
|
+
}
|
|
59385
|
+
},
|
|
58757
59386
|
{
|
|
58758
59387
|
"abstract": true,
|
|
58759
59388
|
"docs": {
|
|
@@ -58766,7 +59395,7 @@
|
|
|
58766
59395
|
"immutable": true,
|
|
58767
59396
|
"locationInModule": {
|
|
58768
59397
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58769
|
-
"line":
|
|
59398
|
+
"line": 557
|
|
58770
59399
|
},
|
|
58771
59400
|
"name": "parser",
|
|
58772
59401
|
"optional": true,
|
|
@@ -58791,7 +59420,7 @@
|
|
|
58791
59420
|
"kind": "interface",
|
|
58792
59421
|
"locationInModule": {
|
|
58793
59422
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58794
|
-
"line":
|
|
59423
|
+
"line": 1474
|
|
58795
59424
|
},
|
|
58796
59425
|
"name": "HtmlFormatterConfiguration",
|
|
58797
59426
|
"namespace": "javascript.biome_config",
|
|
@@ -58810,7 +59439,7 @@
|
|
|
58810
59439
|
"immutable": true,
|
|
58811
59440
|
"locationInModule": {
|
|
58812
59441
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58813
|
-
"line":
|
|
59442
|
+
"line": 1481
|
|
58814
59443
|
},
|
|
58815
59444
|
"name": "attributePosition",
|
|
58816
59445
|
"optional": true,
|
|
@@ -58832,7 +59461,7 @@
|
|
|
58832
59461
|
"immutable": true,
|
|
58833
59462
|
"locationInModule": {
|
|
58834
59463
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58835
|
-
"line":
|
|
59464
|
+
"line": 1489
|
|
58836
59465
|
},
|
|
58837
59466
|
"name": "bracketSameLine",
|
|
58838
59467
|
"optional": true,
|
|
@@ -58852,7 +59481,7 @@
|
|
|
58852
59481
|
"immutable": true,
|
|
58853
59482
|
"locationInModule": {
|
|
58854
59483
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58855
|
-
"line":
|
|
59484
|
+
"line": 1496
|
|
58856
59485
|
},
|
|
58857
59486
|
"name": "enabled",
|
|
58858
59487
|
"optional": true,
|
|
@@ -58874,7 +59503,7 @@
|
|
|
58874
59503
|
"immutable": true,
|
|
58875
59504
|
"locationInModule": {
|
|
58876
59505
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58877
|
-
"line":
|
|
59506
|
+
"line": 1504
|
|
58878
59507
|
},
|
|
58879
59508
|
"name": "indentScriptAndStyle",
|
|
58880
59509
|
"optional": true,
|
|
@@ -58894,7 +59523,7 @@
|
|
|
58894
59523
|
"immutable": true,
|
|
58895
59524
|
"locationInModule": {
|
|
58896
59525
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58897
|
-
"line":
|
|
59526
|
+
"line": 1511
|
|
58898
59527
|
},
|
|
58899
59528
|
"name": "indentStyle",
|
|
58900
59529
|
"optional": true,
|
|
@@ -58916,7 +59545,7 @@
|
|
|
58916
59545
|
"immutable": true,
|
|
58917
59546
|
"locationInModule": {
|
|
58918
59547
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58919
|
-
"line":
|
|
59548
|
+
"line": 1519
|
|
58920
59549
|
},
|
|
58921
59550
|
"name": "indentWidth",
|
|
58922
59551
|
"optional": true,
|
|
@@ -58930,13 +59559,14 @@
|
|
|
58930
59559
|
"custom": {
|
|
58931
59560
|
"schema": "HtmlFormatterConfiguration#lineEnding"
|
|
58932
59561
|
},
|
|
59562
|
+
"remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
|
|
58933
59563
|
"stability": "experimental",
|
|
58934
59564
|
"summary": "The type of line ending applied to HTML (and its super languages) files."
|
|
58935
59565
|
},
|
|
58936
59566
|
"immutable": true,
|
|
58937
59567
|
"locationInModule": {
|
|
58938
59568
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58939
|
-
"line":
|
|
59569
|
+
"line": 1526
|
|
58940
59570
|
},
|
|
58941
59571
|
"name": "lineEnding",
|
|
58942
59572
|
"optional": true,
|
|
@@ -58958,7 +59588,7 @@
|
|
|
58958
59588
|
"immutable": true,
|
|
58959
59589
|
"locationInModule": {
|
|
58960
59590
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58961
|
-
"line":
|
|
59591
|
+
"line": 1534
|
|
58962
59592
|
},
|
|
58963
59593
|
"name": "lineWidth",
|
|
58964
59594
|
"optional": true,
|
|
@@ -58980,7 +59610,7 @@
|
|
|
58980
59610
|
"immutable": true,
|
|
58981
59611
|
"locationInModule": {
|
|
58982
59612
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
58983
|
-
"line":
|
|
59613
|
+
"line": 1542
|
|
58984
59614
|
},
|
|
58985
59615
|
"name": "selfCloseVoidElements",
|
|
58986
59616
|
"optional": true,
|
|
@@ -59002,7 +59632,7 @@
|
|
|
59002
59632
|
"immutable": true,
|
|
59003
59633
|
"locationInModule": {
|
|
59004
59634
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59005
|
-
"line":
|
|
59635
|
+
"line": 1550
|
|
59006
59636
|
},
|
|
59007
59637
|
"name": "whitespaceSensitivity",
|
|
59008
59638
|
"optional": true,
|
|
@@ -59013,6 +59643,48 @@
|
|
|
59013
59643
|
],
|
|
59014
59644
|
"symbolId": "src/javascript/biome/biome-config:HtmlFormatterConfiguration"
|
|
59015
59645
|
},
|
|
59646
|
+
"projen.javascript.biome_config.HtmlLinterConfiguration": {
|
|
59647
|
+
"assembly": "projen",
|
|
59648
|
+
"datatype": true,
|
|
59649
|
+
"docs": {
|
|
59650
|
+
"custom": {
|
|
59651
|
+
"schema": "HtmlLinterConfiguration"
|
|
59652
|
+
},
|
|
59653
|
+
"stability": "experimental",
|
|
59654
|
+
"summary": "Options that changes how the HTML linter behaves."
|
|
59655
|
+
},
|
|
59656
|
+
"fqn": "projen.javascript.biome_config.HtmlLinterConfiguration",
|
|
59657
|
+
"kind": "interface",
|
|
59658
|
+
"locationInModule": {
|
|
59659
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59660
|
+
"line": 1582
|
|
59661
|
+
},
|
|
59662
|
+
"name": "HtmlLinterConfiguration",
|
|
59663
|
+
"namespace": "javascript.biome_config",
|
|
59664
|
+
"properties": [
|
|
59665
|
+
{
|
|
59666
|
+
"abstract": true,
|
|
59667
|
+
"docs": {
|
|
59668
|
+
"custom": {
|
|
59669
|
+
"schema": "HtmlLinterConfiguration#enabled"
|
|
59670
|
+
},
|
|
59671
|
+
"stability": "experimental",
|
|
59672
|
+
"summary": "Control the linter for HTML (and its super languages) files."
|
|
59673
|
+
},
|
|
59674
|
+
"immutable": true,
|
|
59675
|
+
"locationInModule": {
|
|
59676
|
+
"filename": "src/javascript/biome/biome-config.ts",
|
|
59677
|
+
"line": 1588
|
|
59678
|
+
},
|
|
59679
|
+
"name": "enabled",
|
|
59680
|
+
"optional": true,
|
|
59681
|
+
"type": {
|
|
59682
|
+
"primitive": "boolean"
|
|
59683
|
+
}
|
|
59684
|
+
}
|
|
59685
|
+
],
|
|
59686
|
+
"symbolId": "src/javascript/biome/biome-config:HtmlLinterConfiguration"
|
|
59687
|
+
},
|
|
59016
59688
|
"projen.javascript.biome_config.HtmlParserConfiguration": {
|
|
59017
59689
|
"assembly": "projen",
|
|
59018
59690
|
"datatype": true,
|
|
@@ -59027,7 +59699,7 @@
|
|
|
59027
59699
|
"kind": "interface",
|
|
59028
59700
|
"locationInModule": {
|
|
59029
59701
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59030
|
-
"line":
|
|
59702
|
+
"line": 1611
|
|
59031
59703
|
},
|
|
59032
59704
|
"name": "HtmlParserConfiguration",
|
|
59033
59705
|
"namespace": "javascript.biome_config",
|
|
@@ -59044,7 +59716,7 @@
|
|
|
59044
59716
|
"immutable": true,
|
|
59045
59717
|
"locationInModule": {
|
|
59046
59718
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59047
|
-
"line":
|
|
59719
|
+
"line": 1617
|
|
59048
59720
|
},
|
|
59049
59721
|
"name": "interpolation",
|
|
59050
59722
|
"optional": true,
|
|
@@ -59067,7 +59739,7 @@
|
|
|
59067
59739
|
"kind": "enum",
|
|
59068
59740
|
"locationInModule": {
|
|
59069
59741
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59070
|
-
"line":
|
|
59742
|
+
"line": 1165
|
|
59071
59743
|
},
|
|
59072
59744
|
"members": [
|
|
59073
59745
|
{
|
|
@@ -59103,7 +59775,7 @@
|
|
|
59103
59775
|
"kind": "interface",
|
|
59104
59776
|
"locationInModule": {
|
|
59105
59777
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59106
|
-
"line":
|
|
59778
|
+
"line": 1640
|
|
59107
59779
|
},
|
|
59108
59780
|
"name": "JsAssistConfiguration",
|
|
59109
59781
|
"namespace": "javascript.biome_config",
|
|
@@ -59120,7 +59792,7 @@
|
|
|
59120
59792
|
"immutable": true,
|
|
59121
59793
|
"locationInModule": {
|
|
59122
59794
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59123
|
-
"line":
|
|
59795
|
+
"line": 1646
|
|
59124
59796
|
},
|
|
59125
59797
|
"name": "enabled",
|
|
59126
59798
|
"optional": true,
|
|
@@ -59145,7 +59817,7 @@
|
|
|
59145
59817
|
"kind": "interface",
|
|
59146
59818
|
"locationInModule": {
|
|
59147
59819
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59148
|
-
"line":
|
|
59820
|
+
"line": 584
|
|
59149
59821
|
},
|
|
59150
59822
|
"name": "JsConfiguration",
|
|
59151
59823
|
"namespace": "javascript.biome_config",
|
|
@@ -59162,7 +59834,7 @@
|
|
|
59162
59834
|
"immutable": true,
|
|
59163
59835
|
"locationInModule": {
|
|
59164
59836
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59165
|
-
"line":
|
|
59837
|
+
"line": 590
|
|
59166
59838
|
},
|
|
59167
59839
|
"name": "assist",
|
|
59168
59840
|
"optional": true,
|
|
@@ -59182,7 +59854,7 @@
|
|
|
59182
59854
|
"immutable": true,
|
|
59183
59855
|
"locationInModule": {
|
|
59184
59856
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59185
|
-
"line":
|
|
59857
|
+
"line": 597
|
|
59186
59858
|
},
|
|
59187
59859
|
"name": "formatter",
|
|
59188
59860
|
"optional": true,
|
|
@@ -59203,7 +59875,7 @@
|
|
|
59203
59875
|
"immutable": true,
|
|
59204
59876
|
"locationInModule": {
|
|
59205
59877
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59206
|
-
"line":
|
|
59878
|
+
"line": 606
|
|
59207
59879
|
},
|
|
59208
59880
|
"name": "globals",
|
|
59209
59881
|
"optional": true,
|
|
@@ -59228,7 +59900,7 @@
|
|
|
59228
59900
|
"immutable": true,
|
|
59229
59901
|
"locationInModule": {
|
|
59230
59902
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59231
|
-
"line":
|
|
59903
|
+
"line": 613
|
|
59232
59904
|
},
|
|
59233
59905
|
"name": "jsxRuntime",
|
|
59234
59906
|
"optional": true,
|
|
@@ -59248,7 +59920,7 @@
|
|
|
59248
59920
|
"immutable": true,
|
|
59249
59921
|
"locationInModule": {
|
|
59250
59922
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59251
|
-
"line":
|
|
59923
|
+
"line": 620
|
|
59252
59924
|
},
|
|
59253
59925
|
"name": "linter",
|
|
59254
59926
|
"optional": true,
|
|
@@ -59268,7 +59940,7 @@
|
|
|
59268
59940
|
"immutable": true,
|
|
59269
59941
|
"locationInModule": {
|
|
59270
59942
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59271
|
-
"line":
|
|
59943
|
+
"line": 627
|
|
59272
59944
|
},
|
|
59273
59945
|
"name": "parser",
|
|
59274
59946
|
"optional": true,
|
|
@@ -59293,7 +59965,7 @@
|
|
|
59293
59965
|
"kind": "interface",
|
|
59294
59966
|
"locationInModule": {
|
|
59295
59967
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59296
|
-
"line":
|
|
59968
|
+
"line": 1669
|
|
59297
59969
|
},
|
|
59298
59970
|
"name": "JsFormatterConfiguration",
|
|
59299
59971
|
"namespace": "javascript.biome_config",
|
|
@@ -59312,7 +59984,7 @@
|
|
|
59312
59984
|
"immutable": true,
|
|
59313
59985
|
"locationInModule": {
|
|
59314
59986
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59315
|
-
"line":
|
|
59987
|
+
"line": 1676
|
|
59316
59988
|
},
|
|
59317
59989
|
"name": "arrowParentheses",
|
|
59318
59990
|
"optional": true,
|
|
@@ -59334,7 +60006,7 @@
|
|
|
59334
60006
|
"immutable": true,
|
|
59335
60007
|
"locationInModule": {
|
|
59336
60008
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59337
|
-
"line":
|
|
60009
|
+
"line": 1684
|
|
59338
60010
|
},
|
|
59339
60011
|
"name": "attributePosition",
|
|
59340
60012
|
"optional": true,
|
|
@@ -59356,7 +60028,7 @@
|
|
|
59356
60028
|
"immutable": true,
|
|
59357
60029
|
"locationInModule": {
|
|
59358
60030
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59359
|
-
"line":
|
|
60031
|
+
"line": 1692
|
|
59360
60032
|
},
|
|
59361
60033
|
"name": "bracketSameLine",
|
|
59362
60034
|
"optional": true,
|
|
@@ -59378,7 +60050,7 @@
|
|
|
59378
60050
|
"immutable": true,
|
|
59379
60051
|
"locationInModule": {
|
|
59380
60052
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59381
|
-
"line":
|
|
60053
|
+
"line": 1700
|
|
59382
60054
|
},
|
|
59383
60055
|
"name": "bracketSpacing",
|
|
59384
60056
|
"optional": true,
|
|
@@ -59398,7 +60070,7 @@
|
|
|
59398
60070
|
"immutable": true,
|
|
59399
60071
|
"locationInModule": {
|
|
59400
60072
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59401
|
-
"line":
|
|
60073
|
+
"line": 1707
|
|
59402
60074
|
},
|
|
59403
60075
|
"name": "enabled",
|
|
59404
60076
|
"optional": true,
|
|
@@ -59420,7 +60092,7 @@
|
|
|
59420
60092
|
"immutable": true,
|
|
59421
60093
|
"locationInModule": {
|
|
59422
60094
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59423
|
-
"line":
|
|
60095
|
+
"line": 1715
|
|
59424
60096
|
},
|
|
59425
60097
|
"name": "expand",
|
|
59426
60098
|
"optional": true,
|
|
@@ -59440,7 +60112,7 @@
|
|
|
59440
60112
|
"immutable": true,
|
|
59441
60113
|
"locationInModule": {
|
|
59442
60114
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59443
|
-
"line":
|
|
60115
|
+
"line": 1722
|
|
59444
60116
|
},
|
|
59445
60117
|
"name": "indentStyle",
|
|
59446
60118
|
"optional": true,
|
|
@@ -59462,7 +60134,7 @@
|
|
|
59462
60134
|
"immutable": true,
|
|
59463
60135
|
"locationInModule": {
|
|
59464
60136
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59465
|
-
"line":
|
|
60137
|
+
"line": 1730
|
|
59466
60138
|
},
|
|
59467
60139
|
"name": "indentWidth",
|
|
59468
60140
|
"optional": true,
|
|
@@ -59484,7 +60156,7 @@
|
|
|
59484
60156
|
"immutable": true,
|
|
59485
60157
|
"locationInModule": {
|
|
59486
60158
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59487
|
-
"line":
|
|
60159
|
+
"line": 1738
|
|
59488
60160
|
},
|
|
59489
60161
|
"name": "jsxQuoteStyle",
|
|
59490
60162
|
"optional": true,
|
|
@@ -59498,13 +60170,14 @@
|
|
|
59498
60170
|
"custom": {
|
|
59499
60171
|
"schema": "JsFormatterConfiguration#lineEnding"
|
|
59500
60172
|
},
|
|
60173
|
+
"remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
|
|
59501
60174
|
"stability": "experimental",
|
|
59502
60175
|
"summary": "The type of line ending applied to JavaScript (and its super languages) files."
|
|
59503
60176
|
},
|
|
59504
60177
|
"immutable": true,
|
|
59505
60178
|
"locationInModule": {
|
|
59506
60179
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59507
|
-
"line":
|
|
60180
|
+
"line": 1745
|
|
59508
60181
|
},
|
|
59509
60182
|
"name": "lineEnding",
|
|
59510
60183
|
"optional": true,
|
|
@@ -59526,7 +60199,7 @@
|
|
|
59526
60199
|
"immutable": true,
|
|
59527
60200
|
"locationInModule": {
|
|
59528
60201
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59529
|
-
"line":
|
|
60202
|
+
"line": 1753
|
|
59530
60203
|
},
|
|
59531
60204
|
"name": "lineWidth",
|
|
59532
60205
|
"optional": true,
|
|
@@ -59548,7 +60221,7 @@
|
|
|
59548
60221
|
"immutable": true,
|
|
59549
60222
|
"locationInModule": {
|
|
59550
60223
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59551
|
-
"line":
|
|
60224
|
+
"line": 1761
|
|
59552
60225
|
},
|
|
59553
60226
|
"name": "operatorLinebreak",
|
|
59554
60227
|
"optional": true,
|
|
@@ -59570,7 +60243,7 @@
|
|
|
59570
60243
|
"immutable": true,
|
|
59571
60244
|
"locationInModule": {
|
|
59572
60245
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59573
|
-
"line":
|
|
60246
|
+
"line": 1769
|
|
59574
60247
|
},
|
|
59575
60248
|
"name": "quoteProperties",
|
|
59576
60249
|
"optional": true,
|
|
@@ -59592,7 +60265,7 @@
|
|
|
59592
60265
|
"immutable": true,
|
|
59593
60266
|
"locationInModule": {
|
|
59594
60267
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59595
|
-
"line":
|
|
60268
|
+
"line": 1777
|
|
59596
60269
|
},
|
|
59597
60270
|
"name": "quoteStyle",
|
|
59598
60271
|
"optional": true,
|
|
@@ -59612,7 +60285,7 @@
|
|
|
59612
60285
|
"immutable": true,
|
|
59613
60286
|
"locationInModule": {
|
|
59614
60287
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59615
|
-
"line":
|
|
60288
|
+
"line": 1784
|
|
59616
60289
|
},
|
|
59617
60290
|
"name": "semicolons",
|
|
59618
60291
|
"optional": true,
|
|
@@ -59634,7 +60307,7 @@
|
|
|
59634
60307
|
"immutable": true,
|
|
59635
60308
|
"locationInModule": {
|
|
59636
60309
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59637
|
-
"line":
|
|
60310
|
+
"line": 1792
|
|
59638
60311
|
},
|
|
59639
60312
|
"name": "trailingCommas",
|
|
59640
60313
|
"optional": true,
|
|
@@ -59659,7 +60332,7 @@
|
|
|
59659
60332
|
"kind": "interface",
|
|
59660
60333
|
"locationInModule": {
|
|
59661
60334
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59662
|
-
"line":
|
|
60335
|
+
"line": 1842
|
|
59663
60336
|
},
|
|
59664
60337
|
"name": "JsLinterConfiguration",
|
|
59665
60338
|
"namespace": "javascript.biome_config",
|
|
@@ -59676,7 +60349,7 @@
|
|
|
59676
60349
|
"immutable": true,
|
|
59677
60350
|
"locationInModule": {
|
|
59678
60351
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59679
|
-
"line":
|
|
60352
|
+
"line": 1848
|
|
59680
60353
|
},
|
|
59681
60354
|
"name": "enabled",
|
|
59682
60355
|
"optional": true,
|
|
@@ -59701,7 +60374,7 @@
|
|
|
59701
60374
|
"kind": "interface",
|
|
59702
60375
|
"locationInModule": {
|
|
59703
60376
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59704
|
-
"line":
|
|
60377
|
+
"line": 1871
|
|
59705
60378
|
},
|
|
59706
60379
|
"name": "JsParserConfiguration",
|
|
59707
60380
|
"namespace": "javascript.biome_config",
|
|
@@ -59720,7 +60393,7 @@
|
|
|
59720
60393
|
"immutable": true,
|
|
59721
60394
|
"locationInModule": {
|
|
59722
60395
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59723
|
-
"line":
|
|
60396
|
+
"line": 1878
|
|
59724
60397
|
},
|
|
59725
60398
|
"name": "gritMetavariables",
|
|
59726
60399
|
"optional": true,
|
|
@@ -59742,7 +60415,7 @@
|
|
|
59742
60415
|
"immutable": true,
|
|
59743
60416
|
"locationInModule": {
|
|
59744
60417
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59745
|
-
"line":
|
|
60418
|
+
"line": 1888
|
|
59746
60419
|
},
|
|
59747
60420
|
"name": "jsxEverywhere",
|
|
59748
60421
|
"optional": true,
|
|
@@ -59763,7 +60436,7 @@
|
|
|
59763
60436
|
"immutable": true,
|
|
59764
60437
|
"locationInModule": {
|
|
59765
60438
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59766
|
-
"line":
|
|
60439
|
+
"line": 1897
|
|
59767
60440
|
},
|
|
59768
60441
|
"name": "unsafeParameterDecoratorsEnabled",
|
|
59769
60442
|
"optional": true,
|
|
@@ -59782,13 +60455,13 @@
|
|
|
59782
60455
|
"schema": "JsonAssistConfiguration"
|
|
59783
60456
|
},
|
|
59784
60457
|
"stability": "experimental",
|
|
59785
|
-
"summary": "
|
|
60458
|
+
"summary": "Assist options specific to the JSON linter."
|
|
59786
60459
|
},
|
|
59787
60460
|
"fqn": "projen.javascript.biome_config.JsonAssistConfiguration",
|
|
59788
60461
|
"kind": "interface",
|
|
59789
60462
|
"locationInModule": {
|
|
59790
60463
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59791
|
-
"line":
|
|
60464
|
+
"line": 1922
|
|
59792
60465
|
},
|
|
59793
60466
|
"name": "JsonAssistConfiguration",
|
|
59794
60467
|
"namespace": "javascript.biome_config",
|
|
@@ -59805,7 +60478,7 @@
|
|
|
59805
60478
|
"immutable": true,
|
|
59806
60479
|
"locationInModule": {
|
|
59807
60480
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59808
|
-
"line":
|
|
60481
|
+
"line": 1928
|
|
59809
60482
|
},
|
|
59810
60483
|
"name": "enabled",
|
|
59811
60484
|
"optional": true,
|
|
@@ -59830,7 +60503,7 @@
|
|
|
59830
60503
|
"kind": "interface",
|
|
59831
60504
|
"locationInModule": {
|
|
59832
60505
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59833
|
-
"line":
|
|
60506
|
+
"line": 655
|
|
59834
60507
|
},
|
|
59835
60508
|
"name": "JsonConfiguration",
|
|
59836
60509
|
"namespace": "javascript.biome_config",
|
|
@@ -59847,7 +60520,7 @@
|
|
|
59847
60520
|
"immutable": true,
|
|
59848
60521
|
"locationInModule": {
|
|
59849
60522
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59850
|
-
"line":
|
|
60523
|
+
"line": 661
|
|
59851
60524
|
},
|
|
59852
60525
|
"name": "assist",
|
|
59853
60526
|
"optional": true,
|
|
@@ -59867,7 +60540,7 @@
|
|
|
59867
60540
|
"immutable": true,
|
|
59868
60541
|
"locationInModule": {
|
|
59869
60542
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59870
|
-
"line":
|
|
60543
|
+
"line": 668
|
|
59871
60544
|
},
|
|
59872
60545
|
"name": "formatter",
|
|
59873
60546
|
"optional": true,
|
|
@@ -59887,7 +60560,7 @@
|
|
|
59887
60560
|
"immutable": true,
|
|
59888
60561
|
"locationInModule": {
|
|
59889
60562
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59890
|
-
"line":
|
|
60563
|
+
"line": 675
|
|
59891
60564
|
},
|
|
59892
60565
|
"name": "linter",
|
|
59893
60566
|
"optional": true,
|
|
@@ -59907,7 +60580,7 @@
|
|
|
59907
60580
|
"immutable": true,
|
|
59908
60581
|
"locationInModule": {
|
|
59909
60582
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59910
|
-
"line":
|
|
60583
|
+
"line": 682
|
|
59911
60584
|
},
|
|
59912
60585
|
"name": "parser",
|
|
59913
60586
|
"optional": true,
|
|
@@ -59931,7 +60604,7 @@
|
|
|
59931
60604
|
"kind": "interface",
|
|
59932
60605
|
"locationInModule": {
|
|
59933
60606
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59934
|
-
"line":
|
|
60607
|
+
"line": 1949
|
|
59935
60608
|
},
|
|
59936
60609
|
"name": "JsonFormatterConfiguration",
|
|
59937
60610
|
"namespace": "javascript.biome_config",
|
|
@@ -59950,7 +60623,7 @@
|
|
|
59950
60623
|
"immutable": true,
|
|
59951
60624
|
"locationInModule": {
|
|
59952
60625
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59953
|
-
"line":
|
|
60626
|
+
"line": 1956
|
|
59954
60627
|
},
|
|
59955
60628
|
"name": "bracketSpacing",
|
|
59956
60629
|
"optional": true,
|
|
@@ -59970,7 +60643,7 @@
|
|
|
59970
60643
|
"immutable": true,
|
|
59971
60644
|
"locationInModule": {
|
|
59972
60645
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59973
|
-
"line":
|
|
60646
|
+
"line": 1963
|
|
59974
60647
|
},
|
|
59975
60648
|
"name": "enabled",
|
|
59976
60649
|
"optional": true,
|
|
@@ -59992,7 +60665,7 @@
|
|
|
59992
60665
|
"immutable": true,
|
|
59993
60666
|
"locationInModule": {
|
|
59994
60667
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
59995
|
-
"line":
|
|
60668
|
+
"line": 1971
|
|
59996
60669
|
},
|
|
59997
60670
|
"name": "expand",
|
|
59998
60671
|
"optional": true,
|
|
@@ -60012,7 +60685,7 @@
|
|
|
60012
60685
|
"immutable": true,
|
|
60013
60686
|
"locationInModule": {
|
|
60014
60687
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60015
|
-
"line":
|
|
60688
|
+
"line": 1978
|
|
60016
60689
|
},
|
|
60017
60690
|
"name": "indentStyle",
|
|
60018
60691
|
"optional": true,
|
|
@@ -60034,7 +60707,7 @@
|
|
|
60034
60707
|
"immutable": true,
|
|
60035
60708
|
"locationInModule": {
|
|
60036
60709
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60037
|
-
"line":
|
|
60710
|
+
"line": 1986
|
|
60038
60711
|
},
|
|
60039
60712
|
"name": "indentWidth",
|
|
60040
60713
|
"optional": true,
|
|
@@ -60048,13 +60721,14 @@
|
|
|
60048
60721
|
"custom": {
|
|
60049
60722
|
"schema": "JsonFormatterConfiguration#lineEnding"
|
|
60050
60723
|
},
|
|
60724
|
+
"remarks": "`auto` uses CRLF on Windows and LF on other platforms.",
|
|
60051
60725
|
"stability": "experimental",
|
|
60052
60726
|
"summary": "The type of line ending applied to JSON (and its super languages) files."
|
|
60053
60727
|
},
|
|
60054
60728
|
"immutable": true,
|
|
60055
60729
|
"locationInModule": {
|
|
60056
60730
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60057
|
-
"line":
|
|
60731
|
+
"line": 1993
|
|
60058
60732
|
},
|
|
60059
60733
|
"name": "lineEnding",
|
|
60060
60734
|
"optional": true,
|
|
@@ -60076,7 +60750,7 @@
|
|
|
60076
60750
|
"immutable": true,
|
|
60077
60751
|
"locationInModule": {
|
|
60078
60752
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60079
|
-
"line":
|
|
60753
|
+
"line": 2001
|
|
60080
60754
|
},
|
|
60081
60755
|
"name": "lineWidth",
|
|
60082
60756
|
"optional": true,
|
|
@@ -60098,7 +60772,7 @@
|
|
|
60098
60772
|
"immutable": true,
|
|
60099
60773
|
"locationInModule": {
|
|
60100
60774
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60101
|
-
"line":
|
|
60775
|
+
"line": 2009
|
|
60102
60776
|
},
|
|
60103
60777
|
"name": "trailingCommas",
|
|
60104
60778
|
"optional": true,
|
|
@@ -60123,7 +60797,7 @@
|
|
|
60123
60797
|
"kind": "interface",
|
|
60124
60798
|
"locationInModule": {
|
|
60125
60799
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60126
|
-
"line":
|
|
60800
|
+
"line": 2039
|
|
60127
60801
|
},
|
|
60128
60802
|
"name": "JsonLinterConfiguration",
|
|
60129
60803
|
"namespace": "javascript.biome_config",
|
|
@@ -60140,7 +60814,7 @@
|
|
|
60140
60814
|
"immutable": true,
|
|
60141
60815
|
"locationInModule": {
|
|
60142
60816
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60143
|
-
"line":
|
|
60817
|
+
"line": 2045
|
|
60144
60818
|
},
|
|
60145
60819
|
"name": "enabled",
|
|
60146
60820
|
"optional": true,
|
|
@@ -60165,7 +60839,7 @@
|
|
|
60165
60839
|
"kind": "interface",
|
|
60166
60840
|
"locationInModule": {
|
|
60167
60841
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60168
|
-
"line":
|
|
60842
|
+
"line": 2068
|
|
60169
60843
|
},
|
|
60170
60844
|
"name": "JsonParserConfiguration",
|
|
60171
60845
|
"namespace": "javascript.biome_config",
|
|
@@ -60182,7 +60856,7 @@
|
|
|
60182
60856
|
"immutable": true,
|
|
60183
60857
|
"locationInModule": {
|
|
60184
60858
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60185
|
-
"line":
|
|
60859
|
+
"line": 2074
|
|
60186
60860
|
},
|
|
60187
60861
|
"name": "allowComments",
|
|
60188
60862
|
"optional": true,
|
|
@@ -60202,7 +60876,7 @@
|
|
|
60202
60876
|
"immutable": true,
|
|
60203
60877
|
"locationInModule": {
|
|
60204
60878
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60205
|
-
"line":
|
|
60879
|
+
"line": 2081
|
|
60206
60880
|
},
|
|
60207
60881
|
"name": "allowTrailingCommas",
|
|
60208
60882
|
"optional": true,
|
|
@@ -60226,7 +60900,7 @@
|
|
|
60226
60900
|
"kind": "enum",
|
|
60227
60901
|
"locationInModule": {
|
|
60228
60902
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60229
|
-
"line":
|
|
60903
|
+
"line": 1830
|
|
60230
60904
|
},
|
|
60231
60905
|
"members": [
|
|
60232
60906
|
{
|
|
@@ -60260,7 +60934,7 @@
|
|
|
60260
60934
|
"kind": "enum",
|
|
60261
60935
|
"locationInModule": {
|
|
60262
60936
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60263
|
-
"line":
|
|
60937
|
+
"line": 1175
|
|
60264
60938
|
},
|
|
60265
60939
|
"members": [
|
|
60266
60940
|
{
|
|
@@ -60283,6 +60957,13 @@
|
|
|
60283
60957
|
"summary": "cr."
|
|
60284
60958
|
},
|
|
60285
60959
|
"name": "CR"
|
|
60960
|
+
},
|
|
60961
|
+
{
|
|
60962
|
+
"docs": {
|
|
60963
|
+
"stability": "experimental",
|
|
60964
|
+
"summary": "auto."
|
|
60965
|
+
},
|
|
60966
|
+
"name": "AUTO"
|
|
60286
60967
|
}
|
|
60287
60968
|
],
|
|
60288
60969
|
"name": "LineEnding",
|
|
@@ -60302,7 +60983,7 @@
|
|
|
60302
60983
|
"kind": "interface",
|
|
60303
60984
|
"locationInModule": {
|
|
60304
60985
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60305
|
-
"line":
|
|
60986
|
+
"line": 706
|
|
60306
60987
|
},
|
|
60307
60988
|
"name": "LinterConfiguration",
|
|
60308
60989
|
"namespace": "javascript.biome_config",
|
|
@@ -60319,7 +61000,7 @@
|
|
|
60319
61000
|
"immutable": true,
|
|
60320
61001
|
"locationInModule": {
|
|
60321
61002
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60322
|
-
"line":
|
|
61003
|
+
"line": 712
|
|
60323
61004
|
},
|
|
60324
61005
|
"name": "domains",
|
|
60325
61006
|
"optional": true,
|
|
@@ -60345,7 +61026,7 @@
|
|
|
60345
61026
|
"immutable": true,
|
|
60346
61027
|
"locationInModule": {
|
|
60347
61028
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60348
|
-
"line":
|
|
61029
|
+
"line": 719
|
|
60349
61030
|
},
|
|
60350
61031
|
"name": "enabled",
|
|
60351
61032
|
"optional": true,
|
|
@@ -60366,7 +61047,7 @@
|
|
|
60366
61047
|
"immutable": true,
|
|
60367
61048
|
"locationInModule": {
|
|
60368
61049
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60369
|
-
"line":
|
|
61050
|
+
"line": 726
|
|
60370
61051
|
},
|
|
60371
61052
|
"name": "includes",
|
|
60372
61053
|
"optional": true,
|
|
@@ -60391,7 +61072,7 @@
|
|
|
60391
61072
|
"immutable": true,
|
|
60392
61073
|
"locationInModule": {
|
|
60393
61074
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60394
|
-
"line":
|
|
61075
|
+
"line": 733
|
|
60395
61076
|
},
|
|
60396
61077
|
"name": "rules",
|
|
60397
61078
|
"optional": true,
|
|
@@ -60414,7 +61095,7 @@
|
|
|
60414
61095
|
"kind": "enum",
|
|
60415
61096
|
"locationInModule": {
|
|
60416
61097
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60417
|
-
"line":
|
|
61098
|
+
"line": 2530
|
|
60418
61099
|
},
|
|
60419
61100
|
"members": [
|
|
60420
61101
|
{
|
|
@@ -60449,7 +61130,7 @@
|
|
|
60449
61130
|
"kind": "interface",
|
|
60450
61131
|
"locationInModule": {
|
|
60451
61132
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60452
|
-
"line":
|
|
61133
|
+
"line": 2190
|
|
60453
61134
|
},
|
|
60454
61135
|
"name": "OverrideAssistConfiguration",
|
|
60455
61136
|
"namespace": "javascript.biome_config",
|
|
@@ -60466,7 +61147,7 @@
|
|
|
60466
61147
|
"immutable": true,
|
|
60467
61148
|
"locationInModule": {
|
|
60468
61149
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60469
|
-
"line":
|
|
61150
|
+
"line": 2196
|
|
60470
61151
|
},
|
|
60471
61152
|
"name": "actions",
|
|
60472
61153
|
"optional": true,
|
|
@@ -60487,7 +61168,7 @@
|
|
|
60487
61168
|
"immutable": true,
|
|
60488
61169
|
"locationInModule": {
|
|
60489
61170
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60490
|
-
"line":
|
|
61171
|
+
"line": 2203
|
|
60491
61172
|
},
|
|
60492
61173
|
"name": "enabled",
|
|
60493
61174
|
"optional": true,
|
|
@@ -60511,7 +61192,7 @@
|
|
|
60511
61192
|
"kind": "interface",
|
|
60512
61193
|
"locationInModule": {
|
|
60513
61194
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60514
|
-
"line":
|
|
61195
|
+
"line": 2225
|
|
60515
61196
|
},
|
|
60516
61197
|
"name": "OverrideFilesConfiguration",
|
|
60517
61198
|
"namespace": "javascript.biome_config",
|
|
@@ -60528,7 +61209,7 @@
|
|
|
60528
61209
|
"immutable": true,
|
|
60529
61210
|
"locationInModule": {
|
|
60530
61211
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60531
|
-
"line":
|
|
61212
|
+
"line": 2231
|
|
60532
61213
|
},
|
|
60533
61214
|
"name": "maxSize",
|
|
60534
61215
|
"optional": true,
|
|
@@ -60552,7 +61233,7 @@
|
|
|
60552
61233
|
"kind": "interface",
|
|
60553
61234
|
"locationInModule": {
|
|
60554
61235
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60555
|
-
"line":
|
|
61236
|
+
"line": 2252
|
|
60556
61237
|
},
|
|
60557
61238
|
"name": "OverrideFormatterConfiguration",
|
|
60558
61239
|
"namespace": "javascript.biome_config",
|
|
@@ -60569,7 +61250,7 @@
|
|
|
60569
61250
|
"immutable": true,
|
|
60570
61251
|
"locationInModule": {
|
|
60571
61252
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60572
|
-
"line":
|
|
61253
|
+
"line": 2258
|
|
60573
61254
|
},
|
|
60574
61255
|
"name": "attributePosition",
|
|
60575
61256
|
"optional": true,
|
|
@@ -60589,7 +61270,7 @@
|
|
|
60589
61270
|
"immutable": true,
|
|
60590
61271
|
"locationInModule": {
|
|
60591
61272
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60592
|
-
"line":
|
|
61273
|
+
"line": 2265
|
|
60593
61274
|
},
|
|
60594
61275
|
"name": "bracketSameLine",
|
|
60595
61276
|
"optional": true,
|
|
@@ -60611,7 +61292,7 @@
|
|
|
60611
61292
|
"immutable": true,
|
|
60612
61293
|
"locationInModule": {
|
|
60613
61294
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60614
|
-
"line":
|
|
61295
|
+
"line": 2273
|
|
60615
61296
|
},
|
|
60616
61297
|
"name": "bracketSpacing",
|
|
60617
61298
|
"optional": true,
|
|
@@ -60630,7 +61311,7 @@
|
|
|
60630
61311
|
"immutable": true,
|
|
60631
61312
|
"locationInModule": {
|
|
60632
61313
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60633
|
-
"line":
|
|
61314
|
+
"line": 2278
|
|
60634
61315
|
},
|
|
60635
61316
|
"name": "enabled",
|
|
60636
61317
|
"optional": true,
|
|
@@ -60652,7 +61333,7 @@
|
|
|
60652
61333
|
"immutable": true,
|
|
60653
61334
|
"locationInModule": {
|
|
60654
61335
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60655
|
-
"line":
|
|
61336
|
+
"line": 2286
|
|
60656
61337
|
},
|
|
60657
61338
|
"name": "expand",
|
|
60658
61339
|
"optional": true,
|
|
@@ -60672,7 +61353,7 @@
|
|
|
60672
61353
|
"immutable": true,
|
|
60673
61354
|
"locationInModule": {
|
|
60674
61355
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60675
|
-
"line":
|
|
61356
|
+
"line": 2293
|
|
60676
61357
|
},
|
|
60677
61358
|
"name": "formatWithErrors",
|
|
60678
61359
|
"optional": true,
|
|
@@ -60692,7 +61373,7 @@
|
|
|
60692
61373
|
"immutable": true,
|
|
60693
61374
|
"locationInModule": {
|
|
60694
61375
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60695
|
-
"line":
|
|
61376
|
+
"line": 2300
|
|
60696
61377
|
},
|
|
60697
61378
|
"name": "indentSize",
|
|
60698
61379
|
"optional": true,
|
|
@@ -60712,7 +61393,7 @@
|
|
|
60712
61393
|
"immutable": true,
|
|
60713
61394
|
"locationInModule": {
|
|
60714
61395
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60715
|
-
"line":
|
|
61396
|
+
"line": 2307
|
|
60716
61397
|
},
|
|
60717
61398
|
"name": "indentStyle",
|
|
60718
61399
|
"optional": true,
|
|
@@ -60732,7 +61413,7 @@
|
|
|
60732
61413
|
"immutable": true,
|
|
60733
61414
|
"locationInModule": {
|
|
60734
61415
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60735
|
-
"line":
|
|
61416
|
+
"line": 2314
|
|
60736
61417
|
},
|
|
60737
61418
|
"name": "indentWidth",
|
|
60738
61419
|
"optional": true,
|
|
@@ -60752,7 +61433,7 @@
|
|
|
60752
61433
|
"immutable": true,
|
|
60753
61434
|
"locationInModule": {
|
|
60754
61435
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60755
|
-
"line":
|
|
61436
|
+
"line": 2321
|
|
60756
61437
|
},
|
|
60757
61438
|
"name": "lineEnding",
|
|
60758
61439
|
"optional": true,
|
|
@@ -60774,7 +61455,7 @@
|
|
|
60774
61455
|
"immutable": true,
|
|
60775
61456
|
"locationInModule": {
|
|
60776
61457
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60777
|
-
"line":
|
|
61458
|
+
"line": 2329
|
|
60778
61459
|
},
|
|
60779
61460
|
"name": "lineWidth",
|
|
60780
61461
|
"optional": true,
|
|
@@ -60798,7 +61479,7 @@
|
|
|
60798
61479
|
"kind": "interface",
|
|
60799
61480
|
"locationInModule": {
|
|
60800
61481
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60801
|
-
"line":
|
|
61482
|
+
"line": 2360
|
|
60802
61483
|
},
|
|
60803
61484
|
"name": "OverrideLinterConfiguration",
|
|
60804
61485
|
"namespace": "javascript.biome_config",
|
|
@@ -60815,7 +61496,7 @@
|
|
|
60815
61496
|
"immutable": true,
|
|
60816
61497
|
"locationInModule": {
|
|
60817
61498
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60818
|
-
"line":
|
|
61499
|
+
"line": 2366
|
|
60819
61500
|
},
|
|
60820
61501
|
"name": "domains",
|
|
60821
61502
|
"optional": true,
|
|
@@ -60841,7 +61522,7 @@
|
|
|
60841
61522
|
"immutable": true,
|
|
60842
61523
|
"locationInModule": {
|
|
60843
61524
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60844
|
-
"line":
|
|
61525
|
+
"line": 2373
|
|
60845
61526
|
},
|
|
60846
61527
|
"name": "enabled",
|
|
60847
61528
|
"optional": true,
|
|
@@ -60861,7 +61542,7 @@
|
|
|
60861
61542
|
"immutable": true,
|
|
60862
61543
|
"locationInModule": {
|
|
60863
61544
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60864
|
-
"line":
|
|
61545
|
+
"line": 2380
|
|
60865
61546
|
},
|
|
60866
61547
|
"name": "rules",
|
|
60867
61548
|
"optional": true,
|
|
@@ -60885,7 +61566,7 @@
|
|
|
60885
61566
|
"kind": "interface",
|
|
60886
61567
|
"locationInModule": {
|
|
60887
61568
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60888
|
-
"line":
|
|
61569
|
+
"line": 757
|
|
60889
61570
|
},
|
|
60890
61571
|
"name": "OverridePattern",
|
|
60891
61572
|
"namespace": "javascript.biome_config",
|
|
@@ -60902,7 +61583,7 @@
|
|
|
60902
61583
|
"immutable": true,
|
|
60903
61584
|
"locationInModule": {
|
|
60904
61585
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60905
|
-
"line":
|
|
61586
|
+
"line": 763
|
|
60906
61587
|
},
|
|
60907
61588
|
"name": "assist",
|
|
60908
61589
|
"optional": true,
|
|
@@ -60922,7 +61603,7 @@
|
|
|
60922
61603
|
"immutable": true,
|
|
60923
61604
|
"locationInModule": {
|
|
60924
61605
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60925
|
-
"line":
|
|
61606
|
+
"line": 770
|
|
60926
61607
|
},
|
|
60927
61608
|
"name": "css",
|
|
60928
61609
|
"optional": true,
|
|
@@ -60942,7 +61623,7 @@
|
|
|
60942
61623
|
"immutable": true,
|
|
60943
61624
|
"locationInModule": {
|
|
60944
61625
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60945
|
-
"line":
|
|
61626
|
+
"line": 777
|
|
60946
61627
|
},
|
|
60947
61628
|
"name": "files",
|
|
60948
61629
|
"optional": true,
|
|
@@ -60962,7 +61643,7 @@
|
|
|
60962
61643
|
"immutable": true,
|
|
60963
61644
|
"locationInModule": {
|
|
60964
61645
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60965
|
-
"line":
|
|
61646
|
+
"line": 784
|
|
60966
61647
|
},
|
|
60967
61648
|
"name": "formatter",
|
|
60968
61649
|
"optional": true,
|
|
@@ -60982,7 +61663,7 @@
|
|
|
60982
61663
|
"immutable": true,
|
|
60983
61664
|
"locationInModule": {
|
|
60984
61665
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
60985
|
-
"line":
|
|
61666
|
+
"line": 791
|
|
60986
61667
|
},
|
|
60987
61668
|
"name": "graphql",
|
|
60988
61669
|
"optional": true,
|
|
@@ -61002,7 +61683,7 @@
|
|
|
61002
61683
|
"immutable": true,
|
|
61003
61684
|
"locationInModule": {
|
|
61004
61685
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61005
|
-
"line":
|
|
61686
|
+
"line": 798
|
|
61006
61687
|
},
|
|
61007
61688
|
"name": "grit",
|
|
61008
61689
|
"optional": true,
|
|
@@ -61022,7 +61703,7 @@
|
|
|
61022
61703
|
"immutable": true,
|
|
61023
61704
|
"locationInModule": {
|
|
61024
61705
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61025
|
-
"line":
|
|
61706
|
+
"line": 805
|
|
61026
61707
|
},
|
|
61027
61708
|
"name": "html",
|
|
61028
61709
|
"optional": true,
|
|
@@ -61043,7 +61724,7 @@
|
|
|
61043
61724
|
"immutable": true,
|
|
61044
61725
|
"locationInModule": {
|
|
61045
61726
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61046
|
-
"line":
|
|
61727
|
+
"line": 812
|
|
61047
61728
|
},
|
|
61048
61729
|
"name": "includes",
|
|
61049
61730
|
"optional": true,
|
|
@@ -61068,7 +61749,7 @@
|
|
|
61068
61749
|
"immutable": true,
|
|
61069
61750
|
"locationInModule": {
|
|
61070
61751
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61071
|
-
"line":
|
|
61752
|
+
"line": 819
|
|
61072
61753
|
},
|
|
61073
61754
|
"name": "javascript",
|
|
61074
61755
|
"optional": true,
|
|
@@ -61088,7 +61769,7 @@
|
|
|
61088
61769
|
"immutable": true,
|
|
61089
61770
|
"locationInModule": {
|
|
61090
61771
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61091
|
-
"line":
|
|
61772
|
+
"line": 826
|
|
61092
61773
|
},
|
|
61093
61774
|
"name": "json",
|
|
61094
61775
|
"optional": true,
|
|
@@ -61108,7 +61789,7 @@
|
|
|
61108
61789
|
"immutable": true,
|
|
61109
61790
|
"locationInModule": {
|
|
61110
61791
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61111
|
-
"line":
|
|
61792
|
+
"line": 833
|
|
61112
61793
|
},
|
|
61113
61794
|
"name": "linter",
|
|
61114
61795
|
"optional": true,
|
|
@@ -61128,7 +61809,7 @@
|
|
|
61128
61809
|
"immutable": true,
|
|
61129
61810
|
"locationInModule": {
|
|
61130
61811
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61131
|
-
"line":
|
|
61812
|
+
"line": 840
|
|
61132
61813
|
},
|
|
61133
61814
|
"name": "plugins",
|
|
61134
61815
|
"optional": true,
|
|
@@ -61156,7 +61837,7 @@
|
|
|
61156
61837
|
"kind": "enum",
|
|
61157
61838
|
"locationInModule": {
|
|
61158
61839
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61159
|
-
"line":
|
|
61840
|
+
"line": 2540
|
|
61160
61841
|
},
|
|
61161
61842
|
"members": [
|
|
61162
61843
|
{
|
|
@@ -61190,7 +61871,7 @@
|
|
|
61190
61871
|
"kind": "enum",
|
|
61191
61872
|
"locationInModule": {
|
|
61192
61873
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61193
|
-
"line":
|
|
61874
|
+
"line": 2474
|
|
61194
61875
|
},
|
|
61195
61876
|
"members": [
|
|
61196
61877
|
{
|
|
@@ -61224,7 +61905,7 @@
|
|
|
61224
61905
|
"kind": "enum",
|
|
61225
61906
|
"locationInModule": {
|
|
61226
61907
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61227
|
-
"line":
|
|
61908
|
+
"line": 2103
|
|
61228
61909
|
},
|
|
61229
61910
|
"members": [
|
|
61230
61911
|
{
|
|
@@ -61266,7 +61947,7 @@
|
|
|
61266
61947
|
"kind": "interface",
|
|
61267
61948
|
"locationInModule": {
|
|
61268
61949
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61269
|
-
"line":
|
|
61950
|
+
"line": 2115
|
|
61270
61951
|
},
|
|
61271
61952
|
"name": "Rules",
|
|
61272
61953
|
"namespace": "javascript.biome_config",
|
|
@@ -61282,7 +61963,7 @@
|
|
|
61282
61963
|
"immutable": true,
|
|
61283
61964
|
"locationInModule": {
|
|
61284
61965
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61285
|
-
"line":
|
|
61966
|
+
"line": 2119
|
|
61286
61967
|
},
|
|
61287
61968
|
"name": "a11Y",
|
|
61288
61969
|
"optional": true,
|
|
@@ -61301,7 +61982,7 @@
|
|
|
61301
61982
|
"immutable": true,
|
|
61302
61983
|
"locationInModule": {
|
|
61303
61984
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61304
|
-
"line":
|
|
61985
|
+
"line": 2124
|
|
61305
61986
|
},
|
|
61306
61987
|
"name": "complexity",
|
|
61307
61988
|
"optional": true,
|
|
@@ -61320,7 +62001,7 @@
|
|
|
61320
62001
|
"immutable": true,
|
|
61321
62002
|
"locationInModule": {
|
|
61322
62003
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61323
|
-
"line":
|
|
62004
|
+
"line": 2129
|
|
61324
62005
|
},
|
|
61325
62006
|
"name": "correctness",
|
|
61326
62007
|
"optional": true,
|
|
@@ -61339,7 +62020,7 @@
|
|
|
61339
62020
|
"immutable": true,
|
|
61340
62021
|
"locationInModule": {
|
|
61341
62022
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61342
|
-
"line":
|
|
62023
|
+
"line": 2134
|
|
61343
62024
|
},
|
|
61344
62025
|
"name": "nursery",
|
|
61345
62026
|
"optional": true,
|
|
@@ -61358,7 +62039,7 @@
|
|
|
61358
62039
|
"immutable": true,
|
|
61359
62040
|
"locationInModule": {
|
|
61360
62041
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61361
|
-
"line":
|
|
62042
|
+
"line": 2139
|
|
61362
62043
|
},
|
|
61363
62044
|
"name": "performance",
|
|
61364
62045
|
"optional": true,
|
|
@@ -61379,7 +62060,7 @@
|
|
|
61379
62060
|
"immutable": true,
|
|
61380
62061
|
"locationInModule": {
|
|
61381
62062
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61382
|
-
"line":
|
|
62063
|
+
"line": 2146
|
|
61383
62064
|
},
|
|
61384
62065
|
"name": "recommended",
|
|
61385
62066
|
"optional": true,
|
|
@@ -61398,7 +62079,7 @@
|
|
|
61398
62079
|
"immutable": true,
|
|
61399
62080
|
"locationInModule": {
|
|
61400
62081
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61401
|
-
"line":
|
|
62082
|
+
"line": 2151
|
|
61402
62083
|
},
|
|
61403
62084
|
"name": "security",
|
|
61404
62085
|
"optional": true,
|
|
@@ -61417,7 +62098,7 @@
|
|
|
61417
62098
|
"immutable": true,
|
|
61418
62099
|
"locationInModule": {
|
|
61419
62100
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61420
|
-
"line":
|
|
62101
|
+
"line": 2156
|
|
61421
62102
|
},
|
|
61422
62103
|
"name": "style",
|
|
61423
62104
|
"optional": true,
|
|
@@ -61436,7 +62117,7 @@
|
|
|
61436
62117
|
"immutable": true,
|
|
61437
62118
|
"locationInModule": {
|
|
61438
62119
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61439
|
-
"line":
|
|
62120
|
+
"line": 2161
|
|
61440
62121
|
},
|
|
61441
62122
|
"name": "suspicious",
|
|
61442
62123
|
"optional": true,
|
|
@@ -61460,7 +62141,7 @@
|
|
|
61460
62141
|
"kind": "enum",
|
|
61461
62142
|
"locationInModule": {
|
|
61462
62143
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61463
|
-
"line":
|
|
62144
|
+
"line": 2486
|
|
61464
62145
|
},
|
|
61465
62146
|
"members": [
|
|
61466
62147
|
{
|
|
@@ -61494,7 +62175,7 @@
|
|
|
61494
62175
|
"kind": "enum",
|
|
61495
62176
|
"locationInModule": {
|
|
61496
62177
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61497
|
-
"line":
|
|
62178
|
+
"line": 2550
|
|
61498
62179
|
},
|
|
61499
62180
|
"members": [
|
|
61500
62181
|
{
|
|
@@ -61530,7 +62211,7 @@
|
|
|
61530
62211
|
"kind": "interface",
|
|
61531
62212
|
"locationInModule": {
|
|
61532
62213
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61533
|
-
"line":
|
|
62214
|
+
"line": 2415
|
|
61534
62215
|
},
|
|
61535
62216
|
"name": "Source",
|
|
61536
62217
|
"namespace": "javascript.biome_config",
|
|
@@ -61547,7 +62228,7 @@
|
|
|
61547
62228
|
"immutable": true,
|
|
61548
62229
|
"locationInModule": {
|
|
61549
62230
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61550
|
-
"line":
|
|
62231
|
+
"line": 2421
|
|
61551
62232
|
},
|
|
61552
62233
|
"name": "organizeImports",
|
|
61553
62234
|
"optional": true,
|
|
@@ -61567,7 +62248,7 @@
|
|
|
61567
62248
|
"immutable": true,
|
|
61568
62249
|
"locationInModule": {
|
|
61569
62250
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61570
|
-
"line":
|
|
62251
|
+
"line": 2428
|
|
61571
62252
|
},
|
|
61572
62253
|
"name": "recommended",
|
|
61573
62254
|
"optional": true,
|
|
@@ -61587,7 +62268,7 @@
|
|
|
61587
62268
|
"immutable": true,
|
|
61588
62269
|
"locationInModule": {
|
|
61589
62270
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61590
|
-
"line":
|
|
62271
|
+
"line": 2435
|
|
61591
62272
|
},
|
|
61592
62273
|
"name": "useSortedAttributes",
|
|
61593
62274
|
"optional": true,
|
|
@@ -61607,7 +62288,7 @@
|
|
|
61607
62288
|
"immutable": true,
|
|
61608
62289
|
"locationInModule": {
|
|
61609
62290
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61610
|
-
"line":
|
|
62291
|
+
"line": 2442
|
|
61611
62292
|
},
|
|
61612
62293
|
"name": "useSortedKeys",
|
|
61613
62294
|
"optional": true,
|
|
@@ -61627,7 +62308,7 @@
|
|
|
61627
62308
|
"immutable": true,
|
|
61628
62309
|
"locationInModule": {
|
|
61629
62310
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61630
|
-
"line":
|
|
62311
|
+
"line": 2449
|
|
61631
62312
|
},
|
|
61632
62313
|
"name": "useSortedProperties",
|
|
61633
62314
|
"optional": true,
|
|
@@ -61651,7 +62332,7 @@
|
|
|
61651
62332
|
"kind": "enum",
|
|
61652
62333
|
"locationInModule": {
|
|
61653
62334
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61654
|
-
"line":
|
|
62335
|
+
"line": 2562
|
|
61655
62336
|
},
|
|
61656
62337
|
"members": [
|
|
61657
62338
|
{
|
|
@@ -61692,7 +62373,7 @@
|
|
|
61692
62373
|
"kind": "enum",
|
|
61693
62374
|
"locationInModule": {
|
|
61694
62375
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61695
|
-
"line":
|
|
62376
|
+
"line": 2574
|
|
61696
62377
|
},
|
|
61697
62378
|
"members": [
|
|
61698
62379
|
{
|
|
@@ -61727,7 +62408,7 @@
|
|
|
61727
62408
|
"kind": "enum",
|
|
61728
62409
|
"locationInModule": {
|
|
61729
62410
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61730
|
-
"line":
|
|
62411
|
+
"line": 2405
|
|
61731
62412
|
},
|
|
61732
62413
|
"members": [
|
|
61733
62414
|
{
|
|
@@ -61756,7 +62437,7 @@
|
|
|
61756
62437
|
"kind": "interface",
|
|
61757
62438
|
"locationInModule": {
|
|
61758
62439
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61759
|
-
"line":
|
|
62440
|
+
"line": 874
|
|
61760
62441
|
},
|
|
61761
62442
|
"name": "VcsConfiguration",
|
|
61762
62443
|
"namespace": "javascript.biome_config",
|
|
@@ -61773,7 +62454,7 @@
|
|
|
61773
62454
|
"immutable": true,
|
|
61774
62455
|
"locationInModule": {
|
|
61775
62456
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61776
|
-
"line":
|
|
62457
|
+
"line": 880
|
|
61777
62458
|
},
|
|
61778
62459
|
"name": "clientKind",
|
|
61779
62460
|
"optional": true,
|
|
@@ -61793,7 +62474,7 @@
|
|
|
61793
62474
|
"immutable": true,
|
|
61794
62475
|
"locationInModule": {
|
|
61795
62476
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61796
|
-
"line":
|
|
62477
|
+
"line": 887
|
|
61797
62478
|
},
|
|
61798
62479
|
"name": "defaultBranch",
|
|
61799
62480
|
"optional": true,
|
|
@@ -61813,7 +62494,7 @@
|
|
|
61813
62494
|
"immutable": true,
|
|
61814
62495
|
"locationInModule": {
|
|
61815
62496
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61816
|
-
"line":
|
|
62497
|
+
"line": 894
|
|
61817
62498
|
},
|
|
61818
62499
|
"name": "enabled",
|
|
61819
62500
|
"optional": true,
|
|
@@ -61834,7 +62515,7 @@
|
|
|
61834
62515
|
"immutable": true,
|
|
61835
62516
|
"locationInModule": {
|
|
61836
62517
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61837
|
-
"line":
|
|
62518
|
+
"line": 903
|
|
61838
62519
|
},
|
|
61839
62520
|
"name": "root",
|
|
61840
62521
|
"optional": true,
|
|
@@ -61855,7 +62536,7 @@
|
|
|
61855
62536
|
"immutable": true,
|
|
61856
62537
|
"locationInModule": {
|
|
61857
62538
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61858
|
-
"line":
|
|
62539
|
+
"line": 910
|
|
61859
62540
|
},
|
|
61860
62541
|
"name": "useIgnoreFile",
|
|
61861
62542
|
"optional": true,
|
|
@@ -61880,7 +62561,7 @@
|
|
|
61880
62561
|
"kind": "enum",
|
|
61881
62562
|
"locationInModule": {
|
|
61882
62563
|
"filename": "src/javascript/biome/biome-config.ts",
|
|
61883
|
-
"line":
|
|
62564
|
+
"line": 2508
|
|
61884
62565
|
},
|
|
61885
62566
|
"members": [
|
|
61886
62567
|
{
|
|
@@ -72455,6 +73136,6 @@
|
|
|
72455
73136
|
"usedFeatures": [
|
|
72456
73137
|
"class-covariant-overrides"
|
|
72457
73138
|
],
|
|
72458
|
-
"version": "0.98.
|
|
72459
|
-
"fingerprint": "
|
|
73139
|
+
"version": "0.98.6",
|
|
73140
|
+
"fingerprint": "G8A3kYbEy1cnPc7af5YpygVISPTTtNVcooZuaHv6Ml4="
|
|
72460
73141
|
}
|