projen 0.52.21 → 0.52.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (235) hide show
  1. package/.jsii +139 -107
  2. package/changelog.md +3 -3
  3. package/docs/api/API.md +42 -39
  4. package/lib/awscdk/auto-discover.d.ts +14 -46
  5. package/lib/awscdk/auto-discover.js +8 -22
  6. package/lib/awscdk/awscdk-app-java.d.ts +10 -32
  7. package/lib/awscdk/awscdk-app-java.js +5 -9
  8. package/lib/awscdk/awscdk-app-ts.d.ts +15 -35
  9. package/lib/awscdk/awscdk-app-ts.js +6 -14
  10. package/lib/awscdk/awscdk-construct.d.ts +14 -28
  11. package/lib/awscdk/awscdk-construct.js +8 -16
  12. package/lib/awscdk/awscdk-deps-java.d.ts +1 -8
  13. package/lib/awscdk/awscdk-deps-java.js +3 -10
  14. package/lib/awscdk/awscdk-deps-js.d.ts +1 -8
  15. package/lib/awscdk/awscdk-deps-js.js +3 -10
  16. package/lib/awscdk/awscdk-deps.d.ts +28 -67
  17. package/lib/awscdk/awscdk-deps.js +5 -12
  18. package/lib/awscdk/cdk-config.d.ts +19 -51
  19. package/lib/awscdk/cdk-config.js +13 -11
  20. package/lib/awscdk/cdk-tasks.d.ts +7 -24
  21. package/lib/awscdk/cdk-tasks.js +3 -8
  22. package/lib/awscdk/integration-test.d.ts +7 -29
  23. package/lib/awscdk/integration-test.js +3 -8
  24. package/lib/awscdk/lambda-function.d.ts +22 -50
  25. package/lib/awscdk/lambda-function.js +11 -24
  26. package/lib/build/build-workflow.d.ts +33 -78
  27. package/lib/build/build-workflow.js +15 -25
  28. package/lib/cdk/auto-discover-base.d.ts +11 -34
  29. package/lib/cdk/auto-discover-base.js +5 -15
  30. package/lib/cdk/construct-lib.d.ts +8 -22
  31. package/lib/cdk/construct-lib.js +3 -8
  32. package/lib/cdk/integration-test-base.d.ts +12 -38
  33. package/lib/cdk/integration-test-base.js +2 -8
  34. package/lib/cdk/jsii-docgen.d.ts +6 -12
  35. package/lib/cdk/jsii-docgen.js +6 -8
  36. package/lib/cdk/jsii-project.d.ts +16 -95
  37. package/lib/cdk/jsii-project.js +3 -10
  38. package/lib/cdk8s/auto-discover.d.ts +6 -23
  39. package/lib/cdk8s/auto-discover.js +6 -15
  40. package/lib/cdk8s/cdk8s-app-ts.d.ts +21 -43
  41. package/lib/cdk8s/cdk8s-app-ts.js +4 -7
  42. package/lib/cdk8s/cdk8s-construct.d.ts +12 -27
  43. package/lib/cdk8s/cdk8s-construct.js +3 -7
  44. package/lib/cdk8s/integration-test.d.ts +2 -9
  45. package/lib/cdk8s/integration-test.js +3 -8
  46. package/lib/cdktf/cdktf-construct.d.ts +3 -12
  47. package/lib/cdktf/cdktf-construct.js +3 -7
  48. package/lib/component.d.ts +4 -17
  49. package/lib/component.js +6 -19
  50. package/lib/dependencies.d.ts +44 -77
  51. package/lib/dependencies.js +50 -38
  52. package/lib/dev-env.d.ts +26 -53
  53. package/lib/dev-env.js +9 -19
  54. package/lib/docker-compose.d.ts +83 -209
  55. package/lib/docker-compose.js +38 -61
  56. package/lib/file.d.ts +24 -71
  57. package/lib/file.js +4 -16
  58. package/lib/gitattributes.d.ts +3 -14
  59. package/lib/gitattributes.js +5 -16
  60. package/lib/github/auto-approve.d.ts +7 -23
  61. package/lib/github/auto-approve.js +3 -8
  62. package/lib/github/auto-merge.d.ts +7 -29
  63. package/lib/github/auto-merge.js +7 -16
  64. package/lib/github/dependabot.d.ts +54 -147
  65. package/lib/github/dependabot.js +81 -22
  66. package/lib/github/github-project.d.ts +26 -70
  67. package/lib/github/github-project.js +5 -10
  68. package/lib/github/github.d.ts +19 -58
  69. package/lib/github/github.js +9 -30
  70. package/lib/github/mergify.d.ts +9 -54
  71. package/lib/github/mergify.js +2 -14
  72. package/lib/github/pr-template.d.ts +3 -13
  73. package/lib/github/pr-template.js +3 -8
  74. package/lib/github/pull-request-lint.d.ts +8 -28
  75. package/lib/github/pull-request-lint.js +3 -9
  76. package/lib/github/stale.d.ts +17 -47
  77. package/lib/github/stale.js +6 -10
  78. package/lib/github/task-workflow.d.ts +21 -63
  79. package/lib/github/task-workflow.js +3 -8
  80. package/lib/github/workflows-model.d.ts +199 -582
  81. package/lib/github/workflows-model.js +5 -4
  82. package/lib/github/workflows.d.ts +14 -41
  83. package/lib/github/workflows.js +8 -16
  84. package/lib/gitlab/configuration-model.d.ts +145 -947
  85. package/lib/gitlab/configuration-model.js +11 -28
  86. package/lib/gitlab/configuration.d.ts +31 -121
  87. package/lib/gitlab/configuration.js +14 -49
  88. package/lib/gitlab/gitlab-configuration.d.ts +2 -13
  89. package/lib/gitlab/gitlab-configuration.js +4 -15
  90. package/lib/gitlab/nested-configuration.d.ts +1 -9
  91. package/lib/gitlab/nested-configuration.js +3 -8
  92. package/lib/gitpod.d.ts +71 -167
  93. package/lib/gitpod.js +75 -42
  94. package/lib/ignore-file.d.ts +4 -23
  95. package/lib/ignore-file.js +6 -25
  96. package/lib/ini.d.ts +2 -14
  97. package/lib/ini.js +3 -13
  98. package/lib/java/java-project.d.ts +29 -70
  99. package/lib/java/java-project.js +10 -17
  100. package/lib/java/junit.d.ts +5 -17
  101. package/lib/java/junit.js +3 -8
  102. package/lib/java/maven-compile.d.ts +4 -13
  103. package/lib/java/maven-compile.js +3 -8
  104. package/lib/java/maven-packaging.d.ts +6 -21
  105. package/lib/java/maven-packaging.js +3 -8
  106. package/lib/java/maven-sample.d.ts +2 -12
  107. package/lib/java/maven-sample.js +3 -8
  108. package/lib/java/pom.d.ts +38 -100
  109. package/lib/java/pom.js +13 -25
  110. package/lib/java/projenrc.d.ts +7 -22
  111. package/lib/java/projenrc.js +3 -8
  112. package/lib/javascript/bundler.d.ts +30 -72
  113. package/lib/javascript/bundler.js +13 -21
  114. package/lib/javascript/eslint.d.ts +27 -84
  115. package/lib/javascript/eslint.js +11 -30
  116. package/lib/javascript/jest.d.ts +91 -344
  117. package/lib/javascript/jest.js +6 -23
  118. package/lib/javascript/node-package.d.ts +111 -259
  119. package/lib/javascript/node-package.js +64 -81
  120. package/lib/javascript/node-project.d.ts +112 -220
  121. package/lib/javascript/node-project.js +54 -73
  122. package/lib/javascript/npm-config.d.ts +9 -19
  123. package/lib/javascript/npm-config.js +9 -16
  124. package/lib/javascript/prettier.d.ts +65 -196
  125. package/lib/javascript/prettier.js +70 -46
  126. package/lib/javascript/projenrc.d.ts +2 -12
  127. package/lib/javascript/projenrc.js +3 -8
  128. package/lib/javascript/typescript-config.d.ts +62 -158
  129. package/lib/javascript/typescript-config.js +31 -18
  130. package/lib/javascript/upgrade-dependencies.d.ts +35 -94
  131. package/lib/javascript/upgrade-dependencies.js +21 -51
  132. package/lib/json.d.ts +3 -17
  133. package/lib/json.js +3 -13
  134. package/lib/license.d.ts +3 -20
  135. package/lib/license.js +2 -13
  136. package/lib/logger.d.ts +18 -62
  137. package/lib/logger.js +17 -37
  138. package/lib/makefile.d.ts +14 -45
  139. package/lib/makefile.js +7 -25
  140. package/lib/object-file.d.ts +19 -39
  141. package/lib/object-file.js +17 -28
  142. package/lib/option-hints.d.ts +4 -13
  143. package/lib/option-hints.js +11 -5
  144. package/lib/project-build.d.ts +7 -26
  145. package/lib/project-build.js +3 -8
  146. package/lib/project.d.ts +64 -186
  147. package/lib/project.js +43 -91
  148. package/lib/projects.d.ts +11 -32
  149. package/lib/projects.js +4 -8
  150. package/lib/projenrc-json.d.ts +2 -12
  151. package/lib/projenrc-json.js +3 -8
  152. package/lib/python/pip.d.ts +7 -23
  153. package/lib/python/pip.js +8 -17
  154. package/lib/python/poetry.d.ts +36 -121
  155. package/lib/python/poetry.js +12 -26
  156. package/lib/python/projenrc.d.ts +4 -15
  157. package/lib/python/projenrc.js +3 -8
  158. package/lib/python/pytest.d.ts +3 -16
  159. package/lib/python/pytest.js +2 -8
  160. package/lib/python/python-deps.d.ts +7 -21
  161. package/lib/python/python-deps.js +1 -1
  162. package/lib/python/python-env.d.ts +1 -6
  163. package/lib/python/python-env.js +1 -1
  164. package/lib/python/python-packaging.d.ts +12 -34
  165. package/lib/python/python-packaging.js +1 -1
  166. package/lib/python/python-project.d.ts +34 -79
  167. package/lib/python/python-project.js +7 -20
  168. package/lib/python/python-sample.d.ts +2 -9
  169. package/lib/python/python-sample.js +3 -8
  170. package/lib/python/requirements-file.d.ts +4 -19
  171. package/lib/python/requirements-file.js +5 -15
  172. package/lib/python/setuppy.d.ts +11 -39
  173. package/lib/python/setuppy.js +3 -13
  174. package/lib/python/setuptools.d.ts +2 -14
  175. package/lib/python/setuptools.js +3 -8
  176. package/lib/python/venv.d.ts +4 -14
  177. package/lib/python/venv.js +4 -11
  178. package/lib/readme.d.ts +7 -16
  179. package/lib/readme.js +5 -7
  180. package/lib/release/publisher.d.ts +103 -206
  181. package/lib/release/publisher.js +47 -59
  182. package/lib/release/release-trigger.d.ts +16 -48
  183. package/lib/release/release-trigger.js +8 -18
  184. package/lib/release/release.d.ts +50 -110
  185. package/lib/release/release.js +9 -24
  186. package/lib/run-task.js +1820 -0
  187. package/lib/sample-file.d.ts +14 -47
  188. package/lib/sample-file.js +9 -30
  189. package/lib/semver.d.ts +4 -21
  190. package/lib/semver.js +6 -20
  191. package/lib/source-code.d.ts +7 -23
  192. package/lib/source-code.js +7 -19
  193. package/lib/task-model.d.ts +21 -61
  194. package/lib/task-model.js +1 -1
  195. package/lib/task-runtime.d.ts +7 -24
  196. package/lib/task-runtime.js +7 -20
  197. package/lib/task.d.ts +29 -73
  198. package/lib/task.js +28 -61
  199. package/lib/tasks.d.ts +12 -34
  200. package/lib/tasks.js +14 -36
  201. package/lib/testing.d.ts +6 -10
  202. package/lib/testing.js +8 -12
  203. package/lib/textfile.d.ts +9 -24
  204. package/lib/textfile.js +9 -19
  205. package/lib/toml.d.ts +2 -14
  206. package/lib/toml.js +3 -13
  207. package/lib/typescript/projenrc.d.ts +4 -14
  208. package/lib/typescript/projenrc.js +3 -8
  209. package/lib/typescript/typescript-typedoc.d.ts +1 -6
  210. package/lib/typescript/typescript-typedoc.js +3 -8
  211. package/lib/typescript/typescript.d.ts +24 -82
  212. package/lib/typescript/typescript.js +6 -15
  213. package/lib/version.d.ts +9 -38
  214. package/lib/version.js +2 -11
  215. package/lib/vscode/devcontainer.d.ts +10 -30
  216. package/lib/vscode/devcontainer.js +10 -26
  217. package/lib/vscode/launch-config.d.ts +18 -97
  218. package/lib/vscode/launch-config.js +9 -15
  219. package/lib/vscode/vscode.d.ts +0 -9
  220. package/lib/vscode/vscode.js +2 -11
  221. package/lib/web/next.d.ts +19 -60
  222. package/lib/web/next.js +6 -20
  223. package/lib/web/postcss.d.ts +3 -24
  224. package/lib/web/postcss.js +3 -8
  225. package/lib/web/react.d.ts +13 -60
  226. package/lib/web/react.js +7 -32
  227. package/lib/web/tailwind.d.ts +1 -15
  228. package/lib/web/tailwind.js +3 -7
  229. package/lib/xmlfile.d.ts +2 -14
  230. package/lib/xmlfile.js +3 -13
  231. package/lib/yaml.d.ts +4 -19
  232. package/lib/yaml.js +3 -13
  233. package/package.json +5 -5
  234. package/releasetag.txt +1 -1
  235. package/version.txt +1 -1
