projen 0.70.2 → 0.70.4

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 (321) hide show
  1. package/.jsii +108 -90
  2. package/docs/api/API.md +2 -0
  3. package/lib/.types-compat/ts3.9/lib/_resolve.d.ts +2 -0
  4. package/lib/.types-compat/ts3.9/lib/awscdk/auto-discover.d.ts +129 -0
  5. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-java.d.ts +53 -0
  6. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-py.d.ts +49 -0
  7. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-app-ts.d.ts +81 -0
  8. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-construct.d.ts +89 -0
  9. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-java.d.ts +7 -0
  10. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-js.d.ts +7 -0
  11. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps-py.d.ts +7 -0
  12. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-deps.d.ts +168 -0
  13. package/lib/.types-compat/ts3.9/lib/awscdk/awscdk-pytest-sample.d.ts +5 -0
  14. package/lib/.types-compat/ts3.9/lib/awscdk/cdk-config.d.ts +122 -0
  15. package/lib/.types-compat/ts3.9/lib/awscdk/cdk-tasks.d.ts +33 -0
  16. package/lib/.types-compat/ts3.9/lib/awscdk/index.d.ts +14 -0
  17. package/lib/.types-compat/ts3.9/lib/awscdk/integration-test.d.ts +46 -0
  18. package/lib/.types-compat/ts3.9/lib/awscdk/internal.d.ts +20 -0
  19. package/lib/.types-compat/ts3.9/lib/awscdk/lambda-extension.d.ts +68 -0
  20. package/lib/.types-compat/ts3.9/lib/awscdk/lambda-function.d.ts +171 -0
  21. package/lib/.types-compat/ts3.9/lib/build/build-workflow.d.ts +180 -0
  22. package/lib/.types-compat/ts3.9/lib/build/index.d.ts +1 -0
  23. package/lib/.types-compat/ts3.9/lib/builtin-example.task.d.ts +0 -0
  24. package/lib/.types-compat/ts3.9/lib/cdk/auto-discover-base.d.ts +45 -0
  25. package/lib/.types-compat/ts3.9/lib/cdk/construct-lib.d.ts +38 -0
  26. package/lib/.types-compat/ts3.9/lib/cdk/consts.d.ts +6 -0
  27. package/lib/.types-compat/ts3.9/lib/cdk/index.d.ts +5 -0
  28. package/lib/.types-compat/ts3.9/lib/cdk/integration-test-base.d.ts +53 -0
  29. package/lib/.types-compat/ts3.9/lib/cdk/internal.d.ts +4 -0
  30. package/lib/.types-compat/ts3.9/lib/cdk/jsii-docgen.d.ts +20 -0
  31. package/lib/.types-compat/ts3.9/lib/cdk/jsii-project.d.ts +153 -0
  32. package/lib/.types-compat/ts3.9/lib/cdk8s/auto-discover.d.ts +33 -0
  33. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-py.d.ts +39 -0
  34. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-app-ts.d.ts +45 -0
  35. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-construct.d.ts +71 -0
  36. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-js.d.ts +4 -0
  37. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps-py.d.ts +4 -0
  38. package/lib/.types-compat/ts3.9/lib/cdk8s/cdk8s-deps.d.ts +144 -0
  39. package/lib/.types-compat/ts3.9/lib/cdk8s/index.d.ts +7 -0
  40. package/lib/.types-compat/ts3.9/lib/cdk8s/integration-test.d.ts +13 -0
  41. package/lib/.types-compat/ts3.9/lib/cdktf/cdktf-construct.d.ts +26 -0
  42. package/lib/.types-compat/ts3.9/lib/cdktf/index.d.ts +1 -0
  43. package/lib/.types-compat/ts3.9/lib/circleci/circleci.d.ts +132 -0
  44. package/lib/.types-compat/ts3.9/lib/circleci/constant.d.ts +5 -0
  45. package/lib/.types-compat/ts3.9/lib/circleci/index.d.ts +3 -0
  46. package/lib/.types-compat/ts3.9/lib/circleci/model.d.ts +260 -0
  47. package/lib/.types-compat/ts3.9/lib/cleanup.d.ts +2 -0
  48. package/lib/.types-compat/ts3.9/lib/cli/cmds/new.d.ts +9 -0
  49. package/lib/.types-compat/ts3.9/lib/cli/index.d.ts +1 -0
  50. package/lib/.types-compat/ts3.9/lib/cli/macros.d.ts +1 -0
  51. package/lib/.types-compat/ts3.9/lib/cli/synth.d.ts +19 -0
  52. package/lib/.types-compat/ts3.9/lib/cli/tasks.d.ts +7 -0
  53. package/lib/.types-compat/ts3.9/lib/cli/util.d.ts +19 -0
  54. package/lib/.types-compat/ts3.9/lib/clobber.d.ts +5 -0
  55. package/lib/.types-compat/ts3.9/lib/common.d.ts +5 -0
  56. package/lib/.types-compat/ts3.9/lib/component.d.ts +20 -0
  57. package/lib/.types-compat/ts3.9/lib/dependencies.d.ts +160 -0
  58. package/lib/.types-compat/ts3.9/lib/dev-env.d.ts +80 -0
  59. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-network.d.ts +103 -0
  60. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-port.d.ts +44 -0
  61. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-render.d.ts +2 -0
  62. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-service.d.ts +155 -0
  63. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose-volume.d.ts +64 -0
  64. package/lib/.types-compat/ts3.9/lib/docker-compose/docker-compose.d.ts +99 -0
  65. package/lib/.types-compat/ts3.9/lib/docker-compose/index.d.ts +5 -0
  66. package/lib/.types-compat/ts3.9/lib/file.d.ts +119 -0
  67. package/lib/.types-compat/ts3.9/lib/gitattributes.d.ts +26 -0
  68. package/lib/.types-compat/ts3.9/lib/github/actions-provider.d.ts +28 -0
  69. package/lib/.types-compat/ts3.9/lib/github/auto-approve.d.ts +44 -0
  70. package/lib/.types-compat/ts3.9/lib/github/auto-merge.d.ts +41 -0
  71. package/lib/.types-compat/ts3.9/lib/github/constants.d.ts +20 -0
  72. package/lib/.types-compat/ts3.9/lib/github/dependabot.d.ts +247 -0
  73. package/lib/.types-compat/ts3.9/lib/github/github-credentials.d.ts +58 -0
  74. package/lib/.types-compat/ts3.9/lib/github/github-project.d.ts +177 -0
  75. package/lib/.types-compat/ts3.9/lib/github/github.d.ts +110 -0
  76. package/lib/.types-compat/ts3.9/lib/github/index.d.ts +15 -0
  77. package/lib/.types-compat/ts3.9/lib/github/mergify.d.ts +81 -0
  78. package/lib/.types-compat/ts3.9/lib/github/pr-template.d.ts +19 -0
  79. package/lib/.types-compat/ts3.9/lib/github/pull-request-lint.d.ts +48 -0
  80. package/lib/.types-compat/ts3.9/lib/github/stale-util.d.ts +8 -0
  81. package/lib/.types-compat/ts3.9/lib/github/stale.d.ts +85 -0
  82. package/lib/.types-compat/ts3.9/lib/github/task-workflow.d.ts +119 -0
  83. package/lib/.types-compat/ts3.9/lib/github/util.d.ts +1 -0
  84. package/lib/.types-compat/ts3.9/lib/github/workflow-actions.d.ts +78 -0
  85. package/lib/.types-compat/ts3.9/lib/github/workflows-model.d.ts +1031 -0
  86. package/lib/.types-compat/ts3.9/lib/github/workflows.d.ts +108 -0
  87. package/lib/.types-compat/ts3.9/lib/gitlab/configuration-model.d.ts +536 -0
  88. package/lib/.types-compat/ts3.9/lib/gitlab/configuration.d.ts +170 -0
  89. package/lib/.types-compat/ts3.9/lib/gitlab/gitlab-configuration.d.ts +19 -0
  90. package/lib/.types-compat/ts3.9/lib/gitlab/index.d.ts +4 -0
  91. package/lib/.types-compat/ts3.9/lib/gitlab/nested-configuration.d.ts +11 -0
  92. package/lib/.types-compat/ts3.9/lib/gitpod.d.ts +301 -0
  93. package/lib/.types-compat/ts3.9/lib/ignore-file.d.ts +59 -0
  94. package/lib/.types-compat/ts3.9/lib/index.d.ts +51 -0
  95. package/lib/.types-compat/ts3.9/lib/ini.d.ts +15 -0
  96. package/lib/.types-compat/ts3.9/lib/inventory.d.ts +46 -0
  97. package/lib/.types-compat/ts3.9/lib/java/index.d.ts +7 -0
  98. package/lib/.types-compat/ts3.9/lib/java/java-project.d.ts +141 -0
  99. package/lib/.types-compat/ts3.9/lib/java/junit.d.ts +29 -0
  100. package/lib/.types-compat/ts3.9/lib/java/maven-compile.d.ts +26 -0
  101. package/lib/.types-compat/ts3.9/lib/java/maven-packaging.d.ts +34 -0
  102. package/lib/.types-compat/ts3.9/lib/java/maven-sample.d.ts +14 -0
  103. package/lib/.types-compat/ts3.9/lib/java/pom.d.ts +214 -0
  104. package/lib/.types-compat/ts3.9/lib/java/projenrc.d.ts +59 -0
  105. package/lib/.types-compat/ts3.9/lib/javascript/bundler.d.ts +174 -0
  106. package/lib/.types-compat/ts3.9/lib/javascript/eslint.d.ts +175 -0
  107. package/lib/.types-compat/ts3.9/lib/javascript/index.d.ts +10 -0
  108. package/lib/.types-compat/ts3.9/lib/javascript/jest.d.ts +599 -0
  109. package/lib/.types-compat/ts3.9/lib/javascript/node-package.d.ts +605 -0
  110. package/lib/.types-compat/ts3.9/lib/javascript/node-project.d.ts +464 -0
  111. package/lib/.types-compat/ts3.9/lib/javascript/npm-config.d.ts +40 -0
  112. package/lib/.types-compat/ts3.9/lib/javascript/prettier.d.ts +358 -0
  113. package/lib/.types-compat/ts3.9/lib/javascript/projenrc.d.ts +18 -0
  114. package/lib/.types-compat/ts3.9/lib/javascript/render-options.d.ts +88 -0
  115. package/lib/.types-compat/ts3.9/lib/javascript/typescript-config.d.ts +403 -0
  116. package/lib/.types-compat/ts3.9/lib/javascript/upgrade-dependencies.d.ts +188 -0
  117. package/lib/.types-compat/ts3.9/lib/javascript/util.d.ts +21 -0
  118. package/lib/.types-compat/ts3.9/lib/json-patch.d.ts +75 -0
  119. package/lib/.types-compat/ts3.9/lib/json.d.ts +27 -0
  120. package/lib/.types-compat/ts3.9/lib/license.d.ts +31 -0
  121. package/lib/.types-compat/ts3.9/lib/logger.d.ts +73 -0
  122. package/lib/.types-compat/ts3.9/lib/logging.d.ts +8 -0
  123. package/lib/.types-compat/ts3.9/lib/makefile.d.ts +77 -0
  124. package/lib/.types-compat/ts3.9/lib/object-file.d.ts +155 -0
  125. package/lib/.types-compat/ts3.9/lib/option-hints.d.ts +18 -0
  126. package/lib/.types-compat/ts3.9/lib/project-build.d.ts +41 -0
  127. package/lib/.types-compat/ts3.9/lib/project.d.ts +374 -0
  128. package/lib/.types-compat/ts3.9/lib/projects.d.ts +63 -0
  129. package/lib/.types-compat/ts3.9/lib/projenrc-json.d.ts +27 -0
  130. package/lib/.types-compat/ts3.9/lib/projenrc.d.ts +18 -0
  131. package/lib/.types-compat/ts3.9/lib/python/index.d.ts +14 -0
  132. package/lib/.types-compat/ts3.9/lib/python/pip.d.ts +32 -0
  133. package/lib/.types-compat/ts3.9/lib/python/poetry.d.ts +177 -0
  134. package/lib/.types-compat/ts3.9/lib/python/projenrc.d.ts +32 -0
  135. package/lib/.types-compat/ts3.9/lib/python/pytest-sample.d.ts +21 -0
  136. package/lib/.types-compat/ts3.9/lib/python/pytest.d.ts +24 -0
  137. package/lib/.types-compat/ts3.9/lib/python/python-deps.d.ts +30 -0
  138. package/lib/.types-compat/ts3.9/lib/python/python-env.d.ts +6 -0
  139. package/lib/.types-compat/ts3.9/lib/python/python-packaging.d.ts +62 -0
  140. package/lib/.types-compat/ts3.9/lib/python/python-project.d.ts +190 -0
  141. package/lib/.types-compat/ts3.9/lib/python/python-sample.d.ts +17 -0
  142. package/lib/.types-compat/ts3.9/lib/python/requirements-file.d.ts +29 -0
  143. package/lib/.types-compat/ts3.9/lib/python/setuppy.d.ts +70 -0
  144. package/lib/.types-compat/ts3.9/lib/python/setuptools.d.ts +15 -0
  145. package/lib/.types-compat/ts3.9/lib/python/venv.d.ts +28 -0
  146. package/lib/.types-compat/ts3.9/lib/readme.d.ts +28 -0
  147. package/lib/.types-compat/ts3.9/lib/release/bump-version.d.ts +72 -0
  148. package/lib/.types-compat/ts3.9/lib/release/bump-version.task.d.ts +1 -0
  149. package/lib/.types-compat/ts3.9/lib/release/index.d.ts +3 -0
  150. package/lib/.types-compat/ts3.9/lib/release/publisher.d.ts +533 -0
  151. package/lib/.types-compat/ts3.9/lib/release/release-trigger.d.ts +97 -0
  152. package/lib/.types-compat/ts3.9/lib/release/release.d.ts +338 -0
  153. package/lib/.types-compat/ts3.9/lib/release/reset-version.task.d.ts +1 -0
  154. package/lib/.types-compat/ts3.9/lib/release/tag-version.d.ts +31 -0
  155. package/lib/.types-compat/ts3.9/lib/release/tag-version.task.d.ts +1 -0
  156. package/lib/.types-compat/ts3.9/lib/release/update-changelog.d.ts +36 -0
  157. package/lib/.types-compat/ts3.9/lib/release/update-changelog.task.d.ts +1 -0
  158. package/lib/.types-compat/ts3.9/lib/renovatebot.d.ts +99 -0
  159. package/lib/.types-compat/ts3.9/lib/run-projenrc-json.task.d.ts +1 -0
  160. package/lib/.types-compat/ts3.9/lib/sample-file.d.ts +88 -0
  161. package/lib/.types-compat/ts3.9/lib/semver.d.ts +34 -0
  162. package/lib/.types-compat/ts3.9/lib/smithy/smithy-build.d.ts +156 -0
  163. package/lib/.types-compat/ts3.9/lib/source-code.d.ts +46 -0
  164. package/lib/.types-compat/ts3.9/lib/task-model.d.ts +130 -0
  165. package/lib/.types-compat/ts3.9/lib/task-runtime.d.ts +32 -0
  166. package/lib/.types-compat/ts3.9/lib/task.d.ts +129 -0
  167. package/lib/.types-compat/ts3.9/lib/tasks.d.ts +51 -0
  168. package/lib/.types-compat/ts3.9/lib/testing.d.ts +18 -0
  169. package/lib/.types-compat/ts3.9/lib/textfile.d.ts +33 -0
  170. package/lib/.types-compat/ts3.9/lib/toml.d.ts +15 -0
  171. package/lib/.types-compat/ts3.9/lib/typescript/index.d.ts +4 -0
  172. package/lib/.types-compat/ts3.9/lib/typescript/projenrc-ts.d.ts +43 -0
  173. package/lib/.types-compat/ts3.9/lib/typescript/projenrc.d.ts +27 -0
  174. package/lib/.types-compat/ts3.9/lib/typescript/typescript-typedoc.d.ts +7 -0
  175. package/lib/.types-compat/ts3.9/lib/typescript/typescript.d.ts +163 -0
  176. package/lib/.types-compat/ts3.9/lib/util/semver.d.ts +43 -0
  177. package/lib/.types-compat/ts3.9/lib/util/synth.d.ts +42 -0
  178. package/lib/.types-compat/ts3.9/lib/util.d.ts +131 -0
  179. package/lib/.types-compat/ts3.9/lib/version.d.ts +45 -0
  180. package/lib/.types-compat/ts3.9/lib/vscode/devcontainer.d.ts +86 -0
  181. package/lib/.types-compat/ts3.9/lib/vscode/extensions.d.ts +36 -0
  182. package/lib/.types-compat/ts3.9/lib/vscode/index.d.ts +5 -0
  183. package/lib/.types-compat/ts3.9/lib/vscode/launch-config.d.ts +90 -0
  184. package/lib/.types-compat/ts3.9/lib/vscode/settings.d.ts +24 -0
  185. package/lib/.types-compat/ts3.9/lib/vscode/vscode.d.ts +14 -0
  186. package/lib/.types-compat/ts3.9/lib/web/index.d.ts +4 -0
  187. package/lib/.types-compat/ts3.9/lib/web/next.d.ts +100 -0
  188. package/lib/.types-compat/ts3.9/lib/web/postcss.d.ts +28 -0
  189. package/lib/.types-compat/ts3.9/lib/web/react.d.ts +105 -0
  190. package/lib/.types-compat/ts3.9/lib/web/tailwind.d.ts +21 -0
  191. package/lib/.types-compat/ts3.9/lib/xmlfile.d.ts +18 -0
  192. package/lib/.types-compat/ts3.9/lib/yaml.d.ts +25 -0
  193. package/lib/awscdk/auto-discover.js +5 -5
  194. package/lib/awscdk/awscdk-app-java.js +1 -1
  195. package/lib/awscdk/awscdk-app-py.js +1 -1
  196. package/lib/awscdk/awscdk-app-ts.js +1 -1
  197. package/lib/awscdk/awscdk-construct.js +2 -2
  198. package/lib/awscdk/awscdk-deps-java.js +1 -1
  199. package/lib/awscdk/awscdk-deps-js.js +1 -1
  200. package/lib/awscdk/awscdk-deps-py.js +1 -1
  201. package/lib/awscdk/awscdk-deps.js +1 -1
  202. package/lib/awscdk/cdk-config.js +1 -1
  203. package/lib/awscdk/cdk-tasks.js +1 -1
  204. package/lib/awscdk/integration-test.js +1 -1
  205. package/lib/awscdk/lambda-extension.js +1 -1
  206. package/lib/awscdk/lambda-function.js +2 -2
  207. package/lib/build/build-workflow.js +1 -1
  208. package/lib/cdk/auto-discover-base.js +2 -2
  209. package/lib/cdk/construct-lib.js +1 -1
  210. package/lib/cdk/integration-test-base.js +1 -1
  211. package/lib/cdk/jsii-docgen.js +1 -1
  212. package/lib/cdk/jsii-project.js +8 -5
  213. package/lib/cdk8s/auto-discover.js +2 -2
  214. package/lib/cdk8s/cdk8s-app-py.js +1 -1
  215. package/lib/cdk8s/cdk8s-app-ts.js +1 -1
  216. package/lib/cdk8s/cdk8s-construct.js +1 -1
  217. package/lib/cdk8s/cdk8s-deps-py.js +1 -1
  218. package/lib/cdk8s/cdk8s-deps.js +1 -1
  219. package/lib/cdk8s/integration-test.js +1 -1
  220. package/lib/cdktf/cdktf-construct.js +1 -1
  221. package/lib/circleci/circleci.js +1 -1
  222. package/lib/cli/index.js +2 -18
  223. package/lib/component.js +1 -1
  224. package/lib/dependencies.js +1 -1
  225. package/lib/dev-env.js +1 -1
  226. package/lib/docker-compose/docker-compose-service.js +1 -1
  227. package/lib/docker-compose/docker-compose.js +1 -1
  228. package/lib/file.js +1 -1
  229. package/lib/gitattributes.js +1 -1
  230. package/lib/github/actions-provider.js +1 -1
  231. package/lib/github/auto-approve.js +1 -1
  232. package/lib/github/auto-merge.js +1 -1
  233. package/lib/github/dependabot.js +1 -1
  234. package/lib/github/github-credentials.js +1 -1
  235. package/lib/github/github-project.js +1 -1
  236. package/lib/github/github.js +1 -1
  237. package/lib/github/mergify.js +1 -1
  238. package/lib/github/pr-template.js +1 -1
  239. package/lib/github/pull-request-lint.js +1 -1
  240. package/lib/github/stale.js +1 -1
  241. package/lib/github/task-workflow.js +1 -1
  242. package/lib/github/workflows.js +1 -1
  243. package/lib/gitlab/configuration.js +1 -1
  244. package/lib/gitlab/gitlab-configuration.js +1 -1
  245. package/lib/gitlab/nested-configuration.js +1 -1
  246. package/lib/gitpod.js +1 -1
  247. package/lib/ignore-file.js +1 -1
  248. package/lib/ini.js +1 -1
  249. package/lib/java/java-project.js +1 -1
  250. package/lib/java/junit.js +1 -1
  251. package/lib/java/maven-compile.js +1 -1
  252. package/lib/java/maven-packaging.js +1 -1
  253. package/lib/java/maven-sample.js +1 -1
  254. package/lib/java/pom.js +1 -1
  255. package/lib/java/projenrc.js +1 -1
  256. package/lib/javascript/bundler.js +1 -1
  257. package/lib/javascript/eslint.js +1 -1
  258. package/lib/javascript/jest.js +4 -4
  259. package/lib/javascript/node-package.js +1 -1
  260. package/lib/javascript/node-project.js +1 -1
  261. package/lib/javascript/npm-config.js +1 -1
  262. package/lib/javascript/prettier.js +1 -1
  263. package/lib/javascript/projenrc.js +1 -1
  264. package/lib/javascript/typescript-config.js +1 -1
  265. package/lib/javascript/upgrade-dependencies.js +2 -2
  266. package/lib/json-patch.js +1 -1
  267. package/lib/json.js +1 -1
  268. package/lib/license.js +1 -1
  269. package/lib/logger.js +1 -1
  270. package/lib/makefile.js +1 -1
  271. package/lib/object-file.js +1 -1
  272. package/lib/project-build.js +1 -1
  273. package/lib/project.js +1 -1
  274. package/lib/projects.js +1 -1
  275. package/lib/projenrc-json.js +2 -2
  276. package/lib/projenrc.js +1 -1
  277. package/lib/python/pip.js +1 -1
  278. package/lib/python/poetry.js +2 -2
  279. package/lib/python/projenrc.js +1 -1
  280. package/lib/python/pytest-sample.js +1 -1
  281. package/lib/python/pytest.js +1 -1
  282. package/lib/python/python-project.js +1 -1
  283. package/lib/python/python-sample.js +1 -1
  284. package/lib/python/requirements-file.js +1 -1
  285. package/lib/python/setuppy.js +1 -1
  286. package/lib/python/setuptools.js +1 -1
  287. package/lib/python/venv.js +1 -1
  288. package/lib/readme.js +1 -1
  289. package/lib/release/publisher.d.ts +7 -0
  290. package/lib/release/publisher.js +9 -2
  291. package/lib/release/release-trigger.js +1 -1
  292. package/lib/release/release.js +3 -2
  293. package/lib/renovatebot.js +1 -1
  294. package/lib/sample-file.js +2 -2
  295. package/lib/semver.js +1 -1
  296. package/lib/source-code.js +1 -1
  297. package/lib/task-runtime.js +1 -1
  298. package/lib/task.js +1 -1
  299. package/lib/tasks.js +1 -1
  300. package/lib/testing.js +1 -1
  301. package/lib/textfile.js +1 -1
  302. package/lib/toml.js +1 -1
  303. package/lib/typescript/projenrc-ts.js +1 -1
  304. package/lib/typescript/projenrc.js +1 -1
  305. package/lib/typescript/typescript-typedoc.js +1 -1
  306. package/lib/typescript/typescript.js +3 -3
  307. package/lib/util.d.ts +19 -0
  308. package/lib/util.js +33 -2
  309. package/lib/version.js +1 -1
  310. package/lib/vscode/devcontainer.js +1 -1
  311. package/lib/vscode/extensions.js +1 -1
  312. package/lib/vscode/launch-config.js +1 -1
  313. package/lib/vscode/settings.js +1 -1
  314. package/lib/vscode/vscode.js +1 -1
  315. package/lib/web/next.js +3 -3
  316. package/lib/web/postcss.js +1 -1
  317. package/lib/web/react.js +4 -4
  318. package/lib/web/tailwind.js +1 -1
  319. package/lib/xmlfile.js +1 -1
  320. package/lib/yaml.js +1 -1
  321. package/package.json +1 -1