package/lib/project.d.ts CHANGED
@@ -13,27 +13,22 @@ import { ProjenrcOptions } from "./projenrc-json";
13
13
  import { Task, TaskOptions } from "./task";
14
14
  import { Tasks } from "./tasks";
15
15
  /**
16
- * (experimental) Options for `Project`.
17
- *
18
- * @experimental
16
+ * Options for `Project`.
19
17
  */
20
18
  export interface ProjectOptions {
21
19
  /**
22
- * (experimental) This is the name of your project.
20
+ * This is the name of your project.
23
21
  *
24
22
  * @default $BASEDIR
25
- * @experimental
26
- * @featured true
23
+ * @featured
27
24
  */
28
25
  readonly name: string;
29
26
  /**
30
- * (experimental) The parent project, if this project is part of a bigger project.
31
- *
32
- * @experimental
27
+ * The parent project, if this project is part of a bigger project.
33
28
  */
34
29
  readonly parent?: Project;
35
30
  /**
36
- * (experimental) The root directory of the project.
31
+ * The root directory of the project.
37
32
  *
38
33
  * Relative to this directory, all files are synthesized.
39
34
  *
@@ -42,134 +37,92 @@ export interface ProjectOptions {
42
37
  * sub-projects.
43
38
  *
44
39
  * @default "."
45
- * @experimental
46
40
  */
47
41
  readonly outdir?: string;
48
42
  /**
49
- * (experimental) Configure logging options such as verbosity.
50
- *
43
+ * Configure logging options such as verbosity.
51
44
  * @default {}
52
- * @experimental
53
45
  */
54
46
  readonly logging?: LoggerOptions;
55
47
  /**
56
- * (experimental) Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable .projenrc.json generation.
48
+ * Generate (once) .projenrc.json (in JSON). Set to `false` in order to disable
49
+ * .projenrc.json generation.
57
50
  *
58
51
  * @default false
59
- * @experimental
60
52
  */
61
53
  readonly projenrcJson?: boolean;
62
54
  /**
63
- * (experimental) Options for .projenrc.json.
64
- *
55
+ * Options for .projenrc.json
65
56
  * @default - default options
66
- * @experimental
67
57
  */
68
58
  readonly projenrcJsonOptions?: ProjenrcOptions;
69
59
  /**
70
- * (experimental) The shell command to use in order to run the projen CLI.
60
+ * The shell command to use in order to run the projen CLI.
71
61
  *
72
62
  * Can be used to customize in special environments.
73
63
  *
74
64
  * @default "npx projen"
75
- * @experimental
76
65
  */
77
66
  readonly projenCommand?: string;
78
67
  }