@@ -0,0 +1,156 @@
1
+ import { Component } from "../component";
2
+ import { MavenRepository } from "../java";
3
+ import { Project } from "../project";
4
+ type Transform = {
5
+ name: string;
6
+ args: Record<string, any>;
7
+ };
8
+ type SmithyCommon = {
9
+ imports?: string[];
10
+ plugins?: PluginsType;
11
+ };
12
+ type PluginValue = {
13
+ service?: string;
14
+ [key: string]: any;
15
+ };
16
+ export type ProjectionValue = SmithyCommon & {
17
+ abstract?: boolean;
18
+ transforms?: Transform[];
19
+ };
20
+ export type ProjectionKey = string;
21
+ export type ProjectionsType = Record<ProjectionKey, ProjectionValue>;
22
+ export type PluginKey = string;
23
+ export type PluginsType = Record<PluginKey, PluginValue>;
24
+ /**
25
+ * Maven repository definition for a smithy build file
26
+ */
27
+ export type SmithyMavenRepository = Partial<MavenRepository> & Pick<MavenRepository, "url">;
28
+ export interface SmithyMavenConfig {
29
+ /**
30
+ * List of smithy dependencies, for example ["software.amazon.smithy:smithy-cli:1.27.2"]
31
+ */
32
+ readonly dependencies: string[];
33
+ /**
34
+ * List of maven repositories for smithy dependencies
35
+ */
36
+ readonly repositories: SmithyMavenRepository[];
37
+ }
38
+ /**
39
+ * Options for `SmithyBuild`
40
+ */
41
+ export interface SmithyBuildOptions extends SmithyCommon {
42
+ /**
43
+ * Defines the version of smithy-build.
44
+ * @default "1.0"
45
+ */
46
+ readonly version?: string;
47
+ /**
48
+ * Specifies a location where smithy projections are written.
49
+ * @default - no output directory
50
+ */
51
+ readonly outputDirectory?: string;
52
+ /**
53
+ * Map of projections name to projection configurations
54
+ * https://awslabs.github.io/smithy/1.0/guides/building-models/build-config.html#projections
55
+ * @default - no projections
56
+ */
57
+ readonly projections?: ProjectionsType;
58
+ /**
59
+ * If a plugin can't be found, Smithy will by default fail the build.
60
+ * This setting can be set to true to allow the build to progress
61
+ * even if a plugin can't be found on the classpath.
62
+ *
63
+ * @default - no ignoreMissingPlugins set in the smithy-build.json file
64
+ */
65
+ readonly ignoreMissingPlugins?: boolean;
66
+ /**
67
+ * Maven configuration, used to declare dependencies for the smithy vs-code plugin
68
+ * @see https://github.com/awslabs/smithy-vscode/blob/main/README.md#authoring-a-model
69
+ * @default - no maven configuration set in the smithy-build.json file
70
+ */
71
+ readonly maven?: SmithyMavenConfig;
72
+ }
73
+ /**
74
+ * Smithy build configuration options
75
+ */
76
+ export declare class SmithyBuild extends Component {
77
+ /**
78
+ * Defines the version of smithy-build.
79
+ * @default "1.0"
80
+ */
81
+ readonly version: string;
82
+ /**
83
+ * Specifies a location where smithy projections are written.
84
+ * @default - no output directory
85
+ */
86
+ readonly outputDirectory?: string;
87
+ /**
88
+ * List of imports relative to the location of smithy-build.json file.
89
+ * @default no imports
90
+ */
91
+ private _imports?;
92
+ /**
93
+ * If a plugin can't be found, Smithy will by default fail the build.
94
+ * This setting can be set to true to allow the build to progress
95
+ * even if a plugin can't be found on the classpath.
96
+ *
97
+ * @default - no ignoreMissingPlugins set in the smithy-build.json file
98
+ */
99
+ readonly ignoreMissingPlugins?: boolean;
100
+ /**
101
+ * Map of projections name to projection configurations
102
+ * https://awslabs.github.io/smithy/1.0/guides/building-models/build-config.html#projections
103
+ * @default - no projections
104
+ */
105
+ private _projections?;
106
+ /**
107
+ * Map of plugin name to plugin configurations
108
+ * https://awslabs.github.io/smithy/1.0/guides/building-models/build-config.html#plugins
109
+ * @default - no plugins
110
+ */
111
+ private _plugins?;
112
+ /**
113
+ * Maven configuration for the Smithy vs-code extension
114
+ * https://github.com/awslabs/smithy-vscode/blob/main/README.md#authoring-a-model
115
+ */
116
+ private _maven?;
117
+ private readonly manifest;
118
+ constructor(project: Project, options?: SmithyBuildOptions);
119
+ /**
120
+ * Get configured projections
121
+ */
122
+ get projections(): {
123
+ [x: string]: ProjectionValue;
124
+ } | undefined;
125
+ /**
126
+ * Get configured imports
127
+ */
128
+ get imports(): string[] | undefined;
129
+ /**
130
+ * Get configured plugins
131
+ */
132
+ get plugins(): {
133
+ [x: string]: PluginValue;
134
+ } | undefined;
135
+ /**
136
+ * Add a smithy build import
137
+ */
138
+ addImport(imp: string): void;
139
+ /**
140
+ * Add smithy build projections
141
+ */
142
+ addProjections(projections: ProjectionsType): void;
143
+ /**
144
+ * Add smithy build plugins
145
+ */
146
+ addPlugins(plugins: PluginsType): void;
147
+ /**
148
+ * Add maven dependencies to the smithy build for the vs-code plugin
149
+ */
150
+ addMavenDependencies(...dependencies: string[]): void;
151
+ /**
152
+ * Add maven repositories to the smithy build for the vs-code plugin
153
+ */
154
+ addMavenRepositories(...repositories: SmithyMavenRepository[]): void;
155
+ }
156
+ export {};
@@ -0,0 +1,46 @@
1
+ import { Component } from "./component";
2
+ import { Project } from "./project";
3
+ /**
4
+ * Options for `SourceCodeFile`.
5
+ */
6
+ export interface SourceCodeOptions {
7
+ /**
8
+ * Indentation size.
9
+ * @default 2
10
+ */
11
+ readonly indent?: number;
12
+ /**
13
+ * Whether the generated file should be readonly.
14
+ *
15
+ * @default true
16
+ */
17
+ readonly readonly?: boolean;
18
+ }
19
+ /**
20
+ * Represents a source file.
21
+ */
22
+ export declare class SourceCode extends Component {
23
+ readonly filePath: string;
24
+ private readonly file;
25
+ private indentLevel;
26
+ private readonly indent;
27
+ constructor(project: Project, filePath: string, options?: SourceCodeOptions);
28
+ get marker(): string | undefined;
29
+ /**
30
+ * Emit a line of code.
31
+ * @param code The contents, if not specified, just adds a newline
32
+ */
33
+ line(code?: string): void;
34
+ /**
35
+ * Opens a code block and increases the indentation level.
36
+ *
37
+ * @param code The code before the block starts (e.g. `export class {`).
38
+ */
39
+ open(code?: string): void;
40
+ /**
41
+ * Decreases the indentation level and closes a code block.
42
+ *
43
+ * @param code The code after the block is closed (e.g. `}`).
44
+ */
45
+ close(code?: string): void;
46
+ }
@@ -0,0 +1,130 @@
1
+ /**
2
+ * Schema for `tasks.json`.
3
+ */
4
+ export interface TasksManifest {
5
+ /**
6
+ * All tasks available for this project.
7
+ */
8
+ readonly tasks?: {
9
+ [name: string]: TaskSpec;
10
+ };
11
+ /**
12
+ * Environment for all tasks.
13
+ */
14
+ readonly env?: {
15
+ [name: string]: string;
16
+ };
17
+ }
18
+ export interface TaskCommonOptions {
19
+ /**
20
+ * The description of this build command.
21
+ * @default - the task name
22
+ */
23
+ readonly description?: string;
24
+ /**
25
+ * Defines environment variables for the execution of this task.
26
+ * Values in this map will be evaluated in a shell, so you can do stuff like `$(echo "foo")`.
27
+ * @default {}
28
+ */
29
+ readonly env?: {
30
+ [name: string]: string;
31
+ };
32
+ /**
33
+ * A set of environment variables that must be defined in order to execute
34
+ * this task. Task execution will fail if one of these is not defined.
35
+ */
36
+ readonly requiredEnv?: string[];
37
+ /**
38
+ * A shell command which determines if the this task should be executed. If
39
+ * the program exits with a zero exit code, steps will be executed. A non-zero
40
+ * code means that task will be skipped.
41
+ */
42
+ readonly condition?: string;
43
+ /**
44
+ * The working directory for all steps in this task (unless overridden by the
45
+ * step).
46
+ *
47
+ * @default - process.cwd()
48
+ */
49
+ readonly cwd?: string;
50
+ }
51
+ /**
52
+ * Specification of a single task.
53
+ */
54
+ export interface TaskSpec extends TaskCommonOptions {
55
+ /**
56
+ * Task name.
57
+ */
58
+ readonly name: string;
59
+ /**
60
+ * Task steps.
61
+ */
62
+ readonly steps?: TaskStep[];
63
+ }
64
+ /**
65
+ * Options for task steps.
66
+ */
67
+ export interface TaskStepOptions {
68
+ /**
69
+ * Step name
70
+ *
71
+ * @default - no name
72
+ */
73
+ readonly name?: string;
74
+ /**
75
+ * The working directory for this step.
76
+ *
77
+ * @default - determined by the task
78
+ */
79
+ readonly cwd?: string;
80
+ /**
81
+ * Should this step receive args passed to the task.
82
+ *
83
+ * If `true`, args are passed through at the end of the `exec` shell command.\
84
+ * The position of the args can be changed by including the marker `$@` inside the command string.
85
+ *
86
+ * If the step spawns a subtask, args are passed to the subtask.
87
+ * The subtask must define steps receiving args for this to have any effect.
88
+ *
89
+ * @example task.exec("echo Hello $@ World!", { receiveArgs: true });
90
+ *
91
+ * @default false
92
+ */
93
+ readonly receiveArgs?: boolean;
94
+ }
95
+ /**
96
+ * A single step within a task. The step could either be the execution of a
97
+ * shell command or execution of a sub-task, by name.
98
+ */
99
+ export interface TaskStep extends TaskStepOptions {
100
+ /**
101
+ * Shell command to execute
102
+ *
103
+ * @default - don't execute a shell command
104
+ */
105
+ readonly exec?: string;
106
+ /**
107
+ * Subtask to execute
108
+ *
109
+ * @default - don't spawn a subtask
110
+ */
111
+ readonly spawn?: string;
112
+ /**
113
+ * Print a message.
114
+ * @default - don't say anything
115
+ */
116
+ readonly say?: string;
117
+ /**
118
+ * The name of a built-in task to execute.
119
+ *
120
+ * Built-in tasks are node.js programs baked into the projen module and as
121
+ * component runtime helpers.
122
+ *
123
+ * The name is a path relative to the projen lib/ directory (without the .task.js extension).
124
+ * For example, if your built in builtin task is under `src/release/resolve-version.task.ts`,
125
+ * then this would be `release/resolve-version`.
126
+ *
127
+ * @default - do not execute a builtin task
128
+ */
129
+ readonly builtin?: string;
130
+ }
@@ -0,0 +1,32 @@
1
+ import { TasksManifest, TaskSpec } from "./task-model";
2
+ /**
3
+ * The runtime component of the tasks engine.
4
+ */
5
+ export declare class TaskRuntime {
6
+ /**
7
+ * The project-relative path of the tasks manifest file.
8
+ */
9
+ static readonly MANIFEST_FILE: string;
10
+ /**
11
+ * The contents of tasks.json
12
+ */
13
+ readonly manifest: TasksManifest;
14
+ /**
15
+ * The root directory of the project and the cwd for executing tasks.
16
+ */
17
+ readonly workdir: string;
18
+ constructor(workdir: string);
19
+ /**
20
+ * The tasks in this project.
21
+ */
22
+ get tasks(): TaskSpec[];
23
+ /**
24
+ * Find a task by name, or `undefined` if not found.
25
+ */
26
+ tryFindTask(name: string): TaskSpec | undefined;
27
+ /**
28
+ * Runs the task.
29
+ * @param name The task name.
30
+ */
31
+ runTask(name: string, parents?: string[], args?: Array<string | number>): void;
32
+ }
@@ -0,0 +1,129 @@
1
+ import { TaskCommonOptions, TaskSpec, TaskStep, TaskStepOptions } from "./task-model";
2
+ export interface TaskOptions extends TaskCommonOptions {
3
+ /**
4
+ * Shell command to execute as the first command of the task.
5
+ * @default - add steps using `task.exec(command)` or `task.spawn(subtask)`
6
+ */
7
+ readonly exec?: string;
8
+ /**
9
+ * List of task steps to run.
10
+ */
11
+ readonly steps?: TaskStep[];
12
+ /**
13
+ * Should the provided `exec` shell command receive args passed to the task.
14
+ * @see {@link TaskStepOptions.receiveArgs}
15
+ *
16
+ * @default false
17
+ */
18
+ readonly receiveArgs?: boolean;
19
+ }
20
+ /**
21
+ * A task that can be performed on the project. Modeled as a series of shell
22
+ * commands and subtasks.
23
+ */
24
+ export declare class Task {
25
+ /**
26
+ * Task name.
27
+ */
28
+ readonly name: string;
29
+ /**
30
+ * A command to execute which determines if the task should be skipped. If it
31
+ * returns a zero exit code, the task will not be executed.
32
+ */
33
+ readonly condition?: string;
34
+ private readonly _steps;
35
+ private readonly _env;
36
+ private readonly cwd?;
37
+ private readonly requiredEnv?;
38
+ private _locked;
39
+ private _description?;
40
+ constructor(name: string, props?: TaskOptions);
41
+ /**
42
+ * Forbid additional changes to this task.
43
+ */
44
+ lock(): void;
45
+ /**
46
+ * Returns the description of this task.
47
+ */
48
+ get description(): string | undefined;
49
+ /**
50
+ * Sets the description of this task.
51
+ */
52
+ set description(desc: string | undefined);
53
+ /**
54
+ * Reset the task so it no longer has any commands.
55
+ * @param command the first command to add to the task after it was cleared.
56
+ */
57
+ reset(command?: string, options?: TaskStepOptions): void;
58
+ /**
59
+ * Executes a shell command
60
+ * @param command Shell command
61
+ * @param options Options
62
+ */
63
+ exec(command: string, options?: TaskStepOptions): void;
64
+ /**
65
+ * Execute a builtin task.
66
+ *
67
+ * Builtin tasks are programs bundled as part of projen itself and used as
68
+ * helpers for various components.
69
+ *
70
+ * In the future we should support built-in tasks from external modules.
71
+ *
72
+ * @param name The name of the builtin task to execute (e.g.
73
+ * `release/resolve-version`).
74
+ */
75
+ builtin(name: string): void;
76
+ /**
77
+ * Say something.
78
+ * @param message Your message
79
+ * @param options Options
80
+ */
81
+ say(message: string, options?: TaskStepOptions): void;
82
+ /**
83
+ * Adds a command at the beginning of the task.
84
+ * @param shell The command to add.
85
+ *
86
+ * @deprecated use `prependExec()`
87
+ */
88
+ prepend(shell: string, options?: TaskStepOptions): void;
89
+ /**
90
+ * Spawns a sub-task.
91
+ * @param subtask The subtask to execute.
92
+ */
93
+ spawn(subtask: Task, options?: TaskStepOptions): void;
94
+ /**
95
+ * Adds a command at the beginning of the task.
96
+ * @param shell The command to add.
97
+ */
98
+ prependExec(shell: string, options?: TaskStepOptions): void;
99
+ /**
100
+ * Adds a spawn instruction at the beginning of the task.
101
+ * @param subtask The subtask to execute.
102
+ */
103
+ prependSpawn(subtask: Task, options?: TaskStepOptions): void;
104
+ /**
105
+ * Says something at the beginning of the task.
106
+ * @param message Your message
107
+ */
108
+ prependSay(message: string, options?: TaskStepOptions): void;
109
+ /**
110
+ * Adds an environment variable to this task.
111
+ * @param name The name of the variable
112
+ * @param value The value. If the value is surrounded by `$()`, we will
113
+ * evaluate it within a subshell and use the result as the value of the
114
+ * environment variable.
115
+ */
116
+ env(name: string, value: string): void;
117
+ /**
118
+ * Returns an immutable copy of all the step specifications of the task.
119
+ */
120
+ get steps(): TaskStep[];
121
+ /**
122
+ * Renders a task spec into the manifest.
123
+ *
124
+ * @internal
125
+ */
126
+ _renderSpec(): TaskSpec;
127
+ private assertUnlocked;
128
+ private addEnv;
129
+ }
@@ -0,0 +1,51 @@
1
+ import { Component } from "./component";
2
+ import { Project } from "./project";
3
+ import { Task, TaskOptions } from "./task";
4
+ /**
5
+ * Defines project tasks.
6
+ *
7
+ * Tasks extend the projen CLI by adding subcommands to it. Task definitions are
8
+ * synthesized into `.projen/tasks.json`.
9
+ */
10
+ export declare class Tasks extends Component {
11
+ private readonly _tasks;
12
+ private readonly _env;
13
+ constructor(project: Project);
14
+ /**
15
+ * All tasks.
16
+ */
17
+ get all(): Task[];
18
+ /**
19
+ * Adds a task to a project.
20
+ * @param name The name of the task
21
+ * @param options Task options.
22
+ */
23
+ addTask(name: string, options?: TaskOptions): Task;
24
+ /**
25
+ * Removes a task from a project.
26
+ *
27
+ * @param name The name of the task to remove.
28
+ *
29
+ * @returns The `Task` that was removed, otherwise `undefined`.
30
+ */
31
+ removeTask(name: string): undefined | Task;
32
+ /**
33
+ * Adds global environment.
34
+ * @param name Environment variable name
35
+ * @param value Value
36
+ */
37
+ addEnvironment(name: string, value: string): void;
38
+ /**
39
+ * Returns a copy of the currently global environment for this project.
40
+ */
41
+ get env(): {
42
+ [key: string]: string;
43
+ };
44
+ /**
45
+ * Finds a task by name. Returns `undefined` if the task cannot be found.
46
+ * @param name The name of the task
47
+ */
48
+ tryFind(name: string): undefined | Task;
49
+ synthesize(): void;
50
+ private renderTasks;
51
+ }
@@ -0,0 +1,18 @@
1
+ import { Project } from "./project";
2
+ import { SnapshotOptions } from "./util/synth";
3
+ /**
4
+ * A Testing static class with a .synth helper for getting a snapshots of construct outputs.
5
+ * Useful for snapshot testing with Jest.
6
+ *
7
+ * @example `expect(Testing.synth(someProject)).toMatchSnapshot()`
8
+ */
9
+ export declare class Testing {
10
+ /**
11
+ * Produces a simple JS object that represents the contents of the projects with field names being file paths.
12
+ * @param project the project to produce a snapshot for
13
+ * @return { [filename:string]: any }
14
+ */
15
+ static synth(project: Project, options?: SnapshotOptions): Record<string, any>;
16
+ private constructor();
17
+ }
18
+ export { SnapshotOptions } from "./util/synth";
@@ -0,0 +1,33 @@
1
+ import { FileBase, FileBaseOptions, IResolver } from "./file";
2
+ import { Project } from "./project";
3
+ /**
4
+ * Options for `TextFile`.
5
+ */
6
+ export interface TextFileOptions extends FileBaseOptions {
7
+ /**
8
+ * The contents of the text file. You can use `addLine()` to append lines.
9
+ *
10
+ * @default [] empty file
11
+ */
12
+ readonly lines?: string[];
13
+ }
14
+ /**
15
+ * A text file.
16
+ */
17
+ export declare class TextFile extends FileBase {
18
+ private readonly lines;
19
+ /**
20
+ * Defines a text file.
21
+ *
22
+ * @param project The project
23
+ * @param filePath File path
24
+ * @param options Options
25
+ */
26
+ constructor(project: Project, filePath: string, options?: TextFileOptions);
27
+ /**
28
+ * Adds a line to the text file.
29
+ * @param line the line to add (can use tokens)
30
+ */
31
+ addLine(line: string): void;
32
+ protected synthesizeContent(_: IResolver): string | undefined;
33
+ }
@@ -0,0 +1,15 @@
1
+ import { IResolver } from "./file";
2
+ import { ObjectFile, ObjectFileOptions } from "./object-file";
3
+ import { Project } from "./project";
4
+ /**
5
+ * Options for `TomlFile`.
6
+ */
7
+ export interface TomlFileOptions extends ObjectFileOptions {
8
+ }
9
+ /**
10
+ * Represents a TOML file.
11
+ */
12
+ export declare class TomlFile extends ObjectFile {
13
+ constructor(project: Project, filePath: string, options: TomlFileOptions);
14
+ protected synthesizeContent(resolver: IResolver): string | undefined;
15
+ }
@@ -0,0 +1,4 @@
1
+ export * from "./projenrc";
2
+ export * from "./projenrc-ts";
3
+ export * from "./typescript";
4
+ export * from "./typescript-typedoc";
@@ -0,0 +1,43 @@
1
+ import { TypescriptConfig } from "../javascript";
2
+ import { Project } from "../project";
3
+ import { ProjenrcFile } from "../projenrc";
4
+ export interface ProjenrcTsOptions {
5
+ /**
6
+ * The name of the projenrc file.
7
+ * @default ".projenrc.ts"
8
+ */
9
+ readonly filename?: string;
10
+ /**
11
+ * A directory tree that may contain *.ts files that can be referenced from
12
+ * your projenrc typescript file.
13
+ *
14
+ * @default "projenrc"
15
+ */
16
+ readonly projenCodeDir?: string;
17
+ /**
18
+ * The name of the tsconfig file that will be used by ts-node
19
+ * when compiling projen source files.
20
+ *
21
+ * @default "tsconfig.projen.json"
22
+ */
23
+ readonly tsconfigFileName?: string;
24
+ }
25
+ /**
26
+ * A projenrc file written in TypeScript
27
+ *
28
+ * This component can be instantiated in any type of project
29
+ * and has no expectations around the project's main language.
30
+ *
31
+ * Requires that `npx` is available.
32
+ */
33
+ export declare class ProjenrcTs extends ProjenrcFile {
34
+ /**
35
+ * TypeScript configuration file used to compile projen source files
36
+ */
37
+ readonly tsconfig: TypescriptConfig;
38
+ readonly filePath: string;
39
+ private readonly _projenCodeDir;
40
+ constructor(project: Project, options?: ProjenrcTsOptions);
41
+ preSynthesize(): void;
42
+ private generateProjenrc;
43
+ }
@@ -0,0 +1,27 @@
1
+ import { ProjenrcFile } from "../projenrc";
2
+ import { TypeScriptProject } from "../typescript";
3
+ export interface ProjenrcOptions {
4
+ /**
5
+ * The name of the projenrc file.
6
+ * @default ".projenrc.ts"
7
+ */
8
+ readonly filename?: string;
9
+ /**
10
+ * A directory tree that may contain *.ts files that can be referenced from
11
+ * your projenrc typescript file.
12
+ *
13
+ * @default "projenrc"
14
+ */
15
+ readonly projenCodeDir?: string;
16
+ }
17
+ /**
18
+ * Sets up a typescript project to use TypeScript for projenrc.
19
+ */
20
+ export declare class Projenrc extends ProjenrcFile {
21
+ readonly filePath: string;
22
+ private readonly _projenCodeDir;
23
+ private readonly _tsProject;
24
+ constructor(project: TypeScriptProject, options?: ProjenrcOptions);
25
+ preSynthesize(): void;
26
+ private generateProjenrc;
27
+ }