79
68
  /**
80
- * (experimental) Base project.
81
- *
82
- * @experimental
69
+ * Base project
83
70
  */
84
71
  export declare class Project {
85
72
  /**
86
- * (experimental) The name of the default task (the task executed when `projen` is run without arguments).
87
- *
88
- * Normally
73
+ * The name of the default task (the task executed when `projen` is run without arguments). Normally
89
74
  * this task should synthesize the project files.
90
- *
91
- * @experimental
92
75
  */
93
76
  static readonly DEFAULT_TASK = "default";
94
77
  /**
95
- * (experimental) Project name.
96
- *
97
- * @experimental
78
+ * Project name.
98
79
  */
99
80
  readonly name: string;
100
81
  /**
101
- * (experimental) .gitignore.
102
- *
103
- * @experimental
82
+ * .gitignore
104
83
  */
105
84
  readonly gitignore: IgnoreFile;
106
85
  /**
107
- * (experimental) The .gitattributes file for this repository.
108
- *
109
- * @experimental
86
+ * The .gitattributes file for this repository.
110
87
  */
111
88
  readonly gitattributes: GitAttributesFile;
112
89
  /**
113
- * (experimental) A parent project.
114
- *
115
- * If undefined, this is the root project.
116
- *
117
- * @experimental
90
+ * A parent project. If undefined, this is the root project.
118
91
  */
119
92
  readonly parent?: Project;
120
93
  /**
121
- * (experimental) Absolute output directory of this project.
122
- *
123
- * @experimental
94
+ * Absolute output directory of this project.
124
95
  */
125
96
  readonly outdir: string;
126
97
  /**
127
- * (experimental) The root project.
128
- *
129
- * @experimental
130
- */
98
+ * The root project.
99
+ **/
131
100
  readonly root: Project;
132
101
  /**
133
- * (experimental) Project tasks.
134
- *
135
- * @experimental
102
+ * Project tasks.
136
103
  */
137
104
  readonly tasks: Tasks;
138
105
  /**
139
- * (experimental) Project dependencies.
140
- *
141
- * @experimental
106
+ * Project dependencies.
142
107
  */
143
108
  readonly deps: Dependencies;
144
109
  /**
145
- * (experimental) Logging utilities.
146
- *
147
- * @experimental
110
+ * Logging utilities.
148
111
  */
149
112
  readonly logger: Logger;
150
113
  /**
151
- * (experimental) The options used when this project is bootstrapped via `projen new`.
152
- *
153
- * It
114
+ * The options used when this project is bootstrapped via `projen new`. It
154
115
  * includes the original set of options passed to the CLI and also the JSII
155
116
  * FQN of the project type.
156
- *
157
- * @experimental
158
117
  */
159
118
  readonly initProject?: InitProject;
160
119
  /**
161
- * (experimental) The command to use in order to run the projen CLI.
162
- *
163
- * @experimental
120
+ * The command to use in order to run the projen CLI.
164
121
  */
165
122
  readonly projenCommand: string;
166
123
  /**
167
- * (experimental) This is the "default" task, the one that executes "projen".
168
- *
169
- * Undefined if
124
+ * This is the "default" task, the one that executes "projen". Undefined if
170
125
  * the project is being ejected.
171
- *
172
- * @experimental
173
126
  */
174
127
  readonly defaultTask?: Task;
175
128
  /**
@@ -180,9 +133,7 @@ export declare class Project {
180
133
  */
181
134
  private readonly ejectTask?;
182
135
  /**
183
- * (experimental) Manages the build process of the project.
184
- *
185
- * @experimental
136
+ * Manages the build process of the project.
186
137
  */
187
138
  readonly projectBuild: ProjectBuild;
188
139
  private readonly _components;
@@ -190,143 +141,100 @@ export declare class Project {
190
141
  private readonly tips;
191
142
  private readonly excludeFromCleanup;
192
143
  private readonly _ejected;
193
- /**
194
- * @experimental
195
- */
196
144
  constructor(options: ProjectOptions);
197
145
  /**
198
- * (experimental) Returns all the components within this project.
199
- *
200
- * @experimental
146
+ * Returns all the components within this project.
201
147
  */
202
148
  get components(): Component[];
203
149
  /**
204
- * (experimental) All files in this project.
205
- *
206
- * @experimental
150
+ * All files in this project.
207
151
  */
208
152
  get files(): FileBase[];
209
153
  /**
210
- * (experimental) Adds a new task to this project.
211
- *
212
- * This will fail if the project already has
154
+ * Adds a new task to this project. This will fail if the project already has
213
155
  * a task with this name.
214
156
  *
215
- * @param name The task name to add.
216
- * @param props Task properties.
217
- * @experimental
157
+ * @param name The task name to add
158
+ * @param props Task properties
218
159
  */
219
160
  addTask(name: string, props?: TaskOptions): Task;
220
161
  /**
221
- * (experimental) Removes a task from a project.
162
+ * Removes a task from a project.
222
163
  *
223
164
  * @param name The name of the task to remove.
165
+ *
224
166
  * @returns The `Task` that was removed, otherwise `undefined`.
225
- * @experimental
226
167
  */
227
168
  removeTask(name: string): Task | undefined;
228
- /**
229
- * @experimental
230
- */
231
169
  get buildTask(): Task;
232
- /**
233
- * @experimental
234
- */
235
170
  get compileTask(): Task;
236
- /**
237
- * @experimental
238
- */
239
171
  get testTask(): Task;
240
- /**
241
- * @experimental
242
- */
243
172
  get preCompileTask(): Task;
244
- /**
245
- * @experimental
246
- */
247
173
  get postCompileTask(): Task;
248
- /**
249
- * @experimental
250
- */
251
174
  get packageTask(): Task;
252
175
  /**
253
- * (experimental) Finds a file at the specified relative path within this project and all its subprojects.
176
+ * Finds a file at the specified relative path within this project and all
177
+ * its subprojects.
254
178
  *
255
- * @param filePath The file path.
179
+ * @param filePath The file path. If this path is relative, it will be resolved
180
+ * from the root of _this_ project.
256
181
  * @returns a `FileBase` or undefined if there is no file in that path
257
- * @experimental
258
182
  */
259
183
  tryFindFile(filePath: string): FileBase | undefined;
260
184
  /**
261
- * (deprecated) Finds a json file by name.
262
- *
185
+ * Finds a json file by name.
263
186
  * @param filePath The file path.
264
187
  * @deprecated use `tryFindObjectFile`
265
188
  */
266
189
  tryFindJsonFile(filePath: string): JsonFile | undefined;
267
190
  /**
268
- * (experimental) Finds an object file (like JsonFile, YamlFile, etc.) by name.
269
- *
191
+ * Finds an object file (like JsonFile, YamlFile, etc.) by name.
270
192
  * @param filePath The file path.
271
- * @experimental
272
193
  */
273
194
  tryFindObjectFile(filePath: string): ObjectFile | undefined;
274
195
  /**
275
- * (deprecated) Prints a "tip" message during synthesis.
276
- *
277
- * @param message The message.
196
+ * Prints a "tip" message during synthesis.
197
+ * @param message The message
278
198
  * @deprecated - use `project.logger.info(message)` to show messages during synthesis
279
199
  */
280
200
  addTip(message: string): void;
281
201
  /**
282
- * (experimental) Exclude the matching files from pre-synth cleanup.
283
- *
284
- * Can be used when, for example, some
202
+ * Exclude the matching files from pre-synth cleanup. Can be used when, for example, some
285
203
  * source files include the projen marker and we don't want them to be erased during synth.
286
204
  *
287
- * @param globs The glob patterns to match.
288
- * @experimental
205
+ * @param globs The glob patterns to match
289
206
  */
290
207
  addExcludeFromCleanup(...globs: string[]): void;
291
208
  /**
292
- * (experimental) Returns the shell command to execute in order to run a task.
209
+ * Returns the shell command to execute in order to run a task.
293
210
  *
294
211
  * By default, this is `npx projen@<version> <task>`
295
212
  *
296
- * @param task The task for which the command is required.
297
- * @experimental
213
+ * @param task The task for which the command is required
298
214
  */
299
215
  runTaskCommand(task: Task): string;
300
216
  /**
301
- * (experimental) Exclude these files from the bundled package.
302
- *
303
- * Implemented by project types based on the
217
+ * Exclude these files from the bundled package. Implemented by project types based on the
304
218
  * packaging mechanism. For example, `NodeProject` delegates this to `.npmignore`.
305
219
  *
306
- * @param _pattern The glob pattern to exclude.
307
- * @experimental
220
+ * @param _pattern The glob pattern to exclude
308
221
  */
309
222
  addPackageIgnore(_pattern: string): void;
310
223
  /**
311
- * (experimental) Adds a .gitignore pattern.
312
- *
224
+ * Adds a .gitignore pattern.
313
225
  * @param pattern The glob pattern to ignore.
314
- * @experimental
315
226
  */
316
227
  addGitIgnore(pattern: string): void;
317
228
  /**
318
- * (experimental) Consider a set of files as "generated".
319
- *
320
- * This method is implemented by
229
+ * Consider a set of files as "generated". This method is implemented by
321
230
  * derived classes and used for example, to add git attributes to tell GitHub
322
231
  * that certain files are generated.
323
232
  *
324
233
  * @param _glob the glob pattern to match (could be a file path).
325
- * @experimental
326
234
  */
327
235
  annotateGenerated(_glob: string): void;
328
236
  /**
329
- * (experimental) Synthesize all project files into `outdir`.
237
+ * Synthesize all project files into `outdir`.
330
238
  *
331
239
  * 1. Call "this.preSynthesize()"
332
240
  * 2. Delete all generated files
@@ -334,28 +242,18 @@ export declare class Project {
334
242
  * 4. Synthesize all components of this project
335
243
  * 5. Call "postSynthesize()" for all components of this project
336
244
  * 6. Call "this.postSynthesize()"
337
- *
338
- * @experimental
339
245
  */
340
246
  synth(): void;
341
247
  /**
342
- * (experimental) Whether or not the project is being ejected.
343
- *
344
- * @experimental
248
+ * Whether or not the project is being ejected.
345
249
  */
346
250
  get ejected(): boolean;
347
251
  /**
348
- * (experimental) Called before all components are synthesized.
349
- *
350
- * @experimental
252
+ * Called before all components are synthesized.
351
253
  */
352
254
  preSynthesize(): void;
353
255
  /**
354
- * (experimental) Called after all components are synthesized.
355
- *
356
- * Order is *not* guaranteed.
357
- *
358
- * @experimental
256
+ * Called after all components are synthesized. Order is *not* guaranteed.
359
257
  */
360
258
  postSynthesize(): void;
361
259
  /**
@@ -379,66 +277,46 @@ export declare class Project {
379
277
  private determineOutdir;
380
278
  }
381
279
  /**
382
- * (deprecated) Which type of project this is.
280
+ * Which type of project this is.
383
281
  *
384
282
  * @deprecated no longer supported at the base project level
385
283
  */
386
284
  export declare enum ProjectType {
387
285
  /**
388
- * (deprecated) This module may be a either a library or an app.
389
- *
390
- * @deprecated
286
+ * This module may be a either a library or an app.
391
287
  */
392
288
  UNKNOWN = "unknown",
393
289
  /**
394
- * (deprecated) This is a library, intended to be published to a package manager and consumed by other projects.
395
- *
396
- * @deprecated
290
+ * This is a library, intended to be published to a package manager and
291
+ * consumed by other projects.
397
292
  */
398
293
  LIB = "lib",
399
294
  /**
400
- * (deprecated) This is an app (service, tool, website, etc).
401
- *
402
- * Its artifacts are intended to
295
+ * This is an app (service, tool, website, etc). Its artifacts are intended to
403
296
  * be deployed or published for end-user consumption.
404
- *
405
- * @deprecated
406
297
  */
407
298
  APP = "app"
408
299
  }
409
300
  /**
410
- * (experimental) Information passed from `projen new` to the project object when the project is first created.
411
- *
412
- * It is used to generate projenrc files in various languages.
413
- *
414
- * @experimental
301
+ * Information passed from `projen new` to the project object when the project
302
+ * is first created. It is used to generate projenrc files in various languages.
415
303
  */
416
304
  export interface InitProject {
417
305
  /**
418
- * (experimental) The JSII FQN of the project type.
419
- *
420
- * @experimental
306
+ * The JSII FQN of the project type.
421
307
  */
422
308
  readonly fqn: string;
423
309
  /**
424
- * (experimental) Initial arguments passed to `projen new`.
425
- *
426
- * @experimental
310
+ * Initial arguments passed to `projen new`.
427
311
  */
428
312
  readonly args: Record<string, any>;
429
313
  /**
430
- * (experimental) Project metadata.
431
- *
432
- * @experimental
314
+ * Project metadata.
433
315
  */
434
316
  readonly type: inventory.ProjectType;
435
317
  /**
436
- * (experimental) Include commented out options.
437
- *
438
- * Does not apply to projenrc.json files.
439
- *
318
+ * Include commented out options. Does not apply to projenrc.json files.
440
319
  * @default InitProjectOptionHints.FEATURED
441
- * @experimental
442
320
  */
443
321
  readonly comments: InitProjectOptionHints;
444
322
  }