projen 0.99.10 → 0.99.12
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 +485 -397
- package/README.md +3 -267
- package/lib/_resolve.js +1 -1
- package/lib/ai-instructions.js +3 -3
- package/lib/awscdk/auto-discover.js +6 -6
- package/lib/awscdk/awscdk-app-java.js +2 -2
- package/lib/awscdk/awscdk-app-py.js +2 -2
- package/lib/awscdk/awscdk-app-ts.js +2 -2
- package/lib/awscdk/awscdk-construct.js +3 -3
- 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 +2 -2
- package/lib/awscdk/cdk-config.js +5 -5
- package/lib/awscdk/cdk-tasks.js +1 -1
- package/lib/awscdk/integ-runner.js +1 -1
- package/lib/awscdk/integration-test.js +2 -2
- package/lib/awscdk/lambda-extension.js +2 -2
- package/lib/awscdk/lambda-function.js +4 -5
- package/lib/awscdk/private/feature-flags-v2.const.d.ts +1 -1
- package/lib/awscdk/private/feature-flags-v2.const.js +2 -2
- package/lib/build/build-workflow.js +2 -2
- package/lib/cdk/auto-discover-base.js +3 -3
- package/lib/cdk/construct-lib.js +1 -1
- package/lib/cdk/integration-test-base.js +1 -1
- package/lib/cdk/jsii-docgen.js +2 -2
- package/lib/cdk/jsii-project.js +2 -2
- package/lib/cdk8s/auto-discover.js +3 -3
- package/lib/cdk8s/cdk8s-app-py.js +2 -2
- package/lib/cdk8s/cdk8s-app-ts.js +2 -2
- package/lib/cdk8s/cdk8s-construct.js +2 -2
- package/lib/cdk8s/cdk8s-deps-py.js +1 -1
- package/lib/cdk8s/cdk8s-deps.js +2 -2
- package/lib/cdk8s/integration-test.js +2 -2
- package/lib/cdktf/cdktf-construct.js +1 -1
- package/lib/circleci/circleci.js +2 -2
- package/lib/cleanup.js +1 -1
- package/lib/cli/cmds/new.js +1 -1
- package/lib/cli/index.js +1 -1
- package/lib/cli/synth.js +1 -1
- package/lib/cli/tasks.js +1 -1
- package/lib/cli/util.js +1 -1
- package/lib/clobber.js +1 -1
- package/lib/component.js +1 -1
- package/lib/dependencies.js +2 -2
- package/lib/dev-env.js +1 -1
- package/lib/docker-compose/docker-compose-network.js +1 -1
- package/lib/docker-compose/docker-compose-render.js +1 -1
- package/lib/docker-compose/docker-compose-service.js +2 -2
- package/lib/docker-compose/docker-compose-volume.js +1 -1
- package/lib/docker-compose/docker-compose.js +2 -2
- package/lib/file.js +2 -2
- package/lib/gitattributes.js +2 -2
- 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 +2 -2
- package/lib/github/dependabot.js +2 -2
- package/lib/github/github-credentials.js +2 -2
- package/lib/github/github-project.js +2 -2
- package/lib/github/github.js +2 -2
- package/lib/github/merge-queue.js +2 -2
- package/lib/github/mergify.js +1 -1
- package/lib/github/pr-template.js +1 -1
- package/lib/github/private/util.js +1 -1
- package/lib/github/pull-request-backport.js +2 -2
- package/lib/github/pull-request-lint.js +2 -2
- package/lib/github/stale-util.js +1 -1
- package/lib/github/stale.js +1 -1
- package/lib/github/task-workflow-job.js +2 -2
- package/lib/github/task-workflow.js +2 -2
- package/lib/github/workflow-actions.js +2 -2
- package/lib/github/workflow-jobs.js +2 -2
- package/lib/github/workflow-steps.js +2 -2
- package/lib/github/workflows.js +2 -2
- package/lib/gitlab/configuration.js +2 -2
- package/lib/gitlab/gitlab-configuration.js +2 -2
- package/lib/gitlab/nested-configuration.js +2 -2
- package/lib/gitpod.js +2 -2
- package/lib/ignore-file.js +1 -1
- package/lib/ini.js +1 -1
- package/lib/inventory.js +1 -1
- package/lib/java/java-project.js +2 -2
- package/lib/java/junit.js +1 -1
- package/lib/java/maven-compile.js +1 -1
- package/lib/java/maven-packaging.js +2 -2
- package/lib/java/maven-sample.js +1 -1
- package/lib/java/pom.js +3 -3
- package/lib/java/projenrc.js +2 -2
- package/lib/javascript/biome/biome.js +5 -5
- package/lib/javascript/bundler.js +3 -3
- package/lib/javascript/eslint.js +2 -2
- package/lib/javascript/jest.js +5 -5
- package/lib/javascript/license-checker.js +2 -2
- package/lib/javascript/node-package.js +8 -4
- package/lib/javascript/node-project.js +2 -2
- package/lib/javascript/npm-config.js +1 -1
- package/lib/javascript/prettier.js +2 -2
- package/lib/javascript/projenrc.js +2 -2
- package/lib/javascript/render-options.js +2 -2
- package/lib/javascript/typescript-config.js +3 -3
- package/lib/javascript/upgrade-dependencies.js +5 -4
- package/lib/javascript/util.js +1 -1
- package/lib/javascript/yarnrc.js +2 -2
- package/lib/json-patch.js +2 -2
- package/lib/json.js +2 -2
- package/lib/license.js +2 -2
- package/lib/logger.js +1 -1
- package/lib/makefile.js +2 -2
- package/lib/object-file.js +1 -1
- package/lib/project-build.js +1 -1
- package/lib/project-tree.js +2 -2
- package/lib/project.js +2 -2
- package/lib/projects.js +2 -2
- package/lib/projenrc-json.js +3 -3
- package/lib/projenrc.js +1 -1
- package/lib/python/pip.js +2 -2
- package/lib/python/poetry.js +3 -3
- package/lib/python/projenrc.js +2 -2
- package/lib/python/pyproject-toml-file.js +1 -1
- package/lib/python/pytest-sample.js +1 -1
- package/lib/python/pytest.js +2 -2
- package/lib/python/python-project.js +2 -2
- package/lib/python/python-sample.js +1 -1
- package/lib/python/requirements-file.js +2 -2
- package/lib/python/setuppy.js +1 -1
- package/lib/python/setuptools.js +2 -2
- package/lib/python/uv.js +2 -2
- package/lib/python/venv.js +2 -2
- package/lib/readme.js +1 -1
- package/lib/release/bump-type.js +1 -1
- package/lib/release/bump-version.js +1 -1
- package/lib/release/commit-tag-version.js +1 -1
- package/lib/release/publisher.js +3 -3
- package/lib/release/release-trigger.d.ts +16 -0
- package/lib/release/release-trigger.js +15 -3
- package/lib/release/release.js +2 -2
- package/lib/release/update-changelog.js +1 -1
- package/lib/renovatebot.js +2 -2
- package/lib/run-projenrc-json.task.js +1 -1
- package/lib/runner-options.js +1 -1
- package/lib/sample-file.js +3 -3
- package/lib/semver.js +1 -1
- package/lib/source-code.js +2 -2
- package/lib/task-runtime.js +3 -3
- package/lib/task.js +2 -2
- package/lib/tasks.js +2 -2
- package/lib/testing.js +2 -2
- package/lib/textfile.js +2 -2
- package/lib/toml.js +1 -1
- package/lib/typescript/projenrc-ts.js +2 -2
- package/lib/typescript/projenrc.js +2 -2
- package/lib/typescript/typescript-typedoc.js +1 -1
- package/lib/typescript/typescript.js +7 -7
- package/lib/util/constructs.js +1 -1
- package/lib/util/object.js +1 -1
- package/lib/util/semver.js +1 -1
- package/lib/util/synth.js +1 -1
- package/lib/util.js +1 -1
- package/lib/version.js +3 -3
- package/lib/vscode/devcontainer.js +1 -1
- package/lib/vscode/extensions.js +1 -1
- package/lib/vscode/launch-config.js +2 -2
- package/lib/vscode/settings.js +2 -2
- package/lib/vscode/vscode.js +1 -1
- package/lib/web/next.js +4 -4
- package/lib/web/postcss.js +1 -1
- package/lib/web/react.js +5 -5
- package/lib/web/tailwind.js +1 -1
- package/lib/xmlfile.js +2 -2
- package/lib/yaml.js +1 -1
- package/node_modules/semver/README.md +3 -2
- package/node_modules/semver/bin/semver.js +1 -1
- package/node_modules/semver/functions/diff.js +1 -1
- package/node_modules/semver/internal/re.js +2 -2
- package/node_modules/semver/package.json +4 -4
- package/node_modules/semver/ranges/subset.js +1 -1
- package/package.json +9 -11
package/.jsii
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"fast-json-patch": "^3.1.1",
|
|
21
21
|
"ini": "^2.0.0",
|
|
22
22
|
"parse-conflict-json": "^4.0.0",
|
|
23
|
-
"semver": "^7.7.
|
|
23
|
+
"semver": "^7.7.4",
|
|
24
24
|
"shx": "^0.4.0",
|
|
25
25
|
"xmlbuilder2": "^4.0.3",
|
|
26
26
|
"yaml": "^2.2.2",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"stability": "experimental"
|
|
62
62
|
},
|
|
63
63
|
"homepage": "https://github.com/projen/projen.git",
|
|
64
|
-
"jsiiVersion": "5.9.
|
|
64
|
+
"jsiiVersion": "5.9.26 (build f85d3df)",
|
|
65
65
|
"keywords": [
|
|
66
66
|
"cdk",
|
|
67
67
|
"cicd",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
"name": "projen",
|
|
83
83
|
"readme": {
|
|
84
|
-
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run *projen* which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->\n[](#contributors-)\n<!-- ALL-CONTRIBUTORS-BADGE:END -->\n\n<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->\n<!-- prettier-ignore-start -->\n<!-- markdownlint-disable -->\n<table>\n <tbody>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hunter-Thompson\"><img src=\"https://avatars.githubusercontent.com/u/20844961?v=4?s=100\" width=\"100px;\" alt=\" Aatman \"/><br /><sub><b> Aatman </b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hunter-Thompson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://accenture.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/43275295?v=4?s=100\" width=\"100px;\" alt=\"Abdullah Sahin\"/><br /><sub><b>Abdullah Sahin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abdsahin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://adam.dev/\"><img src=\"https://avatars.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam\"/><br /><sub><b>Adam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamdottv\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://adamelkhayyat.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/19326038?v=4?s=100\" width=\"100px;\" alt=\"Adam ElKhayyat\"/><br /><sub><b>Adam ElKhayyat</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelkhayyat\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adamelmore\"><img src=\"https://avatars2.githubusercontent.com/u/2363879?v=4?s=100\" width=\"100px;\" alt=\"Adam Elmore\"/><br /><sub><b>Adam Elmore</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adamelmore\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/agdimech\"><img src=\"https://avatars.githubusercontent.com/u/51220968?v=4?s=100\" width=\"100px;\" alt=\"Adrian Dimech\"/><br /><sub><b>Adrian Dimech</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=agdimech\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/adrianmace\"><img src=\"https://avatars.githubusercontent.com/u/5071859?v=4?s=100\" width=\"100px;\" alt=\"Adrian Mace\"/><br /><sub><b>Adrian Mace</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=adrianmace\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alejandrolorefice\"><img src=\"https://avatars.githubusercontent.com/u/24880460?v=4?s=100\" width=\"100px;\" alt=\"Alejandro Lorefice\"/><br /><sub><b>Alejandro Lorefice</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alejandrolorefice\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/alexforsyth\"><img src=\"https://avatars.githubusercontent.com/u/8712303?v=4?s=100\" width=\"100px;\" alt=\"Alexander Forsyth\"/><br /><sub><b>Alexander Forsyth</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=alexforsyth\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://unsubstantiated.blog/\"><img src=\"https://avatars.githubusercontent.com/u/1308885?v=4?s=100\" width=\"100px;\" alt=\"Alexander Steppke\"/><br /><sub><b>Alexander Steppke</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Miradorn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amani.kilumanga.com/\"><img src=\"https://avatars.githubusercontent.com/u/8690282?v=4?s=100\" width=\"100px;\" alt=\"Amani Kilumanga\"/><br /><sub><b>Amani Kilumanga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkaksl\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://amin.fazl.me/\"><img src=\"https://avatars.githubusercontent.com/u/62678026?v=4?s=100\" width=\"100px;\" alt=\"Amin Fazl\"/><br /><sub><b>Amin Fazl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=AminFazlMondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kichik.com/\"><img src=\"https://avatars.githubusercontent.com/u/1156773?v=4?s=100\" width=\"100px;\" alt=\"Amir Szekely\"/><br /><sub><b>Amir Szekely</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kichik\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/amartinsg/\"><img src=\"https://avatars.githubusercontent.com/u/54241354?v=4?s=100\" width=\"100px;\" alt=\"Anderson Gomes\"/><br /><sub><b>Anderson Gomes</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andersonmgomes\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/asdcamargo\"><img src=\"https://avatars.githubusercontent.com/u/4683431?v=4?s=100\" width=\"100px;\" alt=\"Andre de Camargo\"/><br /><sub><b>Andre de Camargo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=asdcamargo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://comfortabledelusions.blogspot.com/\"><img src=\"https://avatars.githubusercontent.com/u/445764?v=4?s=100\" width=\"100px;\" alt=\"Andrew Hammond\"/><br /><sub><b>Andrew Hammond</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ahammond\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://apkostka.com/\"><img src=\"https://avatars.githubusercontent.com/u/788482?v=4?s=100\" width=\"100px;\" alt=\"Andrew Kostka\"/><br /><sub><b>Andrew Kostka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=apkostka\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dippi\"><img src=\"https://avatars.githubusercontent.com/u/3977098?v=4?s=100\" width=\"100px;\" alt=\"Angelo Di Pilla\"/><br /><sub><b>Angelo Di Pilla</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dippi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ansgar.dev/\"><img src=\"https://avatars.githubusercontent.com/u/1112056?v=4?s=100\" width=\"100px;\" alt=\"Ansgar Mertens\"/><br /><sub><b>Ansgar Mertens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ansgarm\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yoyomo\"><img src=\"https://avatars.githubusercontent.com/u/12818568?v=4?s=100\" width=\"100px;\" alt=\"Armando J. Ortiz Garcia\"/><br /><sub><b>Armando J. Ortiz Garcia</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yoyomo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dontirun\"><img src=\"https://avatars.githubusercontent.com/u/4570879?v=4?s=100\" width=\"100px;\" alt=\"Arun Donti\"/><br /><sub><b>Arun Donti</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dontirun\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/abelmokadem\"><img src=\"https://avatars0.githubusercontent.com/u/9717944?v=4?s=100\" width=\"100px;\" alt=\"Ash\"/><br /><sub><b>Ash</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=abelmokadem\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://austinbriggs.dev/\"><img src=\"https://avatars.githubusercontent.com/u/7308231?v=4?s=100\" width=\"100px;\" alt=\"Austin\"/><br /><sub><b>Austin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=awbdallas\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kanatti\"><img src=\"https://avatars.githubusercontent.com/u/8623654?v=4?s=100\" width=\"100px;\" alt=\"Balagopal Kanattil\"/><br /><sub><b>Balagopal Kanattil</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kanatti\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.callant.net/\"><img src=\"https://avatars1.githubusercontent.com/u/5915843?v=4?s=100\" width=\"100px;\" alt=\"Bart Callant\"/><br /><sub><b>Bart Callant</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bartcallant\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://beau.sh/\"><img src=\"https://avatars.githubusercontent.com/u/127320?v=4?s=100\" width=\"100px;\" alt=\"Beau Bouchard\"/><br /><sub><b>Beau Bouchard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BeauBouchard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://benlimmer.com/\"><img src=\"https://avatars.githubusercontent.com/u/630449?v=4?s=100\" width=\"100px;\" alt=\"Ben Limmer\"/><br /><sub><b>Ben Limmer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=blimmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bilalquadri.com/\"><img src=\"https://avatars.githubusercontent.com/u/707147?v=4?s=100\" width=\"100px;\" alt=\"Bilal Quadri\"/><br /><sub><b>Bilal Quadri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bilalq\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://transacid.de/\"><img src=\"https://avatars.githubusercontent.com/u/113231?v=4?s=100\" width=\"100px;\" alt=\"Boris Petersen\"/><br /><sub><b>Boris Petersen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=transacid\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/BradenM\"><img src=\"https://avatars.githubusercontent.com/u/5913808?v=4?s=100\" width=\"100px;\" alt=\"Braden Mars\"/><br /><sub><b>Braden Mars</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=BradenM\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bmiller08\"><img src=\"https://avatars.githubusercontent.com/u/13002874?v=4?s=100\" width=\"100px;\" alt=\"Brandon Miller\"/><br /><sub><b>Brandon Miller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bmiller08\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bhleonard\"><img src=\"https://avatars.githubusercontent.com/u/1961679?v=4?s=100\" width=\"100px;\" alt=\"Brian Leonard\"/><br /><sub><b>Brian Leonard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bhleonard\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/comcalvi\"><img src=\"https://avatars.githubusercontent.com/u/66279577?v=4?s=100\" width=\"100px;\" alt=\"Calvin Combs\"/><br /><sub><b>Calvin Combs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=comcalvi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cameroncf\"><img src=\"https://avatars.githubusercontent.com/u/789760?v=4?s=100\" width=\"100px;\" alt=\"Cameron Childress\"/><br /><sub><b>Cameron Childress</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cameroncf\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/campionfellin\"><img src=\"https://avatars3.githubusercontent.com/u/11984923?v=4?s=100\" width=\"100px;\" alt=\"Campion Fellin\"/><br /><sub><b>Campion Fellin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=campionfellin\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@caodanju\"><img src=\"https://avatars.githubusercontent.com/u/18650321?v=4?s=100\" width=\"100px;\" alt=\"Cao Peng\"/><br /><sub><b>Cao Peng</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=caopengau\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ctasada\"><img src=\"https://avatars.githubusercontent.com/u/1381772?v=4?s=100\" width=\"100px;\" alt=\"Carlos Tasada\"/><br /><sub><b>Carlos Tasada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ctasada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://chrisb.cloud/\"><img src=\"https://avatars.githubusercontent.com/u/12206103?v=4?s=100\" width=\"100px;\" alt=\"Chris Bateman\"/><br /><sub><b>Chris Bateman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=chris-bateman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cgatt\"><img src=\"https://avatars.githubusercontent.com/u/45865322?v=4?s=100\" width=\"100px;\" alt=\"Chris Gatt\"/><br /><sub><b>Chris Gatt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cgatt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://rybicki.io/\"><img src=\"https://avatars2.githubusercontent.com/u/5008987?v=4?s=100\" width=\"100px;\" alt=\"Christopher Rybicki\"/><br /><sub><b>Christopher Rybicki</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Chriscbr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/corymhall\"><img src=\"https://avatars.githubusercontent.com/u/43035978?v=4?s=100\" width=\"100px;\" alt=\"Cory Hall\"/><br /><sub><b>Cory Hall</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=corymhall\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://aws.amazon.com/chime/chime-sdk/\"><img src=\"https://avatars.githubusercontent.com/u/71404236?v=4?s=100\" width=\"100px;\" alt=\"Court Schuett\"/><br /><sub><b>Court Schuett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuettc\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@craig.burdulis\"><img src=\"https://avatars.githubusercontent.com/u/12520946?v=4?s=100\" width=\"100px;\" alt=\"Craig Burdulis\"/><br /><sub><b>Craig Burdulis</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=icj217\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pallares.io/\"><img src=\"https://avatars3.githubusercontent.com/u/1077520?v=4?s=100\" width=\"100px;\" alt=\"Cristian Pallarés\"/><br /><sub><b>Cristian Pallarés</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skyrpex\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://danielmschmidt.de/\"><img src=\"https://avatars.githubusercontent.com/u/1337046?v=4?s=100\" width=\"100px;\" alt=\"Daniel Schmidt\"/><br /><sub><b>Daniel Schmidt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=DanielMSchmidt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://typefully.com/dannysteenman\"><img src=\"https://avatars.githubusercontent.com/u/15192660?v=4?s=100\" width=\"100px;\" alt=\"Danny Steenman\"/><br /><sub><b>Danny Steenman</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dannysteenman\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dkershner6\"><img src=\"https://avatars.githubusercontent.com/u/25798427?v=4?s=100\" width=\"100px;\" alt=\"Derek Kershner\"/><br /><sub><b>Derek Kershner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dkershner6\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eduardomourar\"><img src=\"https://avatars.githubusercontent.com/u/16357187?v=4?s=100\" width=\"100px;\" alt=\"Eduardo Rodrigues\"/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eduardomourar\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://eladb.github.com/\"><img src=\"https://avatars3.githubusercontent.com/u/598796?v=4?s=100\" width=\"100px;\" alt=\"Elad Ben-Israel\"/><br /><sub><b>Elad Ben-Israel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eladb\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/iliapolo\"><img src=\"https://avatars.githubusercontent.com/u/1428812?v=4?s=100\" width=\"100px;\" alt=\"Eli Polonsky\"/><br /><sub><b>Eli Polonsky</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=iliapolo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://elig.io/\"><img src=\"https://avatars.githubusercontent.com/u/22875166?v=4?s=100\" width=\"100px;\" alt=\"Eligio Mariño\"/><br /><sub><b>Eligio Mariño</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmeligio\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Tucker-Eric\"><img src=\"https://avatars.githubusercontent.com/u/6483755?v=4?s=100\" width=\"100px;\" alt=\"Eric Tucker\"/><br /><sub><b>Eric Tucker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Tucker-Eric\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/echeung-amzn\"><img src=\"https://avatars.githubusercontent.com/u/81188333?v=4?s=100\" width=\"100px;\" alt=\"Eugene Cheung\"/><br /><sub><b>Eugene Cheung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=echeung-amzn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/FonsBiemans\"><img src=\"https://avatars.githubusercontent.com/u/34266227?v=4?s=100\" width=\"100px;\" alt=\"Fons Biemans\"/><br /><sub><b>Fons Biemans</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=FonsBiemans\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/froblesmartin\"><img src=\"https://avatars.githubusercontent.com/u/18084174?v=4?s=100\" width=\"100px;\" alt=\"Francisco Robles Martín\"/><br /><sub><b>Francisco Robles Martín</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=froblesmartin\" title=\"Documentation\">📖</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fynnfluegge\"><img src=\"https://avatars.githubusercontent.com/u/16321871?v=4?s=100\" width=\"100px;\" alt=\"Fynn Flügge\"/><br /><sub><b>Fynn Flügge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fynnfluegge\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/garysassano\"><img src=\"https://avatars.githubusercontent.com/u/10464497?v=4?s=100\" width=\"100px;\" alt=\"Gary Sassano\"/><br /><sub><b>Gary Sassano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=garysassano\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gradybarrett\"><img src=\"https://avatars1.githubusercontent.com/u/1140074?v=4?s=100\" width=\"100px;\" alt=\"Grady Barrett\"/><br /><sub><b>Grady Barrett</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gradybarrett\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://blog.herlein.com/\"><img src=\"https://avatars.githubusercontent.com/u/173428?v=4?s=100\" width=\"100px;\" alt=\"Greg Herlein\"/><br /><sub><b>Greg Herlein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gherlein\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/GreggSetzer\"><img src=\"https://avatars.githubusercontent.com/u/1624443?v=4?s=100\" width=\"100px;\" alt=\"Gregg\"/><br /><sub><b>Gregg</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=GreggSetzer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hasanaburayyan\"><img src=\"https://avatars.githubusercontent.com/u/45375125?v=4?s=100\" width=\"100px;\" alt=\"Hasan\"/><br /><sub><b>Hasan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hasanaburayyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hassanazharkhan\"><img src=\"https://avatars.githubusercontent.com/u/57677979?v=4?s=100\" width=\"100px;\" alt=\"Hassan Azhar\"/><br /><sub><b>Hassan Azhar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hassanazharkhan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/HassanMahmud\"><img src=\"https://avatars3.githubusercontent.com/u/58504381?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HassanMahmud\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dk.linkedin.com/in/hassanmahmud93\"><img src=\"https://avatars1.githubusercontent.com/u/7426703?v=4?s=100\" width=\"100px;\" alt=\"Hassan Mahmud\"/><br /><sub><b>Hassan Mahmud</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hass123uk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mKeRix\"><img src=\"https://avatars.githubusercontent.com/u/770596?v=4?s=100\" width=\"100px;\" alt=\"Heiko Rothe\"/><br /><sub><b>Heiko Rothe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mKeRix\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hyandell\"><img src=\"https://avatars.githubusercontent.com/u/477715?v=4?s=100\" width=\"100px;\" alt=\"Henri Yandell\"/><br /><sub><b>Henri Yandell</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hyandell\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/henrysachs\"><img src=\"https://avatars0.githubusercontent.com/u/17173951?v=4?s=100\" width=\"100px;\" alt=\"Henry Sachs\"/><br /><sub><b>Henry Sachs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=henrysachs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.hoseung.me/\"><img src=\"https://avatars.githubusercontent.com/u/39669819?v=4?s=100\" width=\"100px;\" alt=\"Hoseung\"/><br /><sub><b>Hoseung</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=HoseungJang\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://bandism.net/\"><img src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/><br /><sub><b>Ikko Ashimine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eltociear\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jackleslie\"><img src=\"https://avatars.githubusercontent.com/u/52004409?v=4?s=100\" width=\"100px;\" alt=\"Jack Leslie\"/><br /><sub><b>Jack Leslie</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jackleslie\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JackMoseley2001\"><img src=\"https://avatars.githubusercontent.com/u/10659397?v=4?s=100\" width=\"100px;\" alt=\"Jack Moseley\"/><br /><sub><b>Jack Moseley</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JackMoseley2001\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/cogwirrel\"><img src=\"https://avatars.githubusercontent.com/u/1848603?v=4?s=100\" width=\"100px;\" alt=\"Jack Stevenson\"/><br /><sub><b>Jack Stevenson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=cogwirrel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmourelos\"><img src=\"https://avatars3.githubusercontent.com/u/3878434?v=4?s=100\" width=\"100px;\" alt=\"Jacob\"/><br /><sub><b>Jacob</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmourelos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://joapy.com/\"><img src=\"https://avatars3.githubusercontent.com/u/325306?v=4?s=100\" width=\"100px;\" alt=\"Jake Pearson\"/><br /><sub><b>Jake Pearson</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jakepearson\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://twitter.com/bracki\"><img src=\"https://avatars.githubusercontent.com/u/49786?v=4?s=100\" width=\"100px;\" alt=\"Jan Brauer\"/><br /><sub><b>Jan Brauer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bracki\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jmalins\"><img src=\"https://avatars.githubusercontent.com/u/2001356?v=4?s=100\" width=\"100px;\" alt=\"Jeff Malins\"/><br /><sub><b>Jeff Malins</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jmalins\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JeremyJonas\"><img src=\"https://avatars1.githubusercontent.com/u/464119?v=4?s=100\" width=\"100px;\" alt=\"Jeremy Jonas\"/><br /><sub><b>Jeremy Jonas</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JeremyJonas\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jesse-grabowski\"><img src=\"https://avatars.githubusercontent.com/u/2453853?v=4?s=100\" width=\"100px;\" alt=\"Jesse Grabowski\"/><br /><sub><b>Jesse Grabowski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jesse-grabowski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jolo-dev\"><img src=\"https://avatars.githubusercontent.com/u/54506108?v=4?s=100\" width=\"100px;\" alt=\"JoLo\"/><br /><sub><b>JoLo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jolo-dev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/devnoo\"><img src=\"https://avatars.githubusercontent.com/u/94448?v=4?s=100\" width=\"100px;\" alt=\"Job de Noo\"/><br /><sub><b>Job de Noo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=devnoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/jogold\"><img src=\"https://avatars2.githubusercontent.com/u/12623249?v=4?s=100\" width=\"100px;\" alt=\"Jonathan Goldwasser\"/><br /><sub><b>Jonathan Goldwasser</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jogold\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/joostvdwsd\"><img src=\"https://avatars.githubusercontent.com/u/25637088?v=4?s=100\" width=\"100px;\" alt=\"Joost van der Waal\"/><br /><sub><b>Joost van der Waal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=joostvdwsd\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/JordanSinko\"><img src=\"https://avatars2.githubusercontent.com/u/10212966?v=4?s=100\" width=\"100px;\" alt=\"Jordan Sinko\"/><br /><sub><b>Jordan Sinko</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=JordanSinko\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/eganjs\"><img src=\"https://avatars3.githubusercontent.com/u/6639482?v=4?s=100\" width=\"100px;\" alt=\"Joseph Egan\"/><br /><sub><b>Joseph Egan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=eganjs\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/misterjoshua\"><img src=\"https://avatars2.githubusercontent.com/u/644092?v=4?s=100\" width=\"100px;\" alt=\"Josh Kellendonk\"/><br /><sub><b>Josh Kellendonk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=misterjoshua\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/juho9000\"><img src=\"https://avatars.githubusercontent.com/u/13867853?v=4?s=100\" width=\"100px;\" alt=\"Juho Majasaari\"/><br /><sub><b>Juho Majasaari</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=juho9000\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Hi-Fi\"><img src=\"https://avatars.githubusercontent.com/u/1499780?v=4?s=100\" width=\"100px;\" alt=\"Juho Saarinen\"/><br /><sub><b>Juho Saarinen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Hi-Fi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/julian-michel-812a223a/\"><img src=\"https://avatars.githubusercontent.com/u/15660169?v=4?s=100\" width=\"100px;\" alt=\"Julian Michel\"/><br /><sub><b>Julian Michel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=jumic\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kaizencc\"><img src=\"https://avatars.githubusercontent.com/u/36202692?v=4?s=100\" width=\"100px;\" alt=\"Kaizen Conroy\"/><br /><sub><b>Kaizen Conroy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kaizencc\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kcwinner\"><img src=\"https://avatars3.githubusercontent.com/u/2728868?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Winner\"/><br /><sub><b>Kenneth Winner</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kcwinner\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kenneth.wussmann.net/\"><img src=\"https://avatars.githubusercontent.com/u/11491506?v=4?s=100\" width=\"100px;\" alt=\"Kenneth Wußmann\"/><br /><sub><b>Kenneth Wußmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=KennethWussmann\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kennyg\"><img src=\"https://avatars.githubusercontent.com/u/98244?v=4?s=100\" width=\"100px;\" alt=\"Kenny Gatdula\"/><br /><sub><b>Kenny Gatdula</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kennyg\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tinovyatkin\"><img src=\"https://avatars.githubusercontent.com/u/5350898?v=4?s=100\" width=\"100px;\" alt=\"Konstantin Vyatkin\"/><br /><sub><b>Konstantin Vyatkin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tinovyatkin\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/bigkraig\"><img src=\"https://avatars1.githubusercontent.com/u/508403?v=4?s=100\" width=\"100px;\" alt=\"Kraig Amador\"/><br /><sub><b>Kraig Amador</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=bigkraig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kdabir.com/\"><img src=\"https://avatars.githubusercontent.com/u/735240?v=4?s=100\" width=\"100px;\" alt=\"Kunal Dabir\"/><br /><sub><b>Kunal Dabir</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kdabir\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://kylelaker.com/\"><img src=\"https://avatars.githubusercontent.com/u/850893?v=4?s=100\" width=\"100px;\" alt=\"Kyle Laker\"/><br /><sub><b>Kyle Laker</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kylelaker\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexfelixpost\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexfelixpost\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lexGPT\"><img src=\"https://avatars.githubusercontent.com/u/112618115?v=4?s=100\" width=\"100px;\" alt=\"Lex Felix\"/><br /><sub><b>Lex Felix</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lexGPT\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Liam-Johnston\"><img src=\"https://avatars.githubusercontent.com/u/30859946?v=4?s=100\" width=\"100px;\" alt=\"Liam Johnston\"/><br /><sub><b>Liam Johnston</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Liam-Johnston\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/WtfJoke\"><img src=\"https://avatars.githubusercontent.com/u/7139697?v=4?s=100\" width=\"100px;\" alt=\"Manuel\"/><br /><sub><b>Manuel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=WtfJoke\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marciocadev\"><img src=\"https://avatars.githubusercontent.com/u/67694075?v=4?s=100\" width=\"100px;\" alt=\"Marcio Cruz de Almeida\"/><br /><sub><b>Marcio Cruz de Almeida</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marciocadev\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmcculloh-dms\"><img src=\"https://avatars.githubusercontent.com/u/68597641?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmcculloh-dms\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://www.linkedin.com/in/mark-mcculloh/\"><img src=\"https://avatars.githubusercontent.com/u/1237390?v=4?s=100\" width=\"100px;\" alt=\"Mark McCulloh\"/><br /><sub><b>Mark McCulloh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MarkMcCulloh\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://polothy.github.io/\"><img src=\"https://avatars.githubusercontent.com/u/634657?v=4?s=100\" width=\"100px;\" alt=\"Mark Nielsen\"/><br /><sub><b>Mark Nielsen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=polothy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/schuch\"><img src=\"https://avatars.githubusercontent.com/u/6401299?v=4?s=100\" width=\"100px;\" alt=\"Markus Schuch\"/><br /><sub><b>Markus Schuch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=schuch\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/marnixdessing\"><img src=\"https://avatars.githubusercontent.com/u/14939820?v=4?s=100\" width=\"100px;\" alt=\"Marnix Dessing\"/><br /><sub><b>Marnix Dessing</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=marnixdessing\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mmuller88\"><img src=\"https://avatars0.githubusercontent.com/u/18393842?v=4?s=100\" width=\"100px;\" alt=\"Martin Muller\"/><br /><sub><b>Martin Muller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mmuller88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mzuber\"><img src=\"https://avatars.githubusercontent.com/u/948563?v=4?s=100\" width=\"100px;\" alt=\"Martin Zuber\"/><br /><sub><b>Martin Zuber</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mzuber\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tmokmss.hatenablog.com/\"><img src=\"https://avatars.githubusercontent.com/u/7490655?v=4?s=100\" width=\"100px;\" alt=\"Masashi Tomooka\"/><br /><sub><b>Masashi Tomooka</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmokmss\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/matt9ucci\"><img src=\"https://avatars.githubusercontent.com/u/8044346?v=4?s=100\" width=\"100px;\" alt=\"Matt Gucci\"/><br /><sub><b>Matt Gucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=matt9ucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dev.to/martzcodes\"><img src=\"https://avatars1.githubusercontent.com/u/978362?v=4?s=100\" width=\"100px;\" alt=\"Matt Martz\"/><br /><sub><b>Matt Martz</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=martzcodes\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/diranged\"><img src=\"https://avatars.githubusercontent.com/u/768067?v=4?s=100\" width=\"100px;\" alt=\"Matt Wise\"/><br /><sub><b>Matt Wise</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=diranged\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/msessa\"><img src=\"https://avatars.githubusercontent.com/u/1912143?v=4?s=100\" width=\"100px;\" alt=\"Matteo Sessa\"/><br /><sub><b>Matteo Sessa</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=msessa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://www.matthewbonig.com/\"><img src=\"https://avatars2.githubusercontent.com/u/1559437?v=4?s=100\" width=\"100px;\" alt=\"Matthew Bonig\"/><br /><sub><b>Matthew Bonig</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mbonig\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mwg-rea\"><img src=\"https://avatars.githubusercontent.com/u/82480228?v=4?s=100\" width=\"100px;\" alt=\"Matthew Gamble\"/><br /><sub><b>Matthew Gamble</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mwg-rea\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/fongie\"><img src=\"https://avatars1.githubusercontent.com/u/19932622?v=4?s=100\" width=\"100px;\" alt=\"Max Körlinge\"/><br /><sub><b>Max Körlinge</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=fongie\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mayurm88\"><img src=\"https://avatars.githubusercontent.com/u/75965317?v=4?s=100\" width=\"100px;\" alt=\"Mayur Mahrotri\"/><br /><sub><b>Mayur Mahrotri</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mayurm88\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Mayureshd-18\"><img src=\"https://avatars.githubusercontent.com/u/98738585?v=4?s=100\" width=\"100px;\" alt=\"Mayuresh Dharwadkar\"/><br /><sub><b>Mayuresh Dharwadkar</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Mayureshd-18\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mikejgray\"><img src=\"https://avatars.githubusercontent.com/u/30268971?v=4?s=100\" width=\"100px;\" alt=\"Mike\"/><br /><sub><b>Mike</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mikejgray\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/MrArnoldPalmer\"><img src=\"https://avatars.githubusercontent.com/u/7221111?v=4?s=100\" width=\"100px;\" alt=\"Mitchell Valine\"/><br /><sub><b>Mitchell Valine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=MrArnoldPalmer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://moritzkornher.de/\"><img src=\"https://avatars.githubusercontent.com/u/379814?v=4?s=100\" width=\"100px;\" alt=\"Momo Kornher\"/><br /><sub><b>Momo Kornher</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mrgrain\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/gmukul01\"><img src=\"https://avatars.githubusercontent.com/u/3636885?v=4?s=100\" width=\"100px;\" alt=\"Mukul Bansal\"/><br /><sub><b>Mukul Bansal</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=gmukul01\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://blog.neilkuan.net/\"><img src=\"https://avatars.githubusercontent.com/u/46012524?v=4?s=100\" width=\"100px;\" alt=\"Neil Kuan\"/><br /><sub><b>Neil Kuan</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=neilkuan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nicholas-keers\"><img src=\"https://avatars.githubusercontent.com/u/94363953?v=4?s=100\" width=\"100px;\" alt=\"Nick Keers\"/><br /><sub><b>Nick Keers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nicholas-keers\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/njlynch\"><img src=\"https://avatars.githubusercontent.com/u/1376292?v=4?s=100\" width=\"100px;\" alt=\"Nick Lynch\"/><br /><sub><b>Nick Lynch</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=njlynch\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nbyl\"><img src=\"https://avatars.githubusercontent.com/u/1185719?v=4?s=100\" width=\"100px;\" alt=\"Nicolas Byl\"/><br /><sub><b>Nicolas Byl</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nbyl\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/nikhil-zadoo\"><img src=\"https://avatars.githubusercontent.com/u/29751551?v=4?s=100\" width=\"100px;\" alt=\"Nikhil Zadoo\"/><br /><sub><b>Nikhil Zadoo</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikhil-zadoo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://nikovirtala.io/\"><img src=\"https://avatars.githubusercontent.com/u/6813506?v=4?s=100\" width=\"100px;\" alt=\"Niko Virtala\"/><br /><sub><b>Niko Virtala</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=nikovirtala\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/niraj8\"><img src=\"https://avatars.githubusercontent.com/u/8666468?v=4?s=100\" width=\"100px;\" alt=\"Niraj Palecha\"/><br /><sub><b>Niraj Palecha</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=niraj8\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dandelionur\"><img src=\"https://avatars.githubusercontent.com/u/89805919?v=4?s=100\" width=\"100px;\" alt=\"Nurbanu\"/><br /><sub><b>Nurbanu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dandelionur\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pahud\"><img src=\"https://avatars3.githubusercontent.com/u/278432?v=4?s=100\" width=\"100px;\" alt=\"Pahud Hsieh\"/><br /><sub><b>Pahud Hsieh</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pahud\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/patrickdean\"><img src=\"https://avatars.githubusercontent.com/u/1610088?v=4?s=100\" width=\"100px;\" alt=\"Patrick\"/><br /><sub><b>Patrick</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=patrickdean\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/duckpuppy\"><img src=\"https://avatars.githubusercontent.com/u/19253?v=4?s=100\" width=\"100px;\" alt=\"Patrick Aikens\"/><br /><sub><b>Patrick Aikens</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=duckpuppy\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://pepperize.com/\"><img src=\"https://avatars.githubusercontent.com/u/13916107?v=4?s=100\" width=\"100px;\" alt=\"Patrick Florek\"/><br /><sub><b>Patrick Florek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pflorek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/oconpa\"><img src=\"https://avatars.githubusercontent.com/u/35761519?v=4?s=100\" width=\"100px;\" alt=\"Patrick O'Connor\"/><br /><sub><b>Patrick O'Connor</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=oconpa\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://p6m7g8.github.io/\"><img src=\"https://avatars0.githubusercontent.com/u/34295?v=4?s=100\" width=\"100px;\" alt=\"Philip M. Gollucci\"/><br /><sub><b>Philip M. Gollucci</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgollucci\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/philipmw\"><img src=\"https://avatars.githubusercontent.com/u/1379645?v=4?s=100\" width=\"100px;\" alt=\"Philip White\"/><br /><sub><b>Philip White</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=philipmw\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://garbe.io/\"><img src=\"https://avatars.githubusercontent.com/u/721899?v=4?s=100\" width=\"100px;\" alt=\"Philipp Garbe\"/><br /><sub><b>Philipp Garbe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pgarbe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://dynobase.dev/\"><img src=\"https://avatars3.githubusercontent.com/u/3391616?v=4?s=100\" width=\"100px;\" alt=\"Rafal Wilinski\"/><br /><sub><b>Rafal Wilinski</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RafalWilinski\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ramihusein.com/\"><img src=\"https://avatars.githubusercontent.com/u/96155378?v=4?s=100\" width=\"100px;\" alt=\"Rami Husein\"/><br /><sub><b>Rami Husein</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rami-husein\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rix0r.nl/\"><img src=\"https://avatars.githubusercontent.com/u/524162?v=4?s=100\" width=\"100px;\" alt=\"Rico Huijbers\"/><br /><sub><b>Rico Huijbers</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rix0rrr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://tinkerin.gs/\"><img src=\"https://avatars.githubusercontent.com/u/386001?v=4?s=100\" width=\"100px;\" alt=\"Rob Giseburt\"/><br /><sub><b>Rob Giseburt</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=giseburt\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://robbiemackay.com/\"><img src=\"https://avatars.githubusercontent.com/u/7965?v=4?s=100\" width=\"100px;\" alt=\"Robbie Mackay\"/><br /><sub><b>Robbie Mackay</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rjmackay\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/robert-affinidi\"><img src=\"https://avatars.githubusercontent.com/u/88320072?v=4?s=100\" width=\"100px;\" alt=\"Robert\"/><br /><sub><b>Robert</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=robert-affinidi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://rfrezinos.wordpress.com/\"><img src=\"https://avatars.githubusercontent.com/u/3926597?v=4?s=100\" width=\"100px;\" alt=\"Rodrigo Farias Rezino\"/><br /><sub><b>Rodrigo Farias Rezino</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rfrezino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rogerchi\"><img src=\"https://avatars.githubusercontent.com/u/625496?v=4?s=100\" width=\"100px;\" alt=\"Roger Chi\"/><br /><sub><b>Roger Chi</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rogerchi\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://keybase.io/romainmuller\"><img src=\"https://avatars2.githubusercontent.com/u/411689?v=4?s=100\" width=\"100px;\" alt=\"Romain Marcadier\"/><br /><sub><b>Romain Marcadier</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=RomainMuller\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/quesabe\"><img src=\"https://avatars.githubusercontent.com/u/90195036?v=4?s=100\" width=\"100px;\" alt=\"Roman Vasilev\"/><br /><sub><b>Roman Vasilev</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=quesabe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/dj-rabel\"><img src=\"https://avatars.githubusercontent.com/u/4653214?v=4?s=100\" width=\"100px;\" alt=\"Ruben Pascal Abel\"/><br /><sub><b>Ruben Pascal Abel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=dj-rabel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://ryansonshine.com/\"><img src=\"https://avatars.githubusercontent.com/u/9534477?v=4?s=100\" width=\"100px;\" alt=\"Ryan Sonshine\"/><br /><sub><b>Ryan Sonshine</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ryansonshine\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://medium.com/@riywo\"><img src=\"https://avatars.githubusercontent.com/u/37822?v=4?s=100\" width=\"100px;\" alt=\"Ryosuke Iwanaga\"/><br /><sub><b>Ryosuke Iwanaga</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=riywo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/aisamu\"><img src=\"https://avatars.githubusercontent.com/u/431708?v=4?s=100\" width=\"100px;\" alt=\"Samuel Tschiedel\"/><br /><sub><b>Samuel Tschiedel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=aisamu\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/saudkhanzada\"><img src=\"https://avatars.githubusercontent.com/u/30137907?v=4?s=100\" width=\"100px;\" alt=\"Saud Khanzada\"/><br /><sub><b>Saud Khanzada</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=saudkhanzada\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottmondo\"><img src=\"https://avatars.githubusercontent.com/u/91044021?v=4?s=100\" width=\"100px;\" alt=\"Scott McFarlane\"/><br /><sub><b>Scott McFarlane</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottmondo\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/scottschreckengaust\"><img src=\"https://avatars.githubusercontent.com/u/345885?v=4?s=100\" width=\"100px;\" alt=\"Scott Schreckengaust\"/><br /><sub><b>Scott Schreckengaust</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=scottschreckengaust\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://skorfmann.com/\"><img src=\"https://avatars1.githubusercontent.com/u/136789?v=4?s=100\" width=\"100px;\" alt=\"Sebastian Korfmann\"/><br /><sub><b>Sebastian Korfmann</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=skorfmann\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://selfstructured.com/\"><img src=\"https://avatars.githubusercontent.com/u/361689?v=4?s=100\" width=\"100px;\" alt=\"Shawn MacIntyre\"/><br /><sub><b>Shawn MacIntyre</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=smacintyre\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhasgaddam-trueaccord\"><img src=\"https://avatars.githubusercontent.com/u/68877840?v=4?s=100\" width=\"100px;\" alt=\"Suhas Gaddam\"/><br /><sub><b>Suhas Gaddam</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhasgaddam-trueaccord\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/thomasklinger1234\"><img src=\"https://avatars1.githubusercontent.com/u/39558817?v=4?s=100\" width=\"100px;\" alt=\"Thomas Klinger\"/><br /><sub><b>Thomas Klinger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=thomasklinger1234\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/hoegertn\"><img src=\"https://avatars2.githubusercontent.com/u/1287829?v=4?s=100\" width=\"100px;\" alt=\"Thorsten Hoeger\"/><br /><sub><b>Thorsten Hoeger</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=hoegertn\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tiararodney\"><img src=\"https://avatars.githubusercontent.com/u/56236443?v=4?s=100\" width=\"100px;\" alt=\"Tiara\"/><br /><sub><b>Tiara</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tiararodney\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tobias-bardino\"><img src=\"https://avatars.githubusercontent.com/u/1842089?v=4?s=100\" width=\"100px;\" alt=\"Tobias\"/><br /><sub><b>Tobias</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tobias-bardino\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://windyroad.com.au/\"><img src=\"https://avatars.githubusercontent.com/u/7802440?v=4?s=100\" width=\"100px;\" alt=\"Tom Howard\"/><br /><sub><b>Tom Howard</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tompahoward\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"http://dankmemes2020.com/\"><img src=\"https://avatars.githubusercontent.com/u/1083460?v=4?s=100\" width=\"100px;\" alt=\"Tom Keller\"/><br /><sub><b>Tom Keller</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kellertk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://tlakomy.com/\"><img src=\"https://avatars2.githubusercontent.com/u/16646517?v=4?s=100\" width=\"100px;\" alt=\"Tomasz Łakomy\"/><br /><sub><b>Tomasz Łakomy</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tlakomy\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tmartensen\"><img src=\"https://avatars.githubusercontent.com/u/1750466?v=4?s=100\" width=\"100px;\" alt=\"Travis Martensen\"/><br /><sub><b>Travis Martensen</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tmartensen\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/floydspace\"><img src=\"https://avatars.githubusercontent.com/u/5180700?v=4?s=100\" width=\"100px;\" alt=\"Victor Korzunin\"/><br /><sub><b>Victor Korzunin</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=floydspace\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/VinayKokate22\"><img src=\"https://avatars.githubusercontent.com/u/114766745?v=4?s=100\" width=\"100px;\" alt=\"VinayKokate22\"/><br /><sub><b>VinayKokate22</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=VinayKokate22\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vinayak-kukreja\"><img src=\"https://avatars.githubusercontent.com/u/78971045?v=4?s=100\" width=\"100px;\" alt=\"Vinayak Kukreja\"/><br /><sub><b>Vinayak Kukreja</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vinayak-kukreja\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vladcos\"><img src=\"https://avatars.githubusercontent.com/u/135833592?v=4?s=100\" width=\"100px;\" alt=\"Vlad Cos\"/><br /><sub><b>Vlad Cos</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vladcos\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://willdady.com/\"><img src=\"https://avatars.githubusercontent.com/u/204259?v=4?s=100\" width=\"100px;\" alt=\"Will Dady\"/><br /><sub><b>Will Dady</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=willdady\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/yglcode\"><img src=\"https://avatars.githubusercontent.com/u/11893614?v=4?s=100\" width=\"100px;\" alt=\"Yigong Liu\"/><br /><sub><b>Yigong Liu</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yglcode\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/rajyan\"><img src=\"https://avatars.githubusercontent.com/u/38206553?v=4?s=100\" width=\"100px;\" alt=\"Yohta Kimura\"/><br /><sub><b>Yohta Kimura</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=rajyan\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/ykageyama-mondo\"><img src=\"https://avatars.githubusercontent.com/u/91044220?v=4?s=100\" width=\"100px;\" alt=\"Yuichi Kageyama\"/><br /><sub><b>Yuichi Kageyama</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=ykageyama-mondo\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://yuval.io/\"><img src=\"https://avatars.githubusercontent.com/u/5735586?v=4?s=100\" width=\"100px;\" alt=\"Yuval\"/><br /><sub><b>Yuval</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=yuvalherziger\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/andrestone\"><img src=\"https://avatars1.githubusercontent.com/u/7958086?v=4?s=100\" width=\"100px;\" alt=\"andrestone\"/><br /><sub><b>andrestone</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=andrestone\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/codeLeeek\"><img src=\"https://avatars.githubusercontent.com/u/49740620?v=4?s=100\" width=\"100px;\" alt=\"codeLeeek\"/><br /><sub><b>codeLeeek</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=codeLeeek\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/flyingImer\"><img src=\"https://avatars0.githubusercontent.com/u/1973868?v=4?s=100\" width=\"100px;\" alt=\"flyingImer\"/><br /><sub><b>flyingImer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=flyingImer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/huaxk\"><img src=\"https://avatars.githubusercontent.com/u/9971591?v=4?s=100\" width=\"100px;\" alt=\"huaxk\"/><br /><sub><b>huaxk</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=huaxk\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/john-tipper\"><img src=\"https://avatars2.githubusercontent.com/u/9730398?v=4?s=100\" width=\"100px;\" alt=\"john-tipper\"/><br /><sub><b>john-tipper</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=john-tipper\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/karlderkaefer\"><img src=\"https://avatars.githubusercontent.com/u/9578480?v=4?s=100\" width=\"100px;\" alt=\"karlderkaefer\"/><br /><sub><b>karlderkaefer</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=karlderkaefer\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kmkhr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kmkhr\"/><br /><sub><b>kmkhr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kmkhr\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/kt-hr\"><img src=\"https://avatars.githubusercontent.com/u/25603933?v=4?s=100\" width=\"100px;\" alt=\"kt-hr\"/><br /><sub><b>kt-hr</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=kt-hr\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/lmarsden\"><img src=\"https://avatars.githubusercontent.com/u/51232932?v=4?s=100\" width=\"100px;\" alt=\"lmarsden\"/><br /><sub><b>lmarsden</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=lmarsden\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/mtimbs\"><img src=\"https://avatars.githubusercontent.com/u/12463905?v=4?s=100\" width=\"100px;\" alt=\"michaeltimbs\"/><br /><sub><b>michaeltimbs</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=mtimbs\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/orlandronen1\"><img src=\"https://avatars.githubusercontent.com/u/25987273?v=4?s=100\" width=\"100px;\" alt=\"orlandronen1\"/><br /><sub><b>orlandronen1</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=orlandronen1\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/pvbouwel\"><img src=\"https://avatars.githubusercontent.com/u/463976?v=4?s=100\" width=\"100px;\" alt=\"pvbouwel\"/><br /><sub><b>pvbouwel</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=pvbouwel\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/suhussai\"><img src=\"https://avatars.githubusercontent.com/u/6500837?v=4?s=100\" width=\"100px;\" alt=\"suhussai\"/><br /><sub><b>suhussai</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=suhussai\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/t0bst4r\"><img src=\"https://avatars.githubusercontent.com/u/82281152?v=4?s=100\" width=\"100px;\" alt=\"t0bst4r\"/><br /><sub><b>t0bst4r</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=t0bst4r\" title=\"Code\">💻</a></td>\n </tr>\n <tr>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/tHyt-lab\"><img src=\"https://avatars.githubusercontent.com/u/11361677?v=4?s=100\" width=\"100px;\" alt=\"tHyt-lab\"/><br /><sub><b>tHyt-lab</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=tHyt-lab\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/Warkanlock\"><img src=\"https://avatars.githubusercontent.com/u/13340320?v=4?s=100\" width=\"100px;\" alt=\"txxnano\"/><br /><sub><b>txxnano</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=Warkanlock\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/vVahe\"><img src=\"https://avatars.githubusercontent.com/u/17318901?v=4?s=100\" width=\"100px;\" alt=\"vVahe\"/><br /><sub><b>vVahe</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=vVahe\" title=\"Code\">💻</a></td>\n <td align=\"center\" valign=\"top\" width=\"14.28%\"><a href=\"https://github.com/zetashift\"><img src=\"https://avatars.githubusercontent.com/u/1857826?v=4?s=100\" width=\"100px;\" alt=\"zetashift\"/><br /><sub><b>zetashift</b></sub></a><br /><a href=\"https://github.com/projen/projen/commits?author=zetashift\" title=\"Code\">💻</a></td>\n </tr>\n </tbody>\n</table>\n\n<!-- markdownlint-restore -->\n<!-- prettier-ignore-end -->\n\n<!-- ALL-CONTRIBUTORS-LIST:END -->\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
84
|
+
"markdown": "<p align=\"center\">\n <a href=\"https://projen.io\">\n <img src=\"https://raw.githubusercontent.com/projen/projen/main/logo/projen.svg\">\n <h3 align=\"center\">projen</h3>\n </a>\n</p>\n\n<p align=\"center\">\n Define and maintain complex project configuration through code.\n</p>\n\n<p align=\"center\">\n <a href=\"https://projen.io/\"><strong>Documentation</strong></a> ·\n <a href=\"https://github.com/projen/projen/releases\"><strong>Changelog</strong></a> ·\n <a href=\"#project-types\"><strong>Project types</strong></a> ·\n <a href=\"#community\"><strong>Join the community</strong></a>\n</p>\n\n<p align=\"center\">\n <a href=\"https://opensource.org/licenses/Apache-2.0\"><img src=\"https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg\" alt=\"Apache 2.0 License\"></a>\n <a href=\"https://gitpod.io/#https://github.com/projen/projen\"><img src=\"https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod\" alt=\"Gitpod ready-to-code\"></a>\n <a href=\"https://github.com/projen/projen/actions/workflows/release.yml\"><img src=\"https://github.com/projen/projen/actions/workflows/release.yml/badge.svg\" alt=\"Release badge\"></a>\n <a href=\"https://github.com/projen/projen/commits/main\"><img src=\"https://img.shields.io/github/commit-activity/w/projen/projen\" alt=\"Commit activity\"></a>\n</p>\n\n<br/>\n\n*projen* synthesizes project configuration files such as `package.json`,\n`tsconfig.json`, `.gitignore`, GitHub Workflows, eslint, jest, etc. from a\nwell-typed definition written in JavaScript.\n\nAs opposed to existing templating/scaffolding tools, *projen* is not a one-off\ngenerator. Synthesized files should never be manually edited (in fact, projen\nenforces that). To modify your project setup, users interact with rich\nstrongly-typed class and execute `projen` to update their project configuration\nfiles.\n\nBy defining a custom project type and using projen in multiple repositories, it's\npossible to update configuration files and CI/CD workflows across dozens (or\nhundreds!?) of projects.\n\nCheck out [this talk](https://youtu.be/SOWMPzXtTCw) about projen from its creator.\n\n## Getting Started\n\n*projen* doesn't need to be installed. You will be using [npx](https://docs.npmjs.com/cli/v7/commands/npx) to run *projen* which takes care of all required setup steps.\n\nTo create a new project, run the following command and follow the instructions:\n\n```console\n$ mkdir my-project\n$ cd my-project\n$ npx projen new PROJECT-TYPE\n🤖 Synthesizing project...\n...\n```\n\n### Project types\n\nCurrently supported project types (use `npx projen new` without a type for a\nfull list):\n\n**Built-in:** (run `npx projen new <type>`)\n\n<!-- <macro exec=\"node ./scripts/readme-projects.js\"> -->\n* [awscdk-app-java](https://projen.io/docs/api/awscdk#awscdkjavaapp-) - AWS CDK app in Java.\n* [awscdk-app-py](https://projen.io/docs/api/awscdk#awscdkpythonapp-) - AWS CDK app in Python.\n* [awscdk-app-ts](https://projen.io/docs/api/awscdk#awscdktypescriptapp-) - AWS CDK app in TypeScript.\n* [awscdk-construct](https://projen.io/docs/api/awscdk#awscdkconstructlibrary-) - AWS CDK construct library project.\n* [cdk8s-app-py](https://projen.io/docs/api/cdk8s#cdk8spythonapp-) - CDK8s app in Python.\n* [cdk8s-app-ts](https://projen.io/docs/api/cdk8s#cdk8stypescriptapp-) - CDK8s app in TypeScript.\n* [cdk8s-construct](https://projen.io/docs/api/cdk8s#constructlibrarycdk8s-) - CDK8s construct library project.\n* [cdktf-construct](https://projen.io/docs/api/cdktf#constructlibrarycdktf-) - CDKTF construct library project.\n* [java](https://projen.io/docs/api/java#javaproject-) - Java project.\n* [jsii](https://projen.io/docs/api/cdk#jsiiproject-) - Multi-language jsii library project.\n* [nextjs](https://projen.io/docs/api/web#nextjsproject-) - Next.js project using JavaScript.\n* [nextjs-ts](https://projen.io/docs/api/web#nextjstypescriptproject-) - Next.js project using TypeScript.\n* [node](https://projen.io/docs/api/javascript#nodeproject-) - Node.js project.\n* [project](https://projen.io/docs/api/projen#project-) - Base project.\n* [python](https://projen.io/docs/api/python#pythonproject-) - Python project.\n* [react](https://projen.io/docs/api/web#reactproject-) - React project using JavaScript.\n* [react-ts](https://projen.io/docs/api/web#reacttypescriptproject-) - React project using TypeScript.\n* [typescript](https://projen.io/docs/api/typescript#typescriptproject-) - TypeScript project.\n* [typescript-app](https://projen.io/docs/api/typescript#typescriptappproject-) - TypeScript app.\n<!-- </macro> -->\n\n**External:** (run `npx projen new --from <type>`)\n\n* [projen-github-action-typescript](https://github.com/projen/projen-github-action-typescript/blob/main/API.md) - GitHub Action in TypeScript project.\n\n> Use `npx projen new PROJECT-TYPE --help` to view a list of command line\n> switches that allows you to specify most project options during bootstrapping.\n> For example: `npx projen new jsii --author-name \"Jerry Berry\"`.\n\nThe `new` command will create a `.projenrc.js` file which looks like this for\n`jsii` projects:\n\n```js\nconst { JsiiProject } = require('projen');\n\nconst project = new JsiiProject({\n authorAddress: \"elad.benisrael@gmail.com\",\n authorName: \"Elad Ben-Israel\",\n name: \"foobar\",\n repository: \"https://github.com/eladn/foobar.git\",\n});\n\nproject.synth();\n```\n\nThis program instantiates the project type with minimal setup, and then calls\n`synth()` to synthesize the project files. By default, the `new` command will\nalso execute this program, which will result in a fully working project.\n\nOnce your project is created, you can configure your project by editing\n`.projenrc.js` and re-running `npx projen` to synthesize again.\n\n> The files generated by *projen* are considered an \"implementation detail\" and\n> *projen* protects them from being manually edited (most files are marked\n> read-only, and an \"anti tamper\" check is configured in the CI build workflow\n> to ensure that files are not updated during build).\n\nFor example, to setup PyPI publishing in `jsii` projects, you can use\n[`publishToPypi option`](https://projen.io/publisher.html):\n\n```js\nconst project = new JsiiProject({\n // ...\n publishToPypi: {\n distName: \"mydist\",\n module: \"my_module\",\n }\n});\n```\n\nRun:\n\n```shell\nnpx projen\n```\n\nAnd you'll notice that your `package.json` file now contains a `python` section in\nits `jsii` config and the GitHub `release.yml` workflow includes a PyPI\npublishing step.\n\nWe recommend to put this in your shell profile, so you can simply run `pj` every\ntime you update `.projenrc.js`:\n\n```bash\nalias pj='npx projen'\n```\n\nMost projects come with an assortment of **tasks** that handle various\ndevelopment activities, from compiling to publishing. Tasks can be and composed\ntogether, and can be run as local commands or turned into GitHub workflows. You\ncan list all tasks with `npx projen --help`:\n\n```shell\n$ npx projen --help\nprojen [command]\n\nCommands:\n projen new [PROJECT-TYPE-NAME] [OPTIONS] Creates a new projen project\n projen clobber hard resets to HEAD of origin and cleans the local repo\n projen compile Only compile\n projen test Run tests\n projen build Full release build (test+compile)\n projen upgrade upgrade dependencies (including projen)\n...\n```\n\nThe `build` task is the same task that's executed in your CI builds. It\ntypically compiles, lints, tests and packages your module for distribution.\n\n### Shell Completions\n\nIf installed as a global package, `projen` includes rich shell tab-completion support. To enable this in your shell, run:\n\n```shell\n# Bash\nprojen completion >> ~/.bashrc\n\n# ZSH\nprojen completion >> ~/.zshrc\n```\n\n## Features\n\nSome examples of features built-in to project types:\n\n* Fully synthesize `package.json`\n* Standard npm scripts like `compile`, `build`, `test`, `package`\n* eslint\n* Jest\n* jsii: compile, package, api compatibility checks, API.md\n* Bump & release scripts with CHANGELOG generation based on conventional commits\n* Automated PR builds\n* Automated releases to npm, maven, NuGet and PyPI\n* Automated dependency upgrades\n* Mergify configuration\n* LICENSE file generation\n* gitignore + npmignore management\n* Node \"engines\" support with coupling to CI build environment and @types/node\n* Anti-tamper: CI builds will fail if a synthesized file is modified manually\n\n## Documentation\n\nFor documentation including examples and a full API reference, visit <https://projen.io/>.\n\n## Ecosystem\n\n*projen* takes a \"batteries included\" approach and aims to offer dozens of different project types out of\nthe box (we are just getting started). Think `projen new react`, `projen new angular`, `projen new java-maven`,\n`projen new awscdk-typescript`, `projen new cdk8s-python` (nothing in projen is tied to javascript or npm!)...\n\nAdding new project types is as simple as submitting a pull request to this repo and exporting a class that\nextends `projen.Project` (or one of its derivatives). Projen automatically discovers project types so your\ntype will immediately be available in `projen new`.\n\n### Projects in external modules\n\n*projen* is bundled with many project types out of the box, but it can also work\nwith project types and components defined in external jsii modules (the reason\nwe need jsii is because projen uses the jsii metadata to discover project types\n& options in projen new).\n\nSay we have a module in npm called `projen-vuejs` which includes a single project\ntype for vue.js:\n\n```bash\n$ npx projen new --from projen-vuejs\n```\n\nIf the referenced module includes multiple project types, the type is required.\nSwitches can also be used to specify initial values based on the project type\nAPIs. You can also use any package syntax supported by [yarn\nadd](https://classic.yarnpkg.com/en/docs/cli/add#toc-adding-dependencies) like\n`projen-vuejs@1.2.3`, `file:/path/to/local/folder`,\n`git@github.com/awesome/projen-vuejs#1.2.3`, etc.\n\n```bash\n$ npx projen new --from projen-vuejs@^2 vuejs-ts --description \"my awesome vue project\"\n```\n\nUnder the hood, `projen new` will install the `projen-vuejs` module from npm\n(version 2.0.0 and above), discover the project types in it and bootstrap the\n`vuejs-ts` project type. It will assign the value `\"my awesome vue project\"` to\nthe `description` field. If you examine your `.projenrc.js` file, you'll see\nthat `projen-vuejs` is defined as a dev dependency:\n\n```javascript\nconst { VueJsProject } = require('projen-vuejs');\n\nconst project = new VueJsProject({\n name: 'my-vuejs-sample',\n description: \"my awesome vue project\",\n // ...\n devDeps: [\n 'projen-vuejs'\n ]\n});\n\nproject.synth();\n```\n\n## Roadmap\n\nSee [Vision](./VISION.md).\n\n## FAQ\n\n### Do I have to write my configuration in JavaScript?\n\nNot at all! JavaScript is the default, but it's also possible to write it in\nJava, Python, TypeScript, or even JSON. This is made\npossible by the [jsii](https://github.com/aws/jsii) library which allows us\nto write APIs once and generate libraries in several languages. You can choose\na different language by passing the `--projenrc-ts`, `--projenrc-py`, `--projenrc-java`, or\n`--projenrc-json` flags when running `projen new`.\n\nNote: using a `.projenrc.json` file to specify configuration only allows\naccessing a subset of the entire API - the options which are passed to the\nconstructor of each project type.\n\n### How does projen work with my IDE?\n\nprojen has an unofficial [VS Code extension]. Check it out!\n\n[VS Code extension]: https://marketplace.visualstudio.com/items?itemName=MarkMcCulloh.vscode-projen\n\n## Community\n\nThe projen community can be found within the #projen channel in the [cdk.dev]\ncommunity Slack workspace.\n\n[cdk.dev]: https://cdk.dev/\n\n## Contributions\n\nContributions of all kinds are welcome! Check out our [contributor's\nguide](./CONTRIBUTING.md) and our [code of conduct](./CODE_OF_CONDUCT.md).\n\nFor a quick start, check out a development environment:\n\n```bash\n$ git clone git@github.com:projen/projen\n$ cd projen\n$ npm ci\n$ npm run watch # compile in the background\n```\n\n### Contributors\n\nThanks goes to [our wonderful contributors](https://github.com/projen/projen/graphs/contributors)!\n\n## License\n\nDistributed under the [Apache-2.0](./LICENSE) license.\n"
|
|
85
85
|
},
|
|
86
86
|
"repository": {
|
|
87
87
|
"type": "git",
|
|
@@ -12894,7 +12894,7 @@
|
|
|
12894
12894
|
},
|
|
12895
12895
|
"locationInModule": {
|
|
12896
12896
|
"filename": "src/awscdk/auto-discover.ts",
|
|
12897
|
-
"line":
|
|
12897
|
+
"line": 217
|
|
12898
12898
|
},
|
|
12899
12899
|
"parameters": [
|
|
12900
12900
|
{
|
|
@@ -12914,7 +12914,7 @@
|
|
|
12914
12914
|
"kind": "class",
|
|
12915
12915
|
"locationInModule": {
|
|
12916
12916
|
"filename": "src/awscdk/auto-discover.ts",
|
|
12917
|
-
"line":
|
|
12917
|
+
"line": 216
|
|
12918
12918
|
},
|
|
12919
12919
|
"name": "AutoDiscover",
|
|
12920
12920
|
"namespace": "awscdk",
|
|
@@ -12987,7 +12987,7 @@
|
|
|
12987
12987
|
"kind": "interface",
|
|
12988
12988
|
"locationInModule": {
|
|
12989
12989
|
"filename": "src/awscdk/auto-discover.ts",
|
|
12990
|
-
"line":
|
|
12990
|
+
"line": 178
|
|
12991
12991
|
},
|
|
12992
12992
|
"name": "AutoDiscoverOptions",
|
|
12993
12993
|
"namespace": "awscdk",
|
|
@@ -13002,7 +13002,7 @@
|
|
|
13002
13002
|
"immutable": true,
|
|
13003
13003
|
"locationInModule": {
|
|
13004
13004
|
"filename": "src/awscdk/auto-discover.ts",
|
|
13005
|
-
"line":
|
|
13005
|
+
"line": 195
|
|
13006
13006
|
},
|
|
13007
13007
|
"name": "edgeLambdaAutoDiscover",
|
|
13008
13008
|
"optional": true,
|
|
@@ -13020,7 +13020,7 @@
|
|
|
13020
13020
|
"immutable": true,
|
|
13021
13021
|
"locationInModule": {
|
|
13022
13022
|
"filename": "src/awscdk/auto-discover.ts",
|
|
13023
|
-
"line":
|
|
13023
|
+
"line": 209
|
|
13024
13024
|
},
|
|
13025
13025
|
"name": "integrationTestAutoDiscover",
|
|
13026
13026
|
"optional": true,
|
|
@@ -13038,7 +13038,7 @@
|
|
|
13038
13038
|
"immutable": true,
|
|
13039
13039
|
"locationInModule": {
|
|
13040
13040
|
"filename": "src/awscdk/auto-discover.ts",
|
|
13041
|
-
"line":
|
|
13041
|
+
"line": 188
|
|
13042
13042
|
},
|
|
13043
13043
|
"name": "lambdaAutoDiscover",
|
|
13044
13044
|
"optional": true,
|
|
@@ -13056,7 +13056,7 @@
|
|
|
13056
13056
|
"immutable": true,
|
|
13057
13057
|
"locationInModule": {
|
|
13058
13058
|
"filename": "src/awscdk/auto-discover.ts",
|
|
13059
|
-
"line":
|
|
13059
|
+
"line": 202
|
|
13060
13060
|
},
|
|
13061
13061
|
"name": "lambdaExtensionAutoDiscover",
|
|
13062
13062
|
"optional": true,
|
|
@@ -13085,7 +13085,7 @@
|
|
|
13085
13085
|
},
|
|
13086
13086
|
"locationInModule": {
|
|
13087
13087
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13088
|
-
"line":
|
|
13088
|
+
"line": 79
|
|
13089
13089
|
},
|
|
13090
13090
|
"parameters": [
|
|
13091
13091
|
{
|
|
@@ -13099,7 +13099,7 @@
|
|
|
13099
13099
|
"kind": "class",
|
|
13100
13100
|
"locationInModule": {
|
|
13101
13101
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13102
|
-
"line":
|
|
13102
|
+
"line": 76
|
|
13103
13103
|
},
|
|
13104
13104
|
"methods": [
|
|
13105
13105
|
{
|
|
@@ -13111,7 +13111,7 @@
|
|
|
13111
13111
|
},
|
|
13112
13112
|
"locationInModule": {
|
|
13113
13113
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13114
|
-
"line":
|
|
13114
|
+
"line": 138
|
|
13115
13115
|
},
|
|
13116
13116
|
"name": "addCdkDependencies",
|
|
13117
13117
|
"parameters": [
|
|
@@ -13136,7 +13136,7 @@
|
|
|
13136
13136
|
},
|
|
13137
13137
|
"locationInModule": {
|
|
13138
13138
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13139
|
-
"line":
|
|
13139
|
+
"line": 148
|
|
13140
13140
|
},
|
|
13141
13141
|
"name": "addCdkTestDependencies",
|
|
13142
13142
|
"parameters": [
|
|
@@ -13164,7 +13164,7 @@
|
|
|
13164
13164
|
"immutable": true,
|
|
13165
13165
|
"locationInModule": {
|
|
13166
13166
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13167
|
-
"line":
|
|
13167
|
+
"line": 77
|
|
13168
13168
|
},
|
|
13169
13169
|
"name": "cdkDeps",
|
|
13170
13170
|
"type": {
|
|
@@ -13179,7 +13179,7 @@
|
|
|
13179
13179
|
"immutable": true,
|
|
13180
13180
|
"locationInModule": {
|
|
13181
13181
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13182
|
-
"line":
|
|
13182
|
+
"line": 119
|
|
13183
13183
|
},
|
|
13184
13184
|
"name": "cdkVersion",
|
|
13185
13185
|
"type": {
|
|
@@ -13194,7 +13194,7 @@
|
|
|
13194
13194
|
"immutable": true,
|
|
13195
13195
|
"locationInModule": {
|
|
13196
13196
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13197
|
-
"line":
|
|
13197
|
+
"line": 126
|
|
13198
13198
|
},
|
|
13199
13199
|
"name": "version",
|
|
13200
13200
|
"type": {
|
|
@@ -13234,7 +13234,7 @@
|
|
|
13234
13234
|
"immutable": true,
|
|
13235
13235
|
"locationInModule": {
|
|
13236
13236
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13237
|
-
"line":
|
|
13237
|
+
"line": 32
|
|
13238
13238
|
},
|
|
13239
13239
|
"name": "edgeLambdaAutoDiscover",
|
|
13240
13240
|
"optional": true,
|
|
@@ -13252,7 +13252,7 @@
|
|
|
13252
13252
|
"immutable": true,
|
|
13253
13253
|
"locationInModule": {
|
|
13254
13254
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13255
|
-
"line":
|
|
13255
|
+
"line": 57
|
|
13256
13256
|
},
|
|
13257
13257
|
"name": "experimentalIntegRunner",
|
|
13258
13258
|
"optional": true,
|
|
@@ -13270,7 +13270,7 @@
|
|
|
13270
13270
|
"immutable": true,
|
|
13271
13271
|
"locationInModule": {
|
|
13272
13272
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13273
|
-
"line":
|
|
13273
|
+
"line": 49
|
|
13274
13274
|
},
|
|
13275
13275
|
"name": "integrationTestAutoDiscover",
|
|
13276
13276
|
"optional": true,
|
|
@@ -13288,7 +13288,7 @@
|
|
|
13288
13288
|
"immutable": true,
|
|
13289
13289
|
"locationInModule": {
|
|
13290
13290
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13291
|
-
"line":
|
|
13291
|
+
"line": 23
|
|
13292
13292
|
},
|
|
13293
13293
|
"name": "lambdaAutoDiscover",
|
|
13294
13294
|
"optional": true,
|
|
@@ -13306,7 +13306,7 @@
|
|
|
13306
13306
|
"immutable": true,
|
|
13307
13307
|
"locationInModule": {
|
|
13308
13308
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13309
|
-
"line":
|
|
13309
|
+
"line": 41
|
|
13310
13310
|
},
|
|
13311
13311
|
"name": "lambdaExtensionAutoDiscover",
|
|
13312
13312
|
"optional": true,
|
|
@@ -13324,7 +13324,7 @@
|
|
|
13324
13324
|
"immutable": true,
|
|
13325
13325
|
"locationInModule": {
|
|
13326
13326
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
13327
|
-
"line":
|
|
13327
|
+
"line": 64
|
|
13328
13328
|
},
|
|
13329
13329
|
"name": "lambdaOptions",
|
|
13330
13330
|
"optional": true,
|
|
@@ -13971,7 +13971,7 @@
|
|
|
13971
13971
|
},
|
|
13972
13972
|
"locationInModule": {
|
|
13973
13973
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
13974
|
-
"line":
|
|
13974
|
+
"line": 56
|
|
13975
13975
|
},
|
|
13976
13976
|
"parameters": [
|
|
13977
13977
|
{
|
|
@@ -13985,7 +13985,7 @@
|
|
|
13985
13985
|
"kind": "class",
|
|
13986
13986
|
"locationInModule": {
|
|
13987
13987
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
13988
|
-
"line":
|
|
13988
|
+
"line": 25
|
|
13989
13989
|
},
|
|
13990
13990
|
"methods": [
|
|
13991
13991
|
{
|
|
@@ -13996,7 +13996,7 @@
|
|
|
13996
13996
|
},
|
|
13997
13997
|
"locationInModule": {
|
|
13998
13998
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
13999
|
-
"line":
|
|
13999
|
+
"line": 95
|
|
14000
14000
|
},
|
|
14001
14001
|
"name": "addCdkDependency",
|
|
14002
14002
|
"parameters": [
|
|
@@ -14025,7 +14025,7 @@
|
|
|
14025
14025
|
"immutable": true,
|
|
14026
14026
|
"locationInModule": {
|
|
14027
14027
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14028
|
-
"line":
|
|
14028
|
+
"line": 29
|
|
14029
14029
|
},
|
|
14030
14030
|
"name": "cdkConfig",
|
|
14031
14031
|
"type": {
|
|
@@ -14040,7 +14040,7 @@
|
|
|
14040
14040
|
"immutable": true,
|
|
14041
14041
|
"locationInModule": {
|
|
14042
14042
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14043
|
-
"line":
|
|
14043
|
+
"line": 34
|
|
14044
14044
|
},
|
|
14045
14045
|
"name": "cdkDeps",
|
|
14046
14046
|
"type": {
|
|
@@ -14055,7 +14055,7 @@
|
|
|
14055
14055
|
"immutable": true,
|
|
14056
14056
|
"locationInModule": {
|
|
14057
14057
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14058
|
-
"line":
|
|
14058
|
+
"line": 44
|
|
14059
14059
|
},
|
|
14060
14060
|
"name": "cdkTasks",
|
|
14061
14061
|
"type": {
|
|
@@ -14070,7 +14070,7 @@
|
|
|
14070
14070
|
"immutable": true,
|
|
14071
14071
|
"locationInModule": {
|
|
14072
14072
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14073
|
-
"line":
|
|
14073
|
+
"line": 39
|
|
14074
14074
|
},
|
|
14075
14075
|
"name": "mainClass",
|
|
14076
14076
|
"type": {
|
|
@@ -14085,7 +14085,7 @@
|
|
|
14085
14085
|
"immutable": true,
|
|
14086
14086
|
"locationInModule": {
|
|
14087
14087
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14088
|
-
"line":
|
|
14088
|
+
"line": 54
|
|
14089
14089
|
},
|
|
14090
14090
|
"name": "mainClassName",
|
|
14091
14091
|
"type": {
|
|
@@ -14100,7 +14100,7 @@
|
|
|
14100
14100
|
"immutable": true,
|
|
14101
14101
|
"locationInModule": {
|
|
14102
14102
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14103
|
-
"line":
|
|
14103
|
+
"line": 49
|
|
14104
14104
|
},
|
|
14105
14105
|
"name": "mainPackage",
|
|
14106
14106
|
"type": {
|
|
@@ -14141,7 +14141,7 @@
|
|
|
14141
14141
|
"immutable": true,
|
|
14142
14142
|
"locationInModule": {
|
|
14143
14143
|
"filename": "src/awscdk/awscdk-app-java.ts",
|
|
14144
|
-
"line":
|
|
14144
|
+
"line": 17
|
|
14145
14145
|
},
|
|
14146
14146
|
"name": "mainClass",
|
|
14147
14147
|
"type": {
|
|
@@ -14268,7 +14268,7 @@
|
|
|
14268
14268
|
},
|
|
14269
14269
|
"locationInModule": {
|
|
14270
14270
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14271
|
-
"line":
|
|
14271
|
+
"line": 79
|
|
14272
14272
|
},
|
|
14273
14273
|
"parameters": [
|
|
14274
14274
|
{
|
|
@@ -14282,7 +14282,7 @@
|
|
|
14282
14282
|
"kind": "class",
|
|
14283
14283
|
"locationInModule": {
|
|
14284
14284
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14285
|
-
"line":
|
|
14285
|
+
"line": 43
|
|
14286
14286
|
},
|
|
14287
14287
|
"name": "AwsCdkPythonApp",
|
|
14288
14288
|
"namespace": "awscdk",
|
|
@@ -14295,7 +14295,7 @@
|
|
|
14295
14295
|
"immutable": true,
|
|
14296
14296
|
"locationInModule": {
|
|
14297
14297
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14298
|
-
"line":
|
|
14298
|
+
"line": 59
|
|
14299
14299
|
},
|
|
14300
14300
|
"name": "appEntrypoint",
|
|
14301
14301
|
"type": {
|
|
@@ -14310,7 +14310,7 @@
|
|
|
14310
14310
|
"immutable": true,
|
|
14311
14311
|
"locationInModule": {
|
|
14312
14312
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14313
|
-
"line":
|
|
14313
|
+
"line": 52
|
|
14314
14314
|
},
|
|
14315
14315
|
"name": "cdkConfig",
|
|
14316
14316
|
"type": {
|
|
@@ -14324,7 +14324,7 @@
|
|
|
14324
14324
|
"immutable": true,
|
|
14325
14325
|
"locationInModule": {
|
|
14326
14326
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14327
|
-
"line":
|
|
14327
|
+
"line": 54
|
|
14328
14328
|
},
|
|
14329
14329
|
"name": "cdkDeps",
|
|
14330
14330
|
"type": {
|
|
@@ -14339,7 +14339,7 @@
|
|
|
14339
14339
|
"immutable": true,
|
|
14340
14340
|
"locationInModule": {
|
|
14341
14341
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14342
|
-
"line":
|
|
14342
|
+
"line": 47
|
|
14343
14343
|
},
|
|
14344
14344
|
"name": "cdkTasks",
|
|
14345
14345
|
"type": {
|
|
@@ -14354,7 +14354,7 @@
|
|
|
14354
14354
|
"immutable": true,
|
|
14355
14355
|
"locationInModule": {
|
|
14356
14356
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14357
|
-
"line":
|
|
14357
|
+
"line": 75
|
|
14358
14358
|
},
|
|
14359
14359
|
"name": "cdkVersion",
|
|
14360
14360
|
"type": {
|
|
@@ -14369,7 +14369,7 @@
|
|
|
14369
14369
|
"immutable": true,
|
|
14370
14370
|
"locationInModule": {
|
|
14371
14371
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14372
|
-
"line":
|
|
14372
|
+
"line": 70
|
|
14373
14373
|
},
|
|
14374
14374
|
"name": "sampleTestdir",
|
|
14375
14375
|
"overrides": "projen.python.PythonProject",
|
|
@@ -14386,7 +14386,7 @@
|
|
|
14386
14386
|
"immutable": true,
|
|
14387
14387
|
"locationInModule": {
|
|
14388
14388
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14389
|
-
"line":
|
|
14389
|
+
"line": 65
|
|
14390
14390
|
},
|
|
14391
14391
|
"name": "testdir",
|
|
14392
14392
|
"type": {
|
|
@@ -14427,7 +14427,7 @@
|
|
|
14427
14427
|
"immutable": true,
|
|
14428
14428
|
"locationInModule": {
|
|
14429
14429
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14430
|
-
"line":
|
|
14430
|
+
"line": 28
|
|
14431
14431
|
},
|
|
14432
14432
|
"name": "appEntrypoint",
|
|
14433
14433
|
"optional": true,
|
|
@@ -14446,7 +14446,7 @@
|
|
|
14446
14446
|
"immutable": true,
|
|
14447
14447
|
"locationInModule": {
|
|
14448
14448
|
"filename": "src/awscdk/awscdk-app-py.ts",
|
|
14449
|
-
"line":
|
|
14449
|
+
"line": 35
|
|
14450
14450
|
},
|
|
14451
14451
|
"name": "testdir",
|
|
14452
14452
|
"optional": true,
|
|
@@ -14474,7 +14474,7 @@
|
|
|
14474
14474
|
},
|
|
14475
14475
|
"locationInModule": {
|
|
14476
14476
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14477
|
-
"line":
|
|
14477
|
+
"line": 119
|
|
14478
14478
|
},
|
|
14479
14479
|
"parameters": [
|
|
14480
14480
|
{
|
|
@@ -14488,7 +14488,7 @@
|
|
|
14488
14488
|
"kind": "class",
|
|
14489
14489
|
"locationInModule": {
|
|
14490
14490
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14491
|
-
"line":
|
|
14491
|
+
"line": 94
|
|
14492
14492
|
},
|
|
14493
14493
|
"methods": [
|
|
14494
14494
|
{
|
|
@@ -14498,7 +14498,7 @@
|
|
|
14498
14498
|
},
|
|
14499
14499
|
"locationInModule": {
|
|
14500
14500
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14501
|
-
"line":
|
|
14501
|
+
"line": 260
|
|
14502
14502
|
},
|
|
14503
14503
|
"name": "addCdkDependency",
|
|
14504
14504
|
"parameters": [
|
|
@@ -14527,7 +14527,7 @@
|
|
|
14527
14527
|
"immutable": true,
|
|
14528
14528
|
"locationInModule": {
|
|
14529
14529
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14530
|
-
"line":
|
|
14530
|
+
"line": 105
|
|
14531
14531
|
},
|
|
14532
14532
|
"name": "appEntrypoint",
|
|
14533
14533
|
"type": {
|
|
@@ -14542,7 +14542,7 @@
|
|
|
14542
14542
|
"immutable": true,
|
|
14543
14543
|
"locationInModule": {
|
|
14544
14544
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14545
|
-
"line":
|
|
14545
|
+
"line": 115
|
|
14546
14546
|
},
|
|
14547
14547
|
"name": "cdkConfig",
|
|
14548
14548
|
"type": {
|
|
@@ -14556,7 +14556,7 @@
|
|
|
14556
14556
|
"immutable": true,
|
|
14557
14557
|
"locationInModule": {
|
|
14558
14558
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14559
|
-
"line":
|
|
14559
|
+
"line": 117
|
|
14560
14560
|
},
|
|
14561
14561
|
"name": "cdkDeps",
|
|
14562
14562
|
"type": {
|
|
@@ -14571,7 +14571,7 @@
|
|
|
14571
14571
|
"immutable": true,
|
|
14572
14572
|
"locationInModule": {
|
|
14573
14573
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14574
|
-
"line":
|
|
14574
|
+
"line": 110
|
|
14575
14575
|
},
|
|
14576
14576
|
"name": "cdkTasks",
|
|
14577
14577
|
"type": {
|
|
@@ -14586,7 +14586,7 @@
|
|
|
14586
14586
|
"immutable": true,
|
|
14587
14587
|
"locationInModule": {
|
|
14588
14588
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14589
|
-
"line":
|
|
14589
|
+
"line": 98
|
|
14590
14590
|
},
|
|
14591
14591
|
"name": "cdkVersion",
|
|
14592
14592
|
"type": {
|
|
@@ -14625,7 +14625,7 @@
|
|
|
14625
14625
|
"immutable": true,
|
|
14626
14626
|
"locationInModule": {
|
|
14627
14627
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14628
|
-
"line":
|
|
14628
|
+
"line": 37
|
|
14629
14629
|
},
|
|
14630
14630
|
"name": "app",
|
|
14631
14631
|
"optional": true,
|
|
@@ -14643,7 +14643,7 @@
|
|
|
14643
14643
|
"immutable": true,
|
|
14644
14644
|
"locationInModule": {
|
|
14645
14645
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14646
|
-
"line":
|
|
14646
|
+
"line": 32
|
|
14647
14647
|
},
|
|
14648
14648
|
"name": "appEntrypoint",
|
|
14649
14649
|
"optional": true,
|
|
@@ -14661,7 +14661,7 @@
|
|
|
14661
14661
|
"immutable": true,
|
|
14662
14662
|
"locationInModule": {
|
|
14663
14663
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14664
|
-
"line":
|
|
14664
|
+
"line": 54
|
|
14665
14665
|
},
|
|
14666
14666
|
"name": "edgeLambdaAutoDiscover",
|
|
14667
14667
|
"optional": true,
|
|
@@ -14679,7 +14679,7 @@
|
|
|
14679
14679
|
"immutable": true,
|
|
14680
14680
|
"locationInModule": {
|
|
14681
14681
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14682
|
-
"line":
|
|
14682
|
+
"line": 79
|
|
14683
14683
|
},
|
|
14684
14684
|
"name": "experimentalIntegRunner",
|
|
14685
14685
|
"optional": true,
|
|
@@ -14697,7 +14697,7 @@
|
|
|
14697
14697
|
"immutable": true,
|
|
14698
14698
|
"locationInModule": {
|
|
14699
14699
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14700
|
-
"line":
|
|
14700
|
+
"line": 71
|
|
14701
14701
|
},
|
|
14702
14702
|
"name": "integrationTestAutoDiscover",
|
|
14703
14703
|
"optional": true,
|
|
@@ -14715,7 +14715,7 @@
|
|
|
14715
14715
|
"immutable": true,
|
|
14716
14716
|
"locationInModule": {
|
|
14717
14717
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14718
|
-
"line":
|
|
14718
|
+
"line": 45
|
|
14719
14719
|
},
|
|
14720
14720
|
"name": "lambdaAutoDiscover",
|
|
14721
14721
|
"optional": true,
|
|
@@ -14733,7 +14733,7 @@
|
|
|
14733
14733
|
"immutable": true,
|
|
14734
14734
|
"locationInModule": {
|
|
14735
14735
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14736
|
-
"line":
|
|
14736
|
+
"line": 63
|
|
14737
14737
|
},
|
|
14738
14738
|
"name": "lambdaExtensionAutoDiscover",
|
|
14739
14739
|
"optional": true,
|
|
@@ -14751,7 +14751,7 @@
|
|
|
14751
14751
|
"immutable": true,
|
|
14752
14752
|
"locationInModule": {
|
|
14753
14753
|
"filename": "src/awscdk/awscdk-app-ts.ts",
|
|
14754
|
-
"line":
|
|
14754
|
+
"line": 86
|
|
14755
14755
|
},
|
|
14756
14756
|
"name": "lambdaOptions",
|
|
14757
14757
|
"optional": true,
|
|
@@ -15532,7 +15532,7 @@
|
|
|
15532
15532
|
},
|
|
15533
15533
|
"locationInModule": {
|
|
15534
15534
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
15535
|
-
"line":
|
|
15535
|
+
"line": 79
|
|
15536
15536
|
},
|
|
15537
15537
|
"parameters": [
|
|
15538
15538
|
{
|
|
@@ -15546,7 +15546,7 @@
|
|
|
15546
15546
|
"kind": "class",
|
|
15547
15547
|
"locationInModule": {
|
|
15548
15548
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
15549
|
-
"line":
|
|
15549
|
+
"line": 157
|
|
15550
15550
|
},
|
|
15551
15551
|
"name": "ConstructLibraryAws",
|
|
15552
15552
|
"namespace": "awscdk",
|
|
@@ -15566,7 +15566,7 @@
|
|
|
15566
15566
|
"kind": "interface",
|
|
15567
15567
|
"locationInModule": {
|
|
15568
15568
|
"filename": "src/awscdk/awscdk-construct.ts",
|
|
15569
|
-
"line":
|
|
15569
|
+
"line": 154
|
|
15570
15570
|
},
|
|
15571
15571
|
"name": "ConstructLibraryAwsOptions",
|
|
15572
15572
|
"namespace": "awscdk",
|
|
@@ -15586,7 +15586,7 @@
|
|
|
15586
15586
|
},
|
|
15587
15587
|
"locationInModule": {
|
|
15588
15588
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15589
|
-
"line":
|
|
15589
|
+
"line": 122
|
|
15590
15590
|
},
|
|
15591
15591
|
"parameters": [
|
|
15592
15592
|
{
|
|
@@ -15606,7 +15606,7 @@
|
|
|
15606
15606
|
"kind": "class",
|
|
15607
15607
|
"locationInModule": {
|
|
15608
15608
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15609
|
-
"line":
|
|
15609
|
+
"line": 121
|
|
15610
15610
|
},
|
|
15611
15611
|
"name": "EdgeLambdaAutoDiscover",
|
|
15612
15612
|
"namespace": "awscdk",
|
|
@@ -15626,7 +15626,7 @@
|
|
|
15626
15626
|
"kind": "interface",
|
|
15627
15627
|
"locationInModule": {
|
|
15628
15628
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15629
|
-
"line":
|
|
15629
|
+
"line": 106
|
|
15630
15630
|
},
|
|
15631
15631
|
"name": "EdgeLambdaAutoDiscoverOptions",
|
|
15632
15632
|
"namespace": "awscdk",
|
|
@@ -15640,7 +15640,7 @@
|
|
|
15640
15640
|
"immutable": true,
|
|
15641
15641
|
"locationInModule": {
|
|
15642
15642
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15643
|
-
"line":
|
|
15643
|
+
"line": 110
|
|
15644
15644
|
},
|
|
15645
15645
|
"name": "srcdir",
|
|
15646
15646
|
"type": {
|
|
@@ -15656,7 +15656,7 @@
|
|
|
15656
15656
|
"immutable": true,
|
|
15657
15657
|
"locationInModule": {
|
|
15658
15658
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15659
|
-
"line":
|
|
15659
|
+
"line": 115
|
|
15660
15660
|
},
|
|
15661
15661
|
"name": "lambdaOptions",
|
|
15662
15662
|
"optional": true,
|
|
@@ -15719,7 +15719,7 @@
|
|
|
15719
15719
|
},
|
|
15720
15720
|
"locationInModule": {
|
|
15721
15721
|
"filename": "src/awscdk/integration-test.ts",
|
|
15722
|
-
"line":
|
|
15722
|
+
"line": 56
|
|
15723
15723
|
},
|
|
15724
15724
|
"parameters": [
|
|
15725
15725
|
{
|
|
@@ -15739,7 +15739,7 @@
|
|
|
15739
15739
|
"kind": "class",
|
|
15740
15740
|
"locationInModule": {
|
|
15741
15741
|
"filename": "src/awscdk/integration-test.ts",
|
|
15742
|
-
"line":
|
|
15742
|
+
"line": 45
|
|
15743
15743
|
},
|
|
15744
15744
|
"name": "IntegrationTest",
|
|
15745
15745
|
"namespace": "awscdk",
|
|
@@ -15752,7 +15752,7 @@
|
|
|
15752
15752
|
"immutable": true,
|
|
15753
15753
|
"locationInModule": {
|
|
15754
15754
|
"filename": "src/awscdk/integration-test.ts",
|
|
15755
|
-
"line":
|
|
15755
|
+
"line": 49
|
|
15756
15756
|
},
|
|
15757
15757
|
"name": "destroyTask",
|
|
15758
15758
|
"type": {
|
|
@@ -15767,7 +15767,7 @@
|
|
|
15767
15767
|
"immutable": true,
|
|
15768
15768
|
"locationInModule": {
|
|
15769
15769
|
"filename": "src/awscdk/integration-test.ts",
|
|
15770
|
-
"line":
|
|
15770
|
+
"line": 54
|
|
15771
15771
|
},
|
|
15772
15772
|
"name": "watchTask",
|
|
15773
15773
|
"type": {
|
|
@@ -15791,7 +15791,7 @@
|
|
|
15791
15791
|
},
|
|
15792
15792
|
"locationInModule": {
|
|
15793
15793
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15794
|
-
"line":
|
|
15794
|
+
"line": 54
|
|
15795
15795
|
},
|
|
15796
15796
|
"parameters": [
|
|
15797
15797
|
{
|
|
@@ -15811,7 +15811,7 @@
|
|
|
15811
15811
|
"kind": "class",
|
|
15812
15812
|
"locationInModule": {
|
|
15813
15813
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15814
|
-
"line":
|
|
15814
|
+
"line": 53
|
|
15815
15815
|
},
|
|
15816
15816
|
"name": "IntegrationTestAutoDiscover",
|
|
15817
15817
|
"namespace": "awscdk",
|
|
@@ -15846,7 +15846,7 @@
|
|
|
15846
15846
|
"immutable": true,
|
|
15847
15847
|
"locationInModule": {
|
|
15848
15848
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15849
|
-
"line":
|
|
15849
|
+
"line": 47
|
|
15850
15850
|
},
|
|
15851
15851
|
"name": "integrationTestOptions",
|
|
15852
15852
|
"optional": true,
|
|
@@ -15941,7 +15941,7 @@
|
|
|
15941
15941
|
"immutable": true,
|
|
15942
15942
|
"locationInModule": {
|
|
15943
15943
|
"filename": "src/awscdk/integration-test.ts",
|
|
15944
|
-
"line":
|
|
15944
|
+
"line": 39
|
|
15945
15945
|
},
|
|
15946
15946
|
"name": "cdkDeps",
|
|
15947
15947
|
"type": {
|
|
@@ -15958,7 +15958,7 @@
|
|
|
15958
15958
|
"immutable": true,
|
|
15959
15959
|
"locationInModule": {
|
|
15960
15960
|
"filename": "src/awscdk/integration-test.ts",
|
|
15961
|
-
"line":
|
|
15961
|
+
"line": 34
|
|
15962
15962
|
},
|
|
15963
15963
|
"name": "stacks",
|
|
15964
15964
|
"optional": true,
|
|
@@ -15988,7 +15988,7 @@
|
|
|
15988
15988
|
},
|
|
15989
15989
|
"locationInModule": {
|
|
15990
15990
|
"filename": "src/awscdk/auto-discover.ts",
|
|
15991
|
-
"line":
|
|
15991
|
+
"line": 87
|
|
15992
15992
|
},
|
|
15993
15993
|
"parameters": [
|
|
15994
15994
|
{
|
|
@@ -16008,7 +16008,7 @@
|
|
|
16008
16008
|
"kind": "class",
|
|
16009
16009
|
"locationInModule": {
|
|
16010
16010
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16011
|
-
"line":
|
|
16011
|
+
"line": 86
|
|
16012
16012
|
},
|
|
16013
16013
|
"name": "LambdaAutoDiscover",
|
|
16014
16014
|
"namespace": "awscdk",
|
|
@@ -16028,7 +16028,7 @@
|
|
|
16028
16028
|
"kind": "interface",
|
|
16029
16029
|
"locationInModule": {
|
|
16030
16030
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16031
|
-
"line":
|
|
16031
|
+
"line": 71
|
|
16032
16032
|
},
|
|
16033
16033
|
"name": "LambdaAutoDiscoverOptions",
|
|
16034
16034
|
"namespace": "awscdk",
|
|
@@ -16042,7 +16042,7 @@
|
|
|
16042
16042
|
"immutable": true,
|
|
16043
16043
|
"locationInModule": {
|
|
16044
16044
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16045
|
-
"line":
|
|
16045
|
+
"line": 75
|
|
16046
16046
|
},
|
|
16047
16047
|
"name": "srcdir",
|
|
16048
16048
|
"type": {
|
|
@@ -16058,7 +16058,7 @@
|
|
|
16058
16058
|
"immutable": true,
|
|
16059
16059
|
"locationInModule": {
|
|
16060
16060
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16061
|
-
"line":
|
|
16061
|
+
"line": 80
|
|
16062
16062
|
},
|
|
16063
16063
|
"name": "lambdaOptions",
|
|
16064
16064
|
"optional": true,
|
|
@@ -16123,7 +16123,7 @@
|
|
|
16123
16123
|
},
|
|
16124
16124
|
"locationInModule": {
|
|
16125
16125
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16126
|
-
"line":
|
|
16126
|
+
"line": 159
|
|
16127
16127
|
},
|
|
16128
16128
|
"parameters": [
|
|
16129
16129
|
{
|
|
@@ -16143,7 +16143,7 @@
|
|
|
16143
16143
|
"kind": "class",
|
|
16144
16144
|
"locationInModule": {
|
|
16145
16145
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16146
|
-
"line":
|
|
16146
|
+
"line": 158
|
|
16147
16147
|
},
|
|
16148
16148
|
"name": "LambdaExtensionAutoDiscover",
|
|
16149
16149
|
"namespace": "awscdk",
|
|
@@ -16163,7 +16163,7 @@
|
|
|
16163
16163
|
"kind": "interface",
|
|
16164
16164
|
"locationInModule": {
|
|
16165
16165
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16166
|
-
"line":
|
|
16166
|
+
"line": 142
|
|
16167
16167
|
},
|
|
16168
16168
|
"name": "LambdaExtensionAutoDiscoverOptions",
|
|
16169
16169
|
"namespace": "awscdk",
|
|
@@ -16177,7 +16177,7 @@
|
|
|
16177
16177
|
"immutable": true,
|
|
16178
16178
|
"locationInModule": {
|
|
16179
16179
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16180
|
-
"line":
|
|
16180
|
+
"line": 146
|
|
16181
16181
|
},
|
|
16182
16182
|
"name": "srcdir",
|
|
16183
16183
|
"type": {
|
|
@@ -16193,7 +16193,7 @@
|
|
|
16193
16193
|
"immutable": true,
|
|
16194
16194
|
"locationInModule": {
|
|
16195
16195
|
"filename": "src/awscdk/auto-discover.ts",
|
|
16196
|
-
"line":
|
|
16196
|
+
"line": 151
|
|
16197
16197
|
},
|
|
16198
16198
|
"name": "lambdaExtensionOptions",
|
|
16199
16199
|
"optional": true,
|
|
@@ -18931,7 +18931,7 @@
|
|
|
18931
18931
|
},
|
|
18932
18932
|
"locationInModule": {
|
|
18933
18933
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
18934
|
-
"line":
|
|
18934
|
+
"line": 26
|
|
18935
18935
|
},
|
|
18936
18936
|
"parameters": [
|
|
18937
18937
|
{
|
|
@@ -18951,7 +18951,7 @@
|
|
|
18951
18951
|
"kind": "class",
|
|
18952
18952
|
"locationInModule": {
|
|
18953
18953
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
18954
|
-
"line":
|
|
18954
|
+
"line": 25
|
|
18955
18955
|
},
|
|
18956
18956
|
"name": "AutoDiscover",
|
|
18957
18957
|
"namespace": "cdk8s",
|
|
@@ -18986,7 +18986,7 @@
|
|
|
18986
18986
|
"immutable": true,
|
|
18987
18987
|
"locationInModule": {
|
|
18988
18988
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
18989
|
-
"line":
|
|
18989
|
+
"line": 18
|
|
18990
18990
|
},
|
|
18991
18991
|
"name": "integrationTestAutoDiscover",
|
|
18992
18992
|
"optional": true,
|
|
@@ -19522,7 +19522,7 @@
|
|
|
19522
19522
|
},
|
|
19523
19523
|
"locationInModule": {
|
|
19524
19524
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19525
|
-
"line":
|
|
19525
|
+
"line": 47
|
|
19526
19526
|
},
|
|
19527
19527
|
"parameters": [
|
|
19528
19528
|
{
|
|
@@ -19536,7 +19536,7 @@
|
|
|
19536
19536
|
"kind": "class",
|
|
19537
19537
|
"locationInModule": {
|
|
19538
19538
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19539
|
-
"line":
|
|
19539
|
+
"line": 39
|
|
19540
19540
|
},
|
|
19541
19541
|
"name": "Cdk8sPythonApp",
|
|
19542
19542
|
"namespace": "cdk8s",
|
|
@@ -19549,7 +19549,7 @@
|
|
|
19549
19549
|
"immutable": true,
|
|
19550
19550
|
"locationInModule": {
|
|
19551
19551
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19552
|
-
"line":
|
|
19552
|
+
"line": 43
|
|
19553
19553
|
},
|
|
19554
19554
|
"name": "appEntrypoint",
|
|
19555
19555
|
"type": {
|
|
@@ -19563,7 +19563,7 @@
|
|
|
19563
19563
|
"immutable": true,
|
|
19564
19564
|
"locationInModule": {
|
|
19565
19565
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19566
|
-
"line":
|
|
19566
|
+
"line": 45
|
|
19567
19567
|
},
|
|
19568
19568
|
"name": "cdk8sDeps",
|
|
19569
19569
|
"type": {
|
|
@@ -19603,7 +19603,7 @@
|
|
|
19603
19603
|
"immutable": true,
|
|
19604
19604
|
"locationInModule": {
|
|
19605
19605
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19606
|
-
"line":
|
|
19606
|
+
"line": 30
|
|
19607
19607
|
},
|
|
19608
19608
|
"name": "appEntrypoint",
|
|
19609
19609
|
"optional": true,
|
|
@@ -19621,7 +19621,7 @@
|
|
|
19621
19621
|
"immutable": true,
|
|
19622
19622
|
"locationInModule": {
|
|
19623
19623
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19624
|
-
"line":
|
|
19624
|
+
"line": 23
|
|
19625
19625
|
},
|
|
19626
19626
|
"name": "cdk8sImports",
|
|
19627
19627
|
"optional": true,
|
|
@@ -19644,7 +19644,7 @@
|
|
|
19644
19644
|
"immutable": true,
|
|
19645
19645
|
"locationInModule": {
|
|
19646
19646
|
"filename": "src/cdk8s/cdk8s-app-py.ts",
|
|
19647
|
-
"line":
|
|
19647
|
+
"line": 16
|
|
19648
19648
|
},
|
|
19649
19649
|
"name": "k8sSpecVersion",
|
|
19650
19650
|
"optional": true,
|
|
@@ -19672,7 +19672,7 @@
|
|
|
19672
19672
|
},
|
|
19673
19673
|
"locationInModule": {
|
|
19674
19674
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19675
|
-
"line":
|
|
19675
|
+
"line": 60
|
|
19676
19676
|
},
|
|
19677
19677
|
"parameters": [
|
|
19678
19678
|
{
|
|
@@ -19686,7 +19686,7 @@
|
|
|
19686
19686
|
"kind": "class",
|
|
19687
19687
|
"locationInModule": {
|
|
19688
19688
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19689
|
-
"line":
|
|
19689
|
+
"line": 52
|
|
19690
19690
|
},
|
|
19691
19691
|
"name": "Cdk8sTypeScriptApp",
|
|
19692
19692
|
"namespace": "cdk8s",
|
|
@@ -19699,7 +19699,7 @@
|
|
|
19699
19699
|
"immutable": true,
|
|
19700
19700
|
"locationInModule": {
|
|
19701
19701
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19702
|
-
"line":
|
|
19702
|
+
"line": 56
|
|
19703
19703
|
},
|
|
19704
19704
|
"name": "appEntrypoint",
|
|
19705
19705
|
"type": {
|
|
@@ -19713,7 +19713,7 @@
|
|
|
19713
19713
|
"immutable": true,
|
|
19714
19714
|
"locationInModule": {
|
|
19715
19715
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19716
|
-
"line":
|
|
19716
|
+
"line": 58
|
|
19717
19717
|
},
|
|
19718
19718
|
"name": "cdk8sDeps",
|
|
19719
19719
|
"type": {
|
|
@@ -19752,7 +19752,7 @@
|
|
|
19752
19752
|
"immutable": true,
|
|
19753
19753
|
"locationInModule": {
|
|
19754
19754
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19755
|
-
"line":
|
|
19755
|
+
"line": 33
|
|
19756
19756
|
},
|
|
19757
19757
|
"name": "appEntrypoint",
|
|
19758
19758
|
"optional": true,
|
|
@@ -19770,7 +19770,7 @@
|
|
|
19770
19770
|
"immutable": true,
|
|
19771
19771
|
"locationInModule": {
|
|
19772
19772
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19773
|
-
"line":
|
|
19773
|
+
"line": 25
|
|
19774
19774
|
},
|
|
19775
19775
|
"name": "cdk8sImports",
|
|
19776
19776
|
"optional": true,
|
|
@@ -19793,7 +19793,7 @@
|
|
|
19793
19793
|
"immutable": true,
|
|
19794
19794
|
"locationInModule": {
|
|
19795
19795
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19796
|
-
"line":
|
|
19796
|
+
"line": 42
|
|
19797
19797
|
},
|
|
19798
19798
|
"name": "integrationTestAutoDiscover",
|
|
19799
19799
|
"optional": true,
|
|
@@ -19811,7 +19811,7 @@
|
|
|
19811
19811
|
"immutable": true,
|
|
19812
19812
|
"locationInModule": {
|
|
19813
19813
|
"filename": "src/cdk8s/cdk8s-app-ts.ts",
|
|
19814
|
-
"line":
|
|
19814
|
+
"line": 18
|
|
19815
19815
|
},
|
|
19816
19816
|
"name": "k8sSpecVersion",
|
|
19817
19817
|
"optional": true,
|
|
@@ -20080,7 +20080,7 @@
|
|
|
20080
20080
|
},
|
|
20081
20081
|
"locationInModule": {
|
|
20082
20082
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
20083
|
-
"line":
|
|
20083
|
+
"line": 46
|
|
20084
20084
|
},
|
|
20085
20085
|
"parameters": [
|
|
20086
20086
|
{
|
|
@@ -20100,7 +20100,7 @@
|
|
|
20100
20100
|
"kind": "class",
|
|
20101
20101
|
"locationInModule": {
|
|
20102
20102
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
20103
|
-
"line":
|
|
20103
|
+
"line": 45
|
|
20104
20104
|
},
|
|
20105
20105
|
"name": "IntegrationTestAutoDiscover",
|
|
20106
20106
|
"namespace": "cdk8s",
|
|
@@ -20119,7 +20119,7 @@
|
|
|
20119
20119
|
"kind": "interface",
|
|
20120
20120
|
"locationInModule": {
|
|
20121
20121
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
20122
|
-
"line":
|
|
20122
|
+
"line": 35
|
|
20123
20123
|
},
|
|
20124
20124
|
"name": "IntegrationTestAutoDiscoverOptions",
|
|
20125
20125
|
"namespace": "cdk8s",
|
|
@@ -20133,7 +20133,7 @@
|
|
|
20133
20133
|
"immutable": true,
|
|
20134
20134
|
"locationInModule": {
|
|
20135
20135
|
"filename": "src/cdk8s/auto-discover.ts",
|
|
20136
|
-
"line":
|
|
20136
|
+
"line": 39
|
|
20137
20137
|
},
|
|
20138
20138
|
"name": "tsconfigPath",
|
|
20139
20139
|
"type": {
|
|
@@ -39779,7 +39779,7 @@
|
|
|
39779
39779
|
},
|
|
39780
39780
|
"locationInModule": {
|
|
39781
39781
|
"filename": "src/java/java-project.ts",
|
|
39782
|
-
"line":
|
|
39782
|
+
"line": 144
|
|
39783
39783
|
},
|
|
39784
39784
|
"parameters": [
|
|
39785
39785
|
{
|
|
@@ -39793,7 +39793,7 @@
|
|
|
39793
39793
|
"kind": "class",
|
|
39794
39794
|
"locationInModule": {
|
|
39795
39795
|
"filename": "src/java/java-project.ts",
|
|
39796
|
-
"line":
|
|
39796
|
+
"line": 113
|
|
39797
39797
|
},
|
|
39798
39798
|
"methods": [
|
|
39799
39799
|
{
|
|
@@ -39803,7 +39803,7 @@
|
|
|
39803
39803
|
},
|
|
39804
39804
|
"locationInModule": {
|
|
39805
39805
|
"filename": "src/java/java-project.ts",
|
|
39806
|
-
"line":
|
|
39806
|
+
"line": 219
|
|
39807
39807
|
},
|
|
39808
39808
|
"name": "addDependency",
|
|
39809
39809
|
"parameters": [
|
|
@@ -39826,7 +39826,7 @@
|
|
|
39826
39826
|
},
|
|
39827
39827
|
"locationInModule": {
|
|
39828
39828
|
"filename": "src/java/java-project.ts",
|
|
39829
|
-
"line":
|
|
39829
|
+
"line": 240
|
|
39830
39830
|
},
|
|
39831
39831
|
"name": "addPlugin",
|
|
39832
39832
|
"parameters": [
|
|
@@ -39863,7 +39863,7 @@
|
|
|
39863
39863
|
},
|
|
39864
39864
|
"locationInModule": {
|
|
39865
39865
|
"filename": "src/java/java-project.ts",
|
|
39866
|
-
"line":
|
|
39866
|
+
"line": 228
|
|
39867
39867
|
},
|
|
39868
39868
|
"name": "addTestDependency",
|
|
39869
39869
|
"parameters": [
|
|
@@ -39890,7 +39890,7 @@
|
|
|
39890
39890
|
"immutable": true,
|
|
39891
39891
|
"locationInModule": {
|
|
39892
39892
|
"filename": "src/java/java-project.ts",
|
|
39893
|
-
"line":
|
|
39893
|
+
"line": 132
|
|
39894
39894
|
},
|
|
39895
39895
|
"name": "compile",
|
|
39896
39896
|
"type": {
|
|
@@ -39905,7 +39905,7 @@
|
|
|
39905
39905
|
"immutable": true,
|
|
39906
39906
|
"locationInModule": {
|
|
39907
39907
|
"filename": "src/java/java-project.ts",
|
|
39908
|
-
"line":
|
|
39908
|
+
"line": 142
|
|
39909
39909
|
},
|
|
39910
39910
|
"name": "distdir",
|
|
39911
39911
|
"type": {
|
|
@@ -39920,7 +39920,7 @@
|
|
|
39920
39920
|
"immutable": true,
|
|
39921
39921
|
"locationInModule": {
|
|
39922
39922
|
"filename": "src/java/java-project.ts",
|
|
39923
|
-
"line":
|
|
39923
|
+
"line": 127
|
|
39924
39924
|
},
|
|
39925
39925
|
"name": "packaging",
|
|
39926
39926
|
"type": {
|
|
@@ -39935,7 +39935,7 @@
|
|
|
39935
39935
|
"immutable": true,
|
|
39936
39936
|
"locationInModule": {
|
|
39937
39937
|
"filename": "src/java/java-project.ts",
|
|
39938
|
-
"line":
|
|
39938
|
+
"line": 117
|
|
39939
39939
|
},
|
|
39940
39940
|
"name": "pom",
|
|
39941
39941
|
"type": {
|
|
@@ -39950,7 +39950,7 @@
|
|
|
39950
39950
|
"immutable": true,
|
|
39951
39951
|
"locationInModule": {
|
|
39952
39952
|
"filename": "src/java/java-project.ts",
|
|
39953
|
-
"line":
|
|
39953
|
+
"line": 122
|
|
39954
39954
|
},
|
|
39955
39955
|
"name": "junit",
|
|
39956
39956
|
"optional": true,
|
|
@@ -39966,7 +39966,7 @@
|
|
|
39966
39966
|
"immutable": true,
|
|
39967
39967
|
"locationInModule": {
|
|
39968
39968
|
"filename": "src/java/java-project.ts",
|
|
39969
|
-
"line":
|
|
39969
|
+
"line": 137
|
|
39970
39970
|
},
|
|
39971
39971
|
"name": "projenrc",
|
|
39972
39972
|
"optional": true,
|
|
@@ -40007,7 +40007,7 @@
|
|
|
40007
40007
|
"immutable": true,
|
|
40008
40008
|
"locationInModule": {
|
|
40009
40009
|
"filename": "src/java/java-project.ts",
|
|
40010
|
-
"line":
|
|
40010
|
+
"line": 72
|
|
40011
40011
|
},
|
|
40012
40012
|
"name": "compileOptions",
|
|
40013
40013
|
"optional": true,
|
|
@@ -40029,7 +40029,7 @@
|
|
|
40029
40029
|
"immutable": true,
|
|
40030
40030
|
"locationInModule": {
|
|
40031
40031
|
"filename": "src/java/java-project.ts",
|
|
40032
|
-
"line":
|
|
40032
|
+
"line": 34
|
|
40033
40033
|
},
|
|
40034
40034
|
"name": "deps",
|
|
40035
40035
|
"optional": true,
|
|
@@ -40052,7 +40052,7 @@
|
|
|
40052
40052
|
"immutable": true,
|
|
40053
40053
|
"locationInModule": {
|
|
40054
40054
|
"filename": "src/java/java-project.ts",
|
|
40055
|
-
"line":
|
|
40055
|
+
"line": 20
|
|
40056
40056
|
},
|
|
40057
40057
|
"name": "distdir",
|
|
40058
40058
|
"optional": true,
|
|
@@ -40070,7 +40070,7 @@
|
|
|
40070
40070
|
"immutable": true,
|
|
40071
40071
|
"locationInModule": {
|
|
40072
40072
|
"filename": "src/java/java-project.ts",
|
|
40073
|
-
"line":
|
|
40073
|
+
"line": 54
|
|
40074
40074
|
},
|
|
40075
40075
|
"name": "junit",
|
|
40076
40076
|
"optional": true,
|
|
@@ -40088,7 +40088,7 @@
|
|
|
40088
40088
|
"immutable": true,
|
|
40089
40089
|
"locationInModule": {
|
|
40090
40090
|
"filename": "src/java/java-project.ts",
|
|
40091
|
-
"line":
|
|
40091
|
+
"line": 60
|
|
40092
40092
|
},
|
|
40093
40093
|
"name": "junitOptions",
|
|
40094
40094
|
"optional": true,
|
|
@@ -40106,7 +40106,7 @@
|
|
|
40106
40106
|
"immutable": true,
|
|
40107
40107
|
"locationInModule": {
|
|
40108
40108
|
"filename": "src/java/java-project.ts",
|
|
40109
|
-
"line":
|
|
40109
|
+
"line": 66
|
|
40110
40110
|
},
|
|
40111
40111
|
"name": "packagingOptions",
|
|
40112
40112
|
"optional": true,
|
|
@@ -40125,7 +40125,7 @@
|
|
|
40125
40125
|
"immutable": true,
|
|
40126
40126
|
"locationInModule": {
|
|
40127
40127
|
"filename": "src/java/java-project.ts",
|
|
40128
|
-
"line":
|
|
40128
|
+
"line": 82
|
|
40129
40129
|
},
|
|
40130
40130
|
"name": "projenrcJava",
|
|
40131
40131
|
"optional": true,
|
|
@@ -40143,7 +40143,7 @@
|
|
|
40143
40143
|
"immutable": true,
|
|
40144
40144
|
"locationInModule": {
|
|
40145
40145
|
"filename": "src/java/java-project.ts",
|
|
40146
|
-
"line":
|
|
40146
|
+
"line": 88
|
|
40147
40147
|
},
|
|
40148
40148
|
"name": "projenrcJavaOptions",
|
|
40149
40149
|
"optional": true,
|
|
@@ -40165,7 +40165,7 @@
|
|
|
40165
40165
|
"immutable": true,
|
|
40166
40166
|
"locationInModule": {
|
|
40167
40167
|
"filename": "src/java/java-project.ts",
|
|
40168
|
-
"line":
|
|
40168
|
+
"line": 46
|
|
40169
40169
|
},
|
|
40170
40170
|
"name": "testDeps",
|
|
40171
40171
|
"optional": true,
|
|
@@ -40195,7 +40195,7 @@
|
|
|
40195
40195
|
"kind": "interface",
|
|
40196
40196
|
"locationInModule": {
|
|
40197
40197
|
"filename": "src/java/java-project.ts",
|
|
40198
|
-
"line":
|
|
40198
|
+
"line": 94
|
|
40199
40199
|
},
|
|
40200
40200
|
"name": "JavaProjectOptions",
|
|
40201
40201
|
"namespace": "java",
|
|
@@ -40210,7 +40210,7 @@
|
|
|
40210
40210
|
"immutable": true,
|
|
40211
40211
|
"locationInModule": {
|
|
40212
40212
|
"filename": "src/java/java-project.ts",
|
|
40213
|
-
"line":
|
|
40213
|
+
"line": 99
|
|
40214
40214
|
},
|
|
40215
40215
|
"name": "sample",
|
|
40216
40216
|
"optional": true,
|
|
@@ -40228,7 +40228,7 @@
|
|
|
40228
40228
|
"immutable": true,
|
|
40229
40229
|
"locationInModule": {
|
|
40230
40230
|
"filename": "src/java/java-project.ts",
|
|
40231
|
-
"line":
|
|
40231
|
+
"line": 105
|
|
40232
40232
|
},
|
|
40233
40233
|
"name": "sampleJavaPackage",
|
|
40234
40234
|
"optional": true,
|
|
@@ -42435,7 +42435,7 @@
|
|
|
42435
42435
|
"kind": "enum",
|
|
42436
42436
|
"locationInModule": {
|
|
42437
42437
|
"filename": "src/javascript/node-project.ts",
|
|
42438
|
-
"line":
|
|
42438
|
+
"line": 424
|
|
42439
42439
|
},
|
|
42440
42440
|
"members": [
|
|
42441
42441
|
{
|
|
@@ -42529,7 +42529,7 @@
|
|
|
42529
42529
|
},
|
|
42530
42530
|
"locationInModule": {
|
|
42531
42531
|
"filename": "src/javascript/biome/biome.ts",
|
|
42532
|
-
"line":
|
|
42532
|
+
"line": 248
|
|
42533
42533
|
},
|
|
42534
42534
|
"name": "addFilePattern",
|
|
42535
42535
|
"parameters": [
|
|
@@ -42552,7 +42552,7 @@
|
|
|
42552
42552
|
},
|
|
42553
42553
|
"locationInModule": {
|
|
42554
42554
|
"filename": "src/javascript/biome/biome.ts",
|
|
42555
|
-
"line":
|
|
42555
|
+
"line": 257
|
|
42556
42556
|
},
|
|
42557
42557
|
"name": "addOverride",
|
|
42558
42558
|
"parameters": [
|
|
@@ -42577,7 +42577,7 @@
|
|
|
42577
42577
|
},
|
|
42578
42578
|
"locationInModule": {
|
|
42579
42579
|
"filename": "src/javascript/biome/biome.ts",
|
|
42580
|
-
"line":
|
|
42580
|
+
"line": 281
|
|
42581
42581
|
},
|
|
42582
42582
|
"name": "expandLinterRules",
|
|
42583
42583
|
"parameters": [
|
|
@@ -42789,7 +42789,7 @@
|
|
|
42789
42789
|
"kind": "interface",
|
|
42790
42790
|
"locationInModule": {
|
|
42791
42791
|
"filename": "src/javascript/node-project.ts",
|
|
42792
|
-
"line":
|
|
42792
|
+
"line": 408
|
|
42793
42793
|
},
|
|
42794
42794
|
"name": "BuildWorkflowOptions",
|
|
42795
42795
|
"namespace": "javascript",
|
|
@@ -42805,7 +42805,7 @@
|
|
|
42805
42805
|
"immutable": true,
|
|
42806
42806
|
"locationInModule": {
|
|
42807
42807
|
"filename": "src/javascript/node-project.ts",
|
|
42808
|
-
"line":
|
|
42808
|
+
"line": 418
|
|
42809
42809
|
},
|
|
42810
42810
|
"name": "mutableBuild",
|
|
42811
42811
|
"optional": true,
|
|
@@ -47816,7 +47816,7 @@
|
|
|
47816
47816
|
"kind": "enum",
|
|
47817
47817
|
"locationInModule": {
|
|
47818
47818
|
"filename": "src/javascript/node-package.ts",
|
|
47819
|
-
"line":
|
|
47819
|
+
"line": 1684
|
|
47820
47820
|
},
|
|
47821
47821
|
"members": [
|
|
47822
47822
|
{
|
|
@@ -48671,7 +48671,7 @@
|
|
|
48671
48671
|
},
|
|
48672
48672
|
"locationInModule": {
|
|
48673
48673
|
"filename": "src/javascript/node-project.ts",
|
|
48674
|
-
"line":
|
|
48674
|
+
"line": 571
|
|
48675
48675
|
},
|
|
48676
48676
|
"parameters": [
|
|
48677
48677
|
{
|
|
@@ -48685,7 +48685,7 @@
|
|
|
48685
48685
|
"kind": "class",
|
|
48686
48686
|
"locationInModule": {
|
|
48687
48687
|
"filename": "src/javascript/node-project.ts",
|
|
48688
|
-
"line":
|
|
48688
|
+
"line": 441
|
|
48689
48689
|
},
|
|
48690
48690
|
"methods": [
|
|
48691
48691
|
{
|
|
@@ -48694,7 +48694,7 @@
|
|
|
48694
48694
|
},
|
|
48695
48695
|
"locationInModule": {
|
|
48696
48696
|
"filename": "src/javascript/node-project.ts",
|
|
48697
|
-
"line":
|
|
48697
|
+
"line": 1029
|
|
48698
48698
|
},
|
|
48699
48699
|
"name": "addBins",
|
|
48700
48700
|
"parameters": [
|
|
@@ -48719,7 +48719,7 @@
|
|
|
48719
48719
|
},
|
|
48720
48720
|
"locationInModule": {
|
|
48721
48721
|
"filename": "src/javascript/node-project.ts",
|
|
48722
|
-
"line":
|
|
48722
|
+
"line": 1314
|
|
48723
48723
|
},
|
|
48724
48724
|
"name": "addBundledDeps",
|
|
48725
48725
|
"parameters": [
|
|
@@ -48745,7 +48745,7 @@
|
|
|
48745
48745
|
},
|
|
48746
48746
|
"locationInModule": {
|
|
48747
48747
|
"filename": "src/javascript/node-project.ts",
|
|
48748
|
-
"line":
|
|
48748
|
+
"line": 1074
|
|
48749
48749
|
},
|
|
48750
48750
|
"name": "addCompileCommand",
|
|
48751
48751
|
"parameters": [
|
|
@@ -48766,7 +48766,7 @@
|
|
|
48766
48766
|
},
|
|
48767
48767
|
"locationInModule": {
|
|
48768
48768
|
"filename": "src/javascript/node-project.ts",
|
|
48769
|
-
"line":
|
|
48769
|
+
"line": 1268
|
|
48770
48770
|
},
|
|
48771
48771
|
"name": "addDeps",
|
|
48772
48772
|
"parameters": [
|
|
@@ -48791,7 +48791,7 @@
|
|
|
48791
48791
|
},
|
|
48792
48792
|
"locationInModule": {
|
|
48793
48793
|
"filename": "src/javascript/node-project.ts",
|
|
48794
|
-
"line":
|
|
48794
|
+
"line": 1281
|
|
48795
48795
|
},
|
|
48796
48796
|
"name": "addDevDeps",
|
|
48797
48797
|
"parameters": [
|
|
@@ -48816,7 +48816,7 @@
|
|
|
48816
48816
|
},
|
|
48817
48817
|
"locationInModule": {
|
|
48818
48818
|
"filename": "src/javascript/node-project.ts",
|
|
48819
|
-
"line":
|
|
48819
|
+
"line": 1094
|
|
48820
48820
|
},
|
|
48821
48821
|
"name": "addFields",
|
|
48822
48822
|
"parameters": [
|
|
@@ -48843,7 +48843,7 @@
|
|
|
48843
48843
|
},
|
|
48844
48844
|
"locationInModule": {
|
|
48845
48845
|
"filename": "src/javascript/node-project.ts",
|
|
48846
|
-
"line":
|
|
48846
|
+
"line": 1104
|
|
48847
48847
|
},
|
|
48848
48848
|
"name": "addKeywords",
|
|
48849
48849
|
"parameters": [
|
|
@@ -48870,7 +48870,7 @@
|
|
|
48870
48870
|
},
|
|
48871
48871
|
"locationInModule": {
|
|
48872
48872
|
"filename": "src/javascript/node-project.ts",
|
|
48873
|
-
"line":
|
|
48873
|
+
"line": 1326
|
|
48874
48874
|
},
|
|
48875
48875
|
"name": "addPackageIgnore",
|
|
48876
48876
|
"overrides": "projen.Project",
|
|
@@ -48894,7 +48894,7 @@
|
|
|
48894
48894
|
},
|
|
48895
48895
|
"locationInModule": {
|
|
48896
48896
|
"filename": "src/javascript/node-project.ts",
|
|
48897
|
-
"line":
|
|
48897
|
+
"line": 1298
|
|
48898
48898
|
},
|
|
48899
48899
|
"name": "addPeerDeps",
|
|
48900
48900
|
"parameters": [
|
|
@@ -48919,7 +48919,7 @@
|
|
|
48919
48919
|
},
|
|
48920
48920
|
"locationInModule": {
|
|
48921
48921
|
"filename": "src/javascript/node-project.ts",
|
|
48922
|
-
"line":
|
|
48922
|
+
"line": 1047
|
|
48923
48923
|
},
|
|
48924
48924
|
"name": "addScripts",
|
|
48925
48925
|
"parameters": [
|
|
@@ -48947,7 +48947,7 @@
|
|
|
48947
48947
|
},
|
|
48948
48948
|
"locationInModule": {
|
|
48949
48949
|
"filename": "src/javascript/node-project.ts",
|
|
48950
|
-
"line":
|
|
48950
|
+
"line": 1084
|
|
48951
48951
|
},
|
|
48952
48952
|
"name": "addTestCommand",
|
|
48953
48953
|
"parameters": [
|
|
@@ -48969,7 +48969,7 @@
|
|
|
48969
48969
|
},
|
|
48970
48970
|
"locationInModule": {
|
|
48971
48971
|
"filename": "src/javascript/node-project.ts",
|
|
48972
|
-
"line":
|
|
48972
|
+
"line": 1066
|
|
48973
48973
|
},
|
|
48974
48974
|
"name": "hasScript",
|
|
48975
48975
|
"parameters": [
|
|
@@ -48996,7 +48996,7 @@
|
|
|
48996
48996
|
},
|
|
48997
48997
|
"locationInModule": {
|
|
48998
48998
|
"filename": "src/javascript/node-project.ts",
|
|
48999
|
-
"line":
|
|
48999
|
+
"line": 1057
|
|
49000
49000
|
},
|
|
49001
49001
|
"name": "removeScript",
|
|
49002
49002
|
"parameters": [
|
|
@@ -49019,7 +49019,7 @@
|
|
|
49019
49019
|
},
|
|
49020
49020
|
"locationInModule": {
|
|
49021
49021
|
"filename": "src/javascript/node-project.ts",
|
|
49022
|
-
"line":
|
|
49022
|
+
"line": 1194
|
|
49023
49023
|
},
|
|
49024
49024
|
"name": "renderWorkflowSetup",
|
|
49025
49025
|
"parameters": [
|
|
@@ -49053,7 +49053,7 @@
|
|
|
49053
49053
|
},
|
|
49054
49054
|
"locationInModule": {
|
|
49055
49055
|
"filename": "src/javascript/node-project.ts",
|
|
49056
|
-
"line":
|
|
49056
|
+
"line": 1399
|
|
49057
49057
|
},
|
|
49058
49058
|
"name": "runTaskCommand",
|
|
49059
49059
|
"overrides": "projen.Project",
|
|
@@ -49081,7 +49081,7 @@
|
|
|
49081
49081
|
},
|
|
49082
49082
|
"locationInModule": {
|
|
49083
49083
|
"filename": "src/javascript/node-project.ts",
|
|
49084
|
-
"line":
|
|
49084
|
+
"line": 1039
|
|
49085
49085
|
},
|
|
49086
49086
|
"name": "setScript",
|
|
49087
49087
|
"parameters": [
|
|
@@ -49117,7 +49117,7 @@
|
|
|
49117
49117
|
"immutable": true,
|
|
49118
49118
|
"locationInModule": {
|
|
49119
49119
|
"filename": "src/javascript/node-project.ts",
|
|
49120
|
-
"line":
|
|
49120
|
+
"line": 466
|
|
49121
49121
|
},
|
|
49122
49122
|
"name": "allowLibraryDependencies",
|
|
49123
49123
|
"type": {
|
|
@@ -49133,7 +49133,7 @@
|
|
|
49133
49133
|
"immutable": true,
|
|
49134
49134
|
"locationInModule": {
|
|
49135
49135
|
"filename": "src/javascript/node-project.ts",
|
|
49136
|
-
"line":
|
|
49136
|
+
"line": 553
|
|
49137
49137
|
},
|
|
49138
49138
|
"name": "artifactsDirectory",
|
|
49139
49139
|
"type": {
|
|
@@ -49148,7 +49148,7 @@
|
|
|
49148
49148
|
"immutable": true,
|
|
49149
49149
|
"locationInModule": {
|
|
49150
49150
|
"filename": "src/javascript/node-project.ts",
|
|
49151
|
-
"line":
|
|
49151
|
+
"line": 558
|
|
49152
49152
|
},
|
|
49153
49153
|
"name": "artifactsJavascriptDirectory",
|
|
49154
49154
|
"type": {
|
|
@@ -49162,7 +49162,7 @@
|
|
|
49162
49162
|
"immutable": true,
|
|
49163
49163
|
"locationInModule": {
|
|
49164
49164
|
"filename": "src/javascript/node-project.ts",
|
|
49165
|
-
"line":
|
|
49165
|
+
"line": 546
|
|
49166
49166
|
},
|
|
49167
49167
|
"name": "bundler",
|
|
49168
49168
|
"type": {
|
|
@@ -49177,7 +49177,7 @@
|
|
|
49177
49177
|
"immutable": true,
|
|
49178
49178
|
"locationInModule": {
|
|
49179
49179
|
"filename": "src/javascript/node-project.ts",
|
|
49180
|
-
"line":
|
|
49180
|
+
"line": 473
|
|
49181
49181
|
},
|
|
49182
49182
|
"name": "entrypoint",
|
|
49183
49183
|
"type": {
|
|
@@ -49192,7 +49192,7 @@
|
|
|
49192
49192
|
"immutable": true,
|
|
49193
49193
|
"locationInModule": {
|
|
49194
49194
|
"filename": "src/javascript/node-project.ts",
|
|
49195
|
-
"line":
|
|
49195
|
+
"line": 542
|
|
49196
49196
|
},
|
|
49197
49197
|
"name": "manifest",
|
|
49198
49198
|
"type": {
|
|
@@ -49207,7 +49207,7 @@
|
|
|
49207
49207
|
"immutable": true,
|
|
49208
49208
|
"locationInModule": {
|
|
49209
49209
|
"filename": "src/javascript/node-project.ts",
|
|
49210
|
-
"line":
|
|
49210
|
+
"line": 455
|
|
49211
49211
|
},
|
|
49212
49212
|
"name": "npmrc",
|
|
49213
49213
|
"type": {
|
|
@@ -49222,7 +49222,7 @@
|
|
|
49222
49222
|
"immutable": true,
|
|
49223
49223
|
"locationInModule": {
|
|
49224
49224
|
"filename": "src/javascript/node-project.ts",
|
|
49225
|
-
"line":
|
|
49225
|
+
"line": 445
|
|
49226
49226
|
},
|
|
49227
49227
|
"name": "package",
|
|
49228
49228
|
"type": {
|
|
@@ -49238,7 +49238,7 @@
|
|
|
49238
49238
|
"immutable": true,
|
|
49239
49239
|
"locationInModule": {
|
|
49240
49240
|
"filename": "src/javascript/node-project.ts",
|
|
49241
|
-
"line":
|
|
49241
|
+
"line": 525
|
|
49242
49242
|
},
|
|
49243
49243
|
"name": "packageManager",
|
|
49244
49244
|
"type": {
|
|
@@ -49253,7 +49253,7 @@
|
|
|
49253
49253
|
"immutable": true,
|
|
49254
49254
|
"locationInModule": {
|
|
49255
49255
|
"filename": "src/javascript/node-project.ts",
|
|
49256
|
-
"line":
|
|
49256
|
+
"line": 532
|
|
49257
49257
|
},
|
|
49258
49258
|
"name": "runScriptCommand",
|
|
49259
49259
|
"type": {
|
|
@@ -49267,7 +49267,7 @@
|
|
|
49267
49267
|
"immutable": true,
|
|
49268
49268
|
"locationInModule": {
|
|
49269
49269
|
"filename": "src/javascript/node-project.ts",
|
|
49270
|
-
"line":
|
|
49270
|
+
"line": 565
|
|
49271
49271
|
},
|
|
49272
49272
|
"name": "workflowBootstrapSteps",
|
|
49273
49273
|
"protected": true,
|
|
@@ -49287,7 +49287,7 @@
|
|
|
49287
49287
|
"immutable": true,
|
|
49288
49288
|
"locationInModule": {
|
|
49289
49289
|
"filename": "src/javascript/node-project.ts",
|
|
49290
|
-
"line":
|
|
49290
|
+
"line": 567
|
|
49291
49291
|
},
|
|
49292
49292
|
"name": "workflowPackageCache",
|
|
49293
49293
|
"protected": true,
|
|
@@ -49303,7 +49303,7 @@
|
|
|
49303
49303
|
"immutable": true,
|
|
49304
49304
|
"locationInModule": {
|
|
49305
49305
|
"filename": "src/javascript/node-project.ts",
|
|
49306
|
-
"line":
|
|
49306
|
+
"line": 480
|
|
49307
49307
|
},
|
|
49308
49308
|
"name": "autoMerge",
|
|
49309
49309
|
"optional": true,
|
|
@@ -49318,7 +49318,7 @@
|
|
|
49318
49318
|
"immutable": true,
|
|
49319
49319
|
"locationInModule": {
|
|
49320
49320
|
"filename": "src/javascript/node-project.ts",
|
|
49321
|
-
"line":
|
|
49321
|
+
"line": 569
|
|
49322
49322
|
},
|
|
49323
49323
|
"name": "biome",
|
|
49324
49324
|
"optional": true,
|
|
@@ -49335,7 +49335,7 @@
|
|
|
49335
49335
|
"immutable": true,
|
|
49336
49336
|
"locationInModule": {
|
|
49337
49337
|
"filename": "src/javascript/node-project.ts",
|
|
49338
|
-
"line":
|
|
49338
|
+
"line": 485
|
|
49339
49339
|
},
|
|
49340
49340
|
"name": "buildWorkflow",
|
|
49341
49341
|
"optional": true,
|
|
@@ -49351,7 +49351,7 @@
|
|
|
49351
49351
|
"immutable": true,
|
|
49352
49352
|
"locationInModule": {
|
|
49353
49353
|
"filename": "src/javascript/node-project.ts",
|
|
49354
|
-
"line":
|
|
49354
|
+
"line": 1406
|
|
49355
49355
|
},
|
|
49356
49356
|
"name": "buildWorkflowJobId",
|
|
49357
49357
|
"optional": true,
|
|
@@ -49367,7 +49367,7 @@
|
|
|
49367
49367
|
"immutable": true,
|
|
49368
49368
|
"locationInModule": {
|
|
49369
49369
|
"filename": "src/javascript/node-project.ts",
|
|
49370
|
-
"line":
|
|
49370
|
+
"line": 537
|
|
49371
49371
|
},
|
|
49372
49372
|
"name": "jest",
|
|
49373
49373
|
"optional": true,
|
|
@@ -49384,7 +49384,7 @@
|
|
|
49384
49384
|
"immutable": true,
|
|
49385
49385
|
"locationInModule": {
|
|
49386
49386
|
"filename": "src/javascript/node-project.ts",
|
|
49387
|
-
"line":
|
|
49387
|
+
"line": 514
|
|
49388
49388
|
},
|
|
49389
49389
|
"name": "maxNodeVersion",
|
|
49390
49390
|
"optional": true,
|
|
@@ -49401,7 +49401,7 @@
|
|
|
49401
49401
|
"immutable": true,
|
|
49402
49402
|
"locationInModule": {
|
|
49403
49403
|
"filename": "src/javascript/node-project.ts",
|
|
49404
|
-
"line":
|
|
49404
|
+
"line": 505
|
|
49405
49405
|
},
|
|
49406
49406
|
"name": "minNodeVersion",
|
|
49407
49407
|
"optional": true,
|
|
@@ -49416,7 +49416,7 @@
|
|
|
49416
49416
|
"immutable": true,
|
|
49417
49417
|
"locationInModule": {
|
|
49418
49418
|
"filename": "src/javascript/node-project.ts",
|
|
49419
|
-
"line":
|
|
49419
|
+
"line": 518
|
|
49420
49420
|
},
|
|
49421
49421
|
"name": "nodeVersion",
|
|
49422
49422
|
"optional": true,
|
|
@@ -49433,7 +49433,7 @@
|
|
|
49433
49433
|
"immutable": true,
|
|
49434
49434
|
"locationInModule": {
|
|
49435
49435
|
"filename": "src/javascript/node-project.ts",
|
|
49436
|
-
"line":
|
|
49436
|
+
"line": 450
|
|
49437
49437
|
},
|
|
49438
49438
|
"name": "npmignore",
|
|
49439
49439
|
"optional": true,
|
|
@@ -49448,7 +49448,7 @@
|
|
|
49448
49448
|
"immutable": true,
|
|
49449
49449
|
"locationInModule": {
|
|
49450
49450
|
"filename": "src/javascript/node-project.ts",
|
|
49451
|
-
"line":
|
|
49451
|
+
"line": 568
|
|
49452
49452
|
},
|
|
49453
49453
|
"name": "prettier",
|
|
49454
49454
|
"optional": true,
|
|
@@ -49466,7 +49466,7 @@
|
|
|
49466
49466
|
"immutable": true,
|
|
49467
49467
|
"locationInModule": {
|
|
49468
49468
|
"filename": "src/javascript/node-project.ts",
|
|
49469
|
-
"line":
|
|
49469
|
+
"line": 493
|
|
49470
49470
|
},
|
|
49471
49471
|
"name": "publisher",
|
|
49472
49472
|
"optional": true,
|
|
@@ -49482,7 +49482,7 @@
|
|
|
49482
49482
|
"immutable": true,
|
|
49483
49483
|
"locationInModule": {
|
|
49484
49484
|
"filename": "src/javascript/node-project.ts",
|
|
49485
|
-
"line":
|
|
49485
|
+
"line": 498
|
|
49486
49486
|
},
|
|
49487
49487
|
"name": "release",
|
|
49488
49488
|
"optional": true,
|
|
@@ -49498,7 +49498,7 @@
|
|
|
49498
49498
|
"immutable": true,
|
|
49499
49499
|
"locationInModule": {
|
|
49500
49500
|
"filename": "src/javascript/node-project.ts",
|
|
49501
|
-
"line":
|
|
49501
|
+
"line": 563
|
|
49502
49502
|
},
|
|
49503
49503
|
"name": "upgradeWorkflow",
|
|
49504
49504
|
"optional": true,
|
|
@@ -49539,7 +49539,7 @@
|
|
|
49539
49539
|
"immutable": true,
|
|
49540
49540
|
"locationInModule": {
|
|
49541
49541
|
"filename": "src/javascript/node-project.ts",
|
|
49542
|
-
"line":
|
|
49542
|
+
"line": 182
|
|
49543
49543
|
},
|
|
49544
49544
|
"name": "defaultReleaseBranch",
|
|
49545
49545
|
"type": {
|
|
@@ -49556,7 +49556,7 @@
|
|
|
49556
49556
|
"immutable": true,
|
|
49557
49557
|
"locationInModule": {
|
|
49558
49558
|
"filename": "src/javascript/node-project.ts",
|
|
49559
|
-
"line":
|
|
49559
|
+
"line": 347
|
|
49560
49560
|
},
|
|
49561
49561
|
"name": "artifactsDirectory",
|
|
49562
49562
|
"optional": true,
|
|
@@ -49575,7 +49575,7 @@
|
|
|
49575
49575
|
"immutable": true,
|
|
49576
49576
|
"locationInModule": {
|
|
49577
49577
|
"filename": "src/javascript/node-project.ts",
|
|
49578
|
-
"line":
|
|
49578
|
+
"line": 396
|
|
49579
49579
|
},
|
|
49580
49580
|
"name": "auditDeps",
|
|
49581
49581
|
"optional": true,
|
|
@@ -49593,7 +49593,7 @@
|
|
|
49593
49593
|
"immutable": true,
|
|
49594
49594
|
"locationInModule": {
|
|
49595
49595
|
"filename": "src/javascript/node-project.ts",
|
|
49596
|
-
"line":
|
|
49596
|
+
"line": 402
|
|
49597
49597
|
},
|
|
49598
49598
|
"name": "auditDepsOptions",
|
|
49599
49599
|
"optional": true,
|
|
@@ -49612,7 +49612,7 @@
|
|
|
49612
49612
|
"immutable": true,
|
|
49613
49613
|
"locationInModule": {
|
|
49614
49614
|
"filename": "src/javascript/node-project.ts",
|
|
49615
|
-
"line":
|
|
49615
|
+
"line": 258
|
|
49616
49616
|
},
|
|
49617
49617
|
"name": "autoApproveUpgrades",
|
|
49618
49618
|
"optional": true,
|
|
@@ -49630,7 +49630,7 @@
|
|
|
49630
49630
|
"immutable": true,
|
|
49631
49631
|
"locationInModule": {
|
|
49632
49632
|
"filename": "src/javascript/node-project.ts",
|
|
49633
|
-
"line":
|
|
49633
|
+
"line": 379
|
|
49634
49634
|
},
|
|
49635
49635
|
"name": "biome",
|
|
49636
49636
|
"optional": true,
|
|
@@ -49648,7 +49648,7 @@
|
|
|
49648
49648
|
"immutable": true,
|
|
49649
49649
|
"locationInModule": {
|
|
49650
49650
|
"filename": "src/javascript/node-project.ts",
|
|
49651
|
-
"line":
|
|
49651
|
+
"line": 385
|
|
49652
49652
|
},
|
|
49653
49653
|
"name": "biomeOptions",
|
|
49654
49654
|
"optional": true,
|
|
@@ -49666,7 +49666,7 @@
|
|
|
49666
49666
|
"immutable": true,
|
|
49667
49667
|
"locationInModule": {
|
|
49668
49668
|
"filename": "src/javascript/node-project.ts",
|
|
49669
|
-
"line":
|
|
49669
|
+
"line": 128
|
|
49670
49670
|
},
|
|
49671
49671
|
"name": "buildWorkflow",
|
|
49672
49672
|
"optional": true,
|
|
@@ -49683,7 +49683,7 @@
|
|
|
49683
49683
|
"immutable": true,
|
|
49684
49684
|
"locationInModule": {
|
|
49685
49685
|
"filename": "src/javascript/node-project.ts",
|
|
49686
|
-
"line":
|
|
49686
|
+
"line": 132
|
|
49687
49687
|
},
|
|
49688
49688
|
"name": "buildWorkflowOptions",
|
|
49689
49689
|
"optional": true,
|
|
@@ -49702,7 +49702,7 @@
|
|
|
49702
49702
|
"immutable": true,
|
|
49703
49703
|
"locationInModule": {
|
|
49704
49704
|
"filename": "src/javascript/node-project.ts",
|
|
49705
|
-
"line":
|
|
49705
|
+
"line": 363
|
|
49706
49706
|
},
|
|
49707
49707
|
"name": "buildWorkflowTriggers",
|
|
49708
49708
|
"optional": true,
|
|
@@ -49719,7 +49719,7 @@
|
|
|
49719
49719
|
"immutable": true,
|
|
49720
49720
|
"locationInModule": {
|
|
49721
49721
|
"filename": "src/javascript/node-project.ts",
|
|
49722
|
-
"line":
|
|
49722
|
+
"line": 340
|
|
49723
49723
|
},
|
|
49724
49724
|
"name": "bundlerOptions",
|
|
49725
49725
|
"optional": true,
|
|
@@ -49738,7 +49738,7 @@
|
|
|
49738
49738
|
"immutable": true,
|
|
49739
49739
|
"locationInModule": {
|
|
49740
49740
|
"filename": "src/javascript/node-project.ts",
|
|
49741
|
-
"line":
|
|
49741
|
+
"line": 372
|
|
49742
49742
|
},
|
|
49743
49743
|
"name": "checkLicenses",
|
|
49744
49744
|
"optional": true,
|
|
@@ -49756,7 +49756,7 @@
|
|
|
49756
49756
|
"immutable": true,
|
|
49757
49757
|
"locationInModule": {
|
|
49758
49758
|
"filename": "src/javascript/node-project.ts",
|
|
49759
|
-
"line":
|
|
49759
|
+
"line": 153
|
|
49760
49760
|
},
|
|
49761
49761
|
"name": "codeCov",
|
|
49762
49762
|
"optional": true,
|
|
@@ -49774,7 +49774,7 @@
|
|
|
49774
49774
|
"immutable": true,
|
|
49775
49775
|
"locationInModule": {
|
|
49776
49776
|
"filename": "src/javascript/node-project.ts",
|
|
49777
|
-
"line":
|
|
49777
|
+
"line": 160
|
|
49778
49778
|
},
|
|
49779
49779
|
"name": "codeCovTokenSecret",
|
|
49780
49780
|
"optional": true,
|
|
@@ -49792,7 +49792,7 @@
|
|
|
49792
49792
|
"immutable": true,
|
|
49793
49793
|
"locationInModule": {
|
|
49794
49794
|
"filename": "src/javascript/node-project.ts",
|
|
49795
|
-
"line":
|
|
49795
|
+
"line": 101
|
|
49796
49796
|
},
|
|
49797
49797
|
"name": "copyrightOwner",
|
|
49798
49798
|
"optional": true,
|
|
@@ -49810,7 +49810,7 @@
|
|
|
49810
49810
|
"immutable": true,
|
|
49811
49811
|
"locationInModule": {
|
|
49812
49812
|
"filename": "src/javascript/node-project.ts",
|
|
49813
|
-
"line":
|
|
49813
|
+
"line": 108
|
|
49814
49814
|
},
|
|
49815
49815
|
"name": "copyrightPeriod",
|
|
49816
49816
|
"optional": true,
|
|
@@ -49829,7 +49829,7 @@
|
|
|
49829
49829
|
"immutable": true,
|
|
49830
49830
|
"locationInModule": {
|
|
49831
49831
|
"filename": "src/javascript/node-project.ts",
|
|
49832
|
-
"line":
|
|
49832
|
+
"line": 226
|
|
49833
49833
|
},
|
|
49834
49834
|
"name": "dependabot",
|
|
49835
49835
|
"optional": true,
|
|
@@ -49847,7 +49847,7 @@
|
|
|
49847
49847
|
"immutable": true,
|
|
49848
49848
|
"locationInModule": {
|
|
49849
49849
|
"filename": "src/javascript/node-project.ts",
|
|
49850
|
-
"line":
|
|
49850
|
+
"line": 233
|
|
49851
49851
|
},
|
|
49852
49852
|
"name": "dependabotOptions",
|
|
49853
49853
|
"optional": true,
|
|
@@ -49866,7 +49866,7 @@
|
|
|
49866
49866
|
"immutable": true,
|
|
49867
49867
|
"locationInModule": {
|
|
49868
49868
|
"filename": "src/javascript/node-project.ts",
|
|
49869
|
-
"line":
|
|
49869
|
+
"line": 241
|
|
49870
49870
|
},
|
|
49871
49871
|
"name": "depsUpgrade",
|
|
49872
49872
|
"optional": true,
|
|
@@ -49884,7 +49884,7 @@
|
|
|
49884
49884
|
"immutable": true,
|
|
49885
49885
|
"locationInModule": {
|
|
49886
49886
|
"filename": "src/javascript/node-project.ts",
|
|
49887
|
-
"line":
|
|
49887
|
+
"line": 248
|
|
49888
49888
|
},
|
|
49889
49889
|
"name": "depsUpgradeOptions",
|
|
49890
49890
|
"optional": true,
|
|
@@ -49901,7 +49901,7 @@
|
|
|
49901
49901
|
"immutable": true,
|
|
49902
49902
|
"locationInModule": {
|
|
49903
49903
|
"filename": "src/javascript/node-project.ts",
|
|
49904
|
-
"line":
|
|
49904
|
+
"line": 309
|
|
49905
49905
|
},
|
|
49906
49906
|
"name": "gitignore",
|
|
49907
49907
|
"optional": true,
|
|
@@ -49924,7 +49924,7 @@
|
|
|
49924
49924
|
"immutable": true,
|
|
49925
49925
|
"locationInModule": {
|
|
49926
49926
|
"filename": "src/javascript/node-project.ts",
|
|
49927
|
-
"line":
|
|
49927
|
+
"line": 315
|
|
49928
49928
|
},
|
|
49929
49929
|
"name": "jest",
|
|
49930
49930
|
"optional": true,
|
|
@@ -49942,7 +49942,7 @@
|
|
|
49942
49942
|
"immutable": true,
|
|
49943
49943
|
"locationInModule": {
|
|
49944
49944
|
"filename": "src/javascript/node-project.ts",
|
|
49945
|
-
"line":
|
|
49945
|
+
"line": 321
|
|
49946
49946
|
},
|
|
49947
49947
|
"name": "jestOptions",
|
|
49948
49948
|
"optional": true,
|
|
@@ -49962,7 +49962,7 @@
|
|
|
49962
49962
|
"immutable": true,
|
|
49963
49963
|
"locationInModule": {
|
|
49964
49964
|
"filename": "src/javascript/node-project.ts",
|
|
49965
|
-
"line":
|
|
49965
|
+
"line": 145
|
|
49966
49966
|
},
|
|
49967
49967
|
"name": "mutableBuild",
|
|
49968
49968
|
"optional": true,
|
|
@@ -49980,7 +49980,7 @@
|
|
|
49980
49980
|
"immutable": true,
|
|
49981
49981
|
"locationInModule": {
|
|
49982
49982
|
"filename": "src/javascript/node-project.ts",
|
|
49983
|
-
"line":
|
|
49983
|
+
"line": 277
|
|
49984
49984
|
},
|
|
49985
49985
|
"name": "npmignore",
|
|
49986
49986
|
"optional": true,
|
|
@@ -50003,7 +50003,7 @@
|
|
|
50003
50003
|
"immutable": true,
|
|
50004
50004
|
"locationInModule": {
|
|
50005
50005
|
"filename": "src/javascript/node-project.ts",
|
|
50006
|
-
"line":
|
|
50006
|
+
"line": 266
|
|
50007
50007
|
},
|
|
50008
50008
|
"name": "npmignoreEnabled",
|
|
50009
50009
|
"optional": true,
|
|
@@ -50020,7 +50020,7 @@
|
|
|
50020
50020
|
"immutable": true,
|
|
50021
50021
|
"locationInModule": {
|
|
50022
50022
|
"filename": "src/javascript/node-project.ts",
|
|
50023
|
-
"line":
|
|
50023
|
+
"line": 271
|
|
50024
50024
|
},
|
|
50025
50025
|
"name": "npmIgnoreOptions",
|
|
50026
50026
|
"optional": true,
|
|
@@ -50038,7 +50038,7 @@
|
|
|
50038
50038
|
"immutable": true,
|
|
50039
50039
|
"locationInModule": {
|
|
50040
50040
|
"filename": "src/javascript/node-project.ts",
|
|
50041
|
-
"line":
|
|
50041
|
+
"line": 355
|
|
50042
50042
|
},
|
|
50043
50043
|
"name": "package",
|
|
50044
50044
|
"optional": true,
|
|
@@ -50056,7 +50056,7 @@
|
|
|
50056
50056
|
"immutable": true,
|
|
50057
50057
|
"locationInModule": {
|
|
50058
50058
|
"filename": "src/javascript/node-project.ts",
|
|
50059
|
-
"line":
|
|
50059
|
+
"line": 298
|
|
50060
50060
|
},
|
|
50061
50061
|
"name": "prettier",
|
|
50062
50062
|
"optional": true,
|
|
@@ -50074,7 +50074,7 @@
|
|
|
50074
50074
|
"immutable": true,
|
|
50075
50075
|
"locationInModule": {
|
|
50076
50076
|
"filename": "src/javascript/node-project.ts",
|
|
50077
|
-
"line":
|
|
50077
|
+
"line": 304
|
|
50078
50078
|
},
|
|
50079
50079
|
"name": "prettierOptions",
|
|
50080
50080
|
"optional": true,
|
|
@@ -50092,7 +50092,7 @@
|
|
|
50092
50092
|
"immutable": true,
|
|
50093
50093
|
"locationInModule": {
|
|
50094
50094
|
"filename": "src/javascript/node-project.ts",
|
|
50095
|
-
"line":
|
|
50095
|
+
"line": 122
|
|
50096
50096
|
},
|
|
50097
50097
|
"name": "projenDevDependency",
|
|
50098
50098
|
"optional": true,
|
|
@@ -50110,7 +50110,7 @@
|
|
|
50110
50110
|
"immutable": true,
|
|
50111
50111
|
"locationInModule": {
|
|
50112
50112
|
"filename": "src/javascript/node-project.ts",
|
|
50113
|
-
"line":
|
|
50113
|
+
"line": 329
|
|
50114
50114
|
},
|
|
50115
50115
|
"name": "projenrcJs",
|
|
50116
50116
|
"optional": true,
|
|
@@ -50128,7 +50128,7 @@
|
|
|
50128
50128
|
"immutable": true,
|
|
50129
50129
|
"locationInModule": {
|
|
50130
50130
|
"filename": "src/javascript/node-project.ts",
|
|
50131
|
-
"line":
|
|
50131
|
+
"line": 335
|
|
50132
50132
|
},
|
|
50133
50133
|
"name": "projenrcJsOptions",
|
|
50134
50134
|
"optional": true,
|
|
@@ -50146,7 +50146,7 @@
|
|
|
50146
50146
|
"immutable": true,
|
|
50147
50147
|
"locationInModule": {
|
|
50148
50148
|
"filename": "src/javascript/node-project.ts",
|
|
50149
|
-
"line":
|
|
50149
|
+
"line": 115
|
|
50150
50150
|
},
|
|
50151
50151
|
"name": "projenVersion",
|
|
50152
50152
|
"optional": true,
|
|
@@ -50164,7 +50164,7 @@
|
|
|
50164
50164
|
"immutable": true,
|
|
50165
50165
|
"locationInModule": {
|
|
50166
50166
|
"filename": "src/javascript/node-project.ts",
|
|
50167
|
-
"line":
|
|
50167
|
+
"line": 284
|
|
50168
50168
|
},
|
|
50169
50169
|
"name": "pullRequestTemplate",
|
|
50170
50170
|
"optional": true,
|
|
@@ -50182,7 +50182,7 @@
|
|
|
50182
50182
|
"immutable": true,
|
|
50183
50183
|
"locationInModule": {
|
|
50184
50184
|
"filename": "src/javascript/node-project.ts",
|
|
50185
|
-
"line":
|
|
50185
|
+
"line": 291
|
|
50186
50186
|
},
|
|
50187
50187
|
"name": "pullRequestTemplateContents",
|
|
50188
50188
|
"optional": true,
|
|
@@ -50205,7 +50205,7 @@
|
|
|
50205
50205
|
"immutable": true,
|
|
50206
50206
|
"locationInModule": {
|
|
50207
50207
|
"filename": "src/javascript/node-project.ts",
|
|
50208
|
-
"line":
|
|
50208
|
+
"line": 175
|
|
50209
50209
|
},
|
|
50210
50210
|
"name": "release",
|
|
50211
50211
|
"optional": true,
|
|
@@ -50223,7 +50223,7 @@
|
|
|
50223
50223
|
"immutable": true,
|
|
50224
50224
|
"locationInModule": {
|
|
50225
50225
|
"filename": "src/javascript/node-project.ts",
|
|
50226
|
-
"line":
|
|
50226
|
+
"line": 202
|
|
50227
50227
|
},
|
|
50228
50228
|
"name": "releaseToNpm",
|
|
50229
50229
|
"optional": true,
|
|
@@ -50242,7 +50242,7 @@
|
|
|
50242
50242
|
"immutable": true,
|
|
50243
50243
|
"locationInModule": {
|
|
50244
50244
|
"filename": "src/javascript/node-project.ts",
|
|
50245
|
-
"line":
|
|
50245
|
+
"line": 168
|
|
50246
50246
|
},
|
|
50247
50247
|
"name": "releaseWorkflow",
|
|
50248
50248
|
"optional": true,
|
|
@@ -50260,7 +50260,7 @@
|
|
|
50260
50260
|
"immutable": true,
|
|
50261
50261
|
"locationInModule": {
|
|
50262
50262
|
"filename": "src/javascript/node-project.ts",
|
|
50263
|
-
"line":
|
|
50263
|
+
"line": 189
|
|
50264
50264
|
},
|
|
50265
50265
|
"name": "workflowBootstrapSteps",
|
|
50266
50266
|
"optional": true,
|
|
@@ -50283,7 +50283,7 @@
|
|
|
50283
50283
|
"immutable": true,
|
|
50284
50284
|
"locationInModule": {
|
|
50285
50285
|
"filename": "src/javascript/node-project.ts",
|
|
50286
|
-
"line":
|
|
50286
|
+
"line": 196
|
|
50287
50287
|
},
|
|
50288
50288
|
"name": "workflowGitIdentity",
|
|
50289
50289
|
"optional": true,
|
|
@@ -50302,7 +50302,7 @@
|
|
|
50302
50302
|
"immutable": true,
|
|
50303
50303
|
"locationInModule": {
|
|
50304
50304
|
"filename": "src/javascript/node-project.ts",
|
|
50305
|
-
"line":
|
|
50305
|
+
"line": 211
|
|
50306
50306
|
},
|
|
50307
50307
|
"name": "workflowNodeVersion",
|
|
50308
50308
|
"optional": true,
|
|
@@ -50320,7 +50320,7 @@
|
|
|
50320
50320
|
"immutable": true,
|
|
50321
50321
|
"locationInModule": {
|
|
50322
50322
|
"filename": "src/javascript/node-project.ts",
|
|
50323
|
-
"line":
|
|
50323
|
+
"line": 218
|
|
50324
50324
|
},
|
|
50325
50325
|
"name": "workflowPackageCache",
|
|
50326
50326
|
"optional": true,
|
|
@@ -50341,7 +50341,7 @@
|
|
|
50341
50341
|
"kind": "enum",
|
|
50342
50342
|
"locationInModule": {
|
|
50343
50343
|
"filename": "src/javascript/node-package.ts",
|
|
50344
|
-
"line":
|
|
50344
|
+
"line": 1728
|
|
50345
50345
|
},
|
|
50346
50346
|
"members": [
|
|
50347
50347
|
{
|
|
@@ -50536,7 +50536,7 @@
|
|
|
50536
50536
|
"kind": "interface",
|
|
50537
50537
|
"locationInModule": {
|
|
50538
50538
|
"filename": "src/javascript/node-package.ts",
|
|
50539
|
-
"line":
|
|
50539
|
+
"line": 1673
|
|
50540
50540
|
},
|
|
50541
50541
|
"name": "PeerDependencyOptions",
|
|
50542
50542
|
"namespace": "javascript",
|
|
@@ -50551,7 +50551,7 @@
|
|
|
50551
50551
|
"immutable": true,
|
|
50552
50552
|
"locationInModule": {
|
|
50553
50553
|
"filename": "src/javascript/node-package.ts",
|
|
50554
|
-
"line":
|
|
50554
|
+
"line": 1678
|
|
50555
50555
|
},
|
|
50556
50556
|
"name": "pinnedDevDependency",
|
|
50557
50557
|
"optional": true,
|
|
@@ -51631,7 +51631,7 @@
|
|
|
51631
51631
|
"kind": "interface",
|
|
51632
51632
|
"locationInModule": {
|
|
51633
51633
|
"filename": "src/javascript/node-project.ts",
|
|
51634
|
-
"line":
|
|
51634
|
+
"line": 1522
|
|
51635
51635
|
},
|
|
51636
51636
|
"name": "RenderWorkflowSetupOptions",
|
|
51637
51637
|
"namespace": "javascript",
|
|
@@ -51647,7 +51647,7 @@
|
|
|
51647
51647
|
"immutable": true,
|
|
51648
51648
|
"locationInModule": {
|
|
51649
51649
|
"filename": "src/javascript/node-project.ts",
|
|
51650
|
-
"line":
|
|
51650
|
+
"line": 1531
|
|
51651
51651
|
},
|
|
51652
51652
|
"name": "installStepConfiguration",
|
|
51653
51653
|
"optional": true,
|
|
@@ -51665,7 +51665,7 @@
|
|
|
51665
51665
|
"immutable": true,
|
|
51666
51666
|
"locationInModule": {
|
|
51667
51667
|
"filename": "src/javascript/node-project.ts",
|
|
51668
|
-
"line":
|
|
51668
|
+
"line": 1536
|
|
51669
51669
|
},
|
|
51670
51670
|
"name": "mutable",
|
|
51671
51671
|
"optional": true,
|
|
@@ -54273,7 +54273,7 @@
|
|
|
54273
54273
|
"kind": "class",
|
|
54274
54274
|
"locationInModule": {
|
|
54275
54275
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54276
|
-
"line":
|
|
54276
|
+
"line": 763
|
|
54277
54277
|
},
|
|
54278
54278
|
"methods": [
|
|
54279
54279
|
{
|
|
@@ -54283,7 +54283,7 @@
|
|
|
54283
54283
|
},
|
|
54284
54284
|
"locationInModule": {
|
|
54285
54285
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54286
|
-
"line":
|
|
54286
|
+
"line": 798
|
|
54287
54287
|
},
|
|
54288
54288
|
"name": "expressions",
|
|
54289
54289
|
"parameters": [
|
|
@@ -54319,7 +54319,7 @@
|
|
|
54319
54319
|
"immutable": true,
|
|
54320
54320
|
"locationInModule": {
|
|
54321
54321
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54322
|
-
"line":
|
|
54322
|
+
"line": 772
|
|
54323
54323
|
},
|
|
54324
54324
|
"name": "DAILY",
|
|
54325
54325
|
"static": true,
|
|
@@ -54336,7 +54336,7 @@
|
|
|
54336
54336
|
"immutable": true,
|
|
54337
54337
|
"locationInModule": {
|
|
54338
54338
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54339
|
-
"line":
|
|
54339
|
+
"line": 791
|
|
54340
54340
|
},
|
|
54341
54341
|
"name": "MONTHLY",
|
|
54342
54342
|
"static": true,
|
|
@@ -54353,7 +54353,7 @@
|
|
|
54353
54353
|
"immutable": true,
|
|
54354
54354
|
"locationInModule": {
|
|
54355
54355
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54356
|
-
"line":
|
|
54356
|
+
"line": 767
|
|
54357
54357
|
},
|
|
54358
54358
|
"name": "NEVER",
|
|
54359
54359
|
"static": true,
|
|
@@ -54370,7 +54370,7 @@
|
|
|
54370
54370
|
"immutable": true,
|
|
54371
54371
|
"locationInModule": {
|
|
54372
54372
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54373
|
-
"line":
|
|
54373
|
+
"line": 777
|
|
54374
54374
|
},
|
|
54375
54375
|
"name": "WEEKDAY",
|
|
54376
54376
|
"static": true,
|
|
@@ -54387,7 +54387,7 @@
|
|
|
54387
54387
|
"immutable": true,
|
|
54388
54388
|
"locationInModule": {
|
|
54389
54389
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54390
|
-
"line":
|
|
54390
|
+
"line": 784
|
|
54391
54391
|
},
|
|
54392
54392
|
"name": "WEEKLY",
|
|
54393
54393
|
"static": true,
|
|
@@ -54402,7 +54402,7 @@
|
|
|
54402
54402
|
"immutable": true,
|
|
54403
54403
|
"locationInModule": {
|
|
54404
54404
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54405
|
-
"line":
|
|
54405
|
+
"line": 802
|
|
54406
54406
|
},
|
|
54407
54407
|
"name": "cron",
|
|
54408
54408
|
"type": {
|
|
@@ -54428,7 +54428,7 @@
|
|
|
54428
54428
|
"kind": "interface",
|
|
54429
54429
|
"locationInModule": {
|
|
54430
54430
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54431
|
-
"line":
|
|
54431
|
+
"line": 675
|
|
54432
54432
|
},
|
|
54433
54433
|
"name": "UpgradeDependenciesWorkflowOptions",
|
|
54434
54434
|
"namespace": "javascript",
|
|
@@ -54443,7 +54443,7 @@
|
|
|
54443
54443
|
"immutable": true,
|
|
54444
54444
|
"locationInModule": {
|
|
54445
54445
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54446
|
-
"line":
|
|
54446
|
+
"line": 708
|
|
54447
54447
|
},
|
|
54448
54448
|
"name": "assignees",
|
|
54449
54449
|
"optional": true,
|
|
@@ -54466,7 +54466,7 @@
|
|
|
54466
54466
|
"immutable": true,
|
|
54467
54467
|
"locationInModule": {
|
|
54468
54468
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54469
|
-
"line":
|
|
54469
|
+
"line": 722
|
|
54470
54470
|
},
|
|
54471
54471
|
"name": "branches",
|
|
54472
54472
|
"optional": true,
|
|
@@ -54489,7 +54489,7 @@
|
|
|
54489
54489
|
"immutable": true,
|
|
54490
54490
|
"locationInModule": {
|
|
54491
54491
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54492
|
-
"line":
|
|
54492
|
+
"line": 715
|
|
54493
54493
|
},
|
|
54494
54494
|
"name": "container",
|
|
54495
54495
|
"optional": true,
|
|
@@ -54507,7 +54507,7 @@
|
|
|
54507
54507
|
"immutable": true,
|
|
54508
54508
|
"locationInModule": {
|
|
54509
54509
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54510
|
-
"line":
|
|
54510
|
+
"line": 757
|
|
54511
54511
|
},
|
|
54512
54512
|
"name": "env",
|
|
54513
54513
|
"optional": true,
|
|
@@ -54530,7 +54530,7 @@
|
|
|
54530
54530
|
"immutable": true,
|
|
54531
54531
|
"locationInModule": {
|
|
54532
54532
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54533
|
-
"line":
|
|
54533
|
+
"line": 728
|
|
54534
54534
|
},
|
|
54535
54535
|
"name": "gitIdentity",
|
|
54536
54536
|
"optional": true,
|
|
@@ -54548,7 +54548,7 @@
|
|
|
54548
54548
|
"immutable": true,
|
|
54549
54549
|
"locationInModule": {
|
|
54550
54550
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54551
|
-
"line":
|
|
54551
|
+
"line": 701
|
|
54552
54552
|
},
|
|
54553
54553
|
"name": "labels",
|
|
54554
54554
|
"optional": true,
|
|
@@ -54571,7 +54571,7 @@
|
|
|
54571
54571
|
"immutable": true,
|
|
54572
54572
|
"locationInModule": {
|
|
54573
54573
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54574
|
-
"line":
|
|
54574
|
+
"line": 750
|
|
54575
54575
|
},
|
|
54576
54576
|
"name": "permissions",
|
|
54577
54577
|
"optional": true,
|
|
@@ -54591,7 +54591,7 @@
|
|
|
54591
54591
|
"immutable": true,
|
|
54592
54592
|
"locationInModule": {
|
|
54593
54593
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54594
|
-
"line":
|
|
54594
|
+
"line": 694
|
|
54595
54595
|
},
|
|
54596
54596
|
"name": "projenCredentials",
|
|
54597
54597
|
"optional": true,
|
|
@@ -54613,7 +54613,7 @@
|
|
|
54613
54613
|
"immutable": true,
|
|
54614
54614
|
"locationInModule": {
|
|
54615
54615
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54616
|
-
"line":
|
|
54616
|
+
"line": 736
|
|
54617
54617
|
},
|
|
54618
54618
|
"name": "runsOn",
|
|
54619
54619
|
"optional": true,
|
|
@@ -54639,7 +54639,7 @@
|
|
|
54639
54639
|
"immutable": true,
|
|
54640
54640
|
"locationInModule": {
|
|
54641
54641
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54642
|
-
"line":
|
|
54642
|
+
"line": 743
|
|
54643
54643
|
},
|
|
54644
54644
|
"name": "runsOnGroup",
|
|
54645
54645
|
"optional": true,
|
|
@@ -54657,7 +54657,7 @@
|
|
|
54657
54657
|
"immutable": true,
|
|
54658
54658
|
"locationInModule": {
|
|
54659
54659
|
"filename": "src/javascript/upgrade-dependencies.ts",
|
|
54660
|
-
"line":
|
|
54660
|
+
"line": 681
|
|
54661
54661
|
},
|
|
54662
54662
|
"name": "schedule",
|
|
54663
54663
|
"optional": true,
|
|
@@ -54718,7 +54718,7 @@
|
|
|
54718
54718
|
"kind": "interface",
|
|
54719
54719
|
"locationInModule": {
|
|
54720
54720
|
"filename": "src/javascript/node-package.ts",
|
|
54721
|
-
"line":
|
|
54721
|
+
"line": 1743
|
|
54722
54722
|
},
|
|
54723
54723
|
"name": "YarnBerryOptions",
|
|
54724
54724
|
"namespace": "javascript",
|
|
@@ -54733,7 +54733,7 @@
|
|
|
54733
54733
|
"immutable": true,
|
|
54734
54734
|
"locationInModule": {
|
|
54735
54735
|
"filename": "src/javascript/node-package.ts",
|
|
54736
|
-
"line":
|
|
54736
|
+
"line": 1749
|
|
54737
54737
|
},
|
|
54738
54738
|
"name": "version",
|
|
54739
54739
|
"optional": true,
|
|
@@ -54751,7 +54751,7 @@
|
|
|
54751
54751
|
"immutable": true,
|
|
54752
54752
|
"locationInModule": {
|
|
54753
54753
|
"filename": "src/javascript/node-package.ts",
|
|
54754
|
-
"line":
|
|
54754
|
+
"line": 1756
|
|
54755
54755
|
},
|
|
54756
54756
|
"name": "yarnRcOptions",
|
|
54757
54757
|
"optional": true,
|
|
@@ -54770,7 +54770,7 @@
|
|
|
54770
54770
|
"immutable": true,
|
|
54771
54771
|
"locationInModule": {
|
|
54772
54772
|
"filename": "src/javascript/node-package.ts",
|
|
54773
|
-
"line":
|
|
54773
|
+
"line": 1764
|
|
54774
54774
|
},
|
|
54775
54775
|
"name": "zeroInstalls",
|
|
54776
54776
|
"optional": true,
|
|
@@ -63417,7 +63417,7 @@
|
|
|
63417
63417
|
},
|
|
63418
63418
|
"locationInModule": {
|
|
63419
63419
|
"filename": "src/python/poetry.ts",
|
|
63420
|
-
"line":
|
|
63420
|
+
"line": 58
|
|
63421
63421
|
},
|
|
63422
63422
|
"parameters": [
|
|
63423
63423
|
{
|
|
@@ -63442,7 +63442,7 @@
|
|
|
63442
63442
|
"kind": "class",
|
|
63443
63443
|
"locationInModule": {
|
|
63444
63444
|
"filename": "src/python/poetry.ts",
|
|
63445
|
-
"line":
|
|
63445
|
+
"line": 23
|
|
63446
63446
|
},
|
|
63447
63447
|
"methods": [
|
|
63448
63448
|
{
|
|
@@ -63452,7 +63452,7 @@
|
|
|
63452
63452
|
},
|
|
63453
63453
|
"locationInModule": {
|
|
63454
63454
|
"filename": "src/python/poetry.ts",
|
|
63455
|
-
"line":
|
|
63455
|
+
"line": 200
|
|
63456
63456
|
},
|
|
63457
63457
|
"name": "addDependency",
|
|
63458
63458
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -63475,7 +63475,7 @@
|
|
|
63475
63475
|
},
|
|
63476
63476
|
"locationInModule": {
|
|
63477
63477
|
"filename": "src/python/poetry.ts",
|
|
63478
|
-
"line":
|
|
63478
|
+
"line": 209
|
|
63479
63479
|
},
|
|
63480
63480
|
"name": "addDevDependency",
|
|
63481
63481
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -63498,7 +63498,7 @@
|
|
|
63498
63498
|
},
|
|
63499
63499
|
"locationInModule": {
|
|
63500
63500
|
"filename": "src/python/poetry.ts",
|
|
63501
|
-
"line":
|
|
63501
|
+
"line": 244
|
|
63502
63502
|
},
|
|
63503
63503
|
"name": "installDependencies",
|
|
63504
63504
|
"overrides": "projen.python.IPythonDeps"
|
|
@@ -63510,7 +63510,7 @@
|
|
|
63510
63510
|
},
|
|
63511
63511
|
"locationInModule": {
|
|
63512
63512
|
"filename": "src/python/poetry.ts",
|
|
63513
|
-
"line":
|
|
63513
|
+
"line": 216
|
|
63514
63514
|
},
|
|
63515
63515
|
"name": "setupEnvironment",
|
|
63516
63516
|
"overrides": "projen.python.IPythonEnv"
|
|
@@ -63527,7 +63527,7 @@
|
|
|
63527
63527
|
"immutable": true,
|
|
63528
63528
|
"locationInModule": {
|
|
63529
63529
|
"filename": "src/python/poetry.ts",
|
|
63530
|
-
"line":
|
|
63530
|
+
"line": 35
|
|
63531
63531
|
},
|
|
63532
63532
|
"name": "installCiTask",
|
|
63533
63533
|
"overrides": "projen.python.IPythonDeps",
|
|
@@ -63543,7 +63543,7 @@
|
|
|
63543
63543
|
"immutable": true,
|
|
63544
63544
|
"locationInModule": {
|
|
63545
63545
|
"filename": "src/python/poetry.ts",
|
|
63546
|
-
"line":
|
|
63546
|
+
"line": 30
|
|
63547
63547
|
},
|
|
63548
63548
|
"name": "installTask",
|
|
63549
63549
|
"type": {
|
|
@@ -63558,7 +63558,7 @@
|
|
|
63558
63558
|
"immutable": true,
|
|
63559
63559
|
"locationInModule": {
|
|
63560
63560
|
"filename": "src/python/poetry.ts",
|
|
63561
|
-
"line":
|
|
63561
|
+
"line": 40
|
|
63562
63562
|
},
|
|
63563
63563
|
"name": "publishTask",
|
|
63564
63564
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -63574,7 +63574,7 @@
|
|
|
63574
63574
|
"immutable": true,
|
|
63575
63575
|
"locationInModule": {
|
|
63576
63576
|
"filename": "src/python/poetry.ts",
|
|
63577
|
-
"line":
|
|
63577
|
+
"line": 45
|
|
63578
63578
|
},
|
|
63579
63579
|
"name": "publishTestTask",
|
|
63580
63580
|
"type": {
|
|
@@ -63619,7 +63619,7 @@
|
|
|
63619
63619
|
},
|
|
63620
63620
|
"locationInModule": {
|
|
63621
63621
|
"filename": "src/python/poetry.ts",
|
|
63622
|
-
"line":
|
|
63622
|
+
"line": 409
|
|
63623
63623
|
},
|
|
63624
63624
|
"parameters": [
|
|
63625
63625
|
{
|
|
@@ -63639,7 +63639,7 @@
|
|
|
63639
63639
|
"kind": "class",
|
|
63640
63640
|
"locationInModule": {
|
|
63641
63641
|
"filename": "src/python/poetry.ts",
|
|
63642
|
-
"line":
|
|
63642
|
+
"line": 406
|
|
63643
63643
|
},
|
|
63644
63644
|
"name": "PoetryPyproject",
|
|
63645
63645
|
"namespace": "python",
|
|
@@ -63651,7 +63651,7 @@
|
|
|
63651
63651
|
"immutable": true,
|
|
63652
63652
|
"locationInModule": {
|
|
63653
63653
|
"filename": "src/python/poetry.ts",
|
|
63654
|
-
"line":
|
|
63654
|
+
"line": 407
|
|
63655
63655
|
},
|
|
63656
63656
|
"name": "file",
|
|
63657
63657
|
"type": {
|
|
@@ -63676,7 +63676,7 @@
|
|
|
63676
63676
|
"kind": "interface",
|
|
63677
63677
|
"locationInModule": {
|
|
63678
63678
|
"filename": "src/python/poetry.ts",
|
|
63679
|
-
"line":
|
|
63679
|
+
"line": 383
|
|
63680
63680
|
},
|
|
63681
63681
|
"name": "PoetryPyprojectOptions",
|
|
63682
63682
|
"namespace": "python",
|
|
@@ -63692,7 +63692,7 @@
|
|
|
63692
63692
|
"immutable": true,
|
|
63693
63693
|
"locationInModule": {
|
|
63694
63694
|
"filename": "src/python/poetry.ts",
|
|
63695
|
-
"line":
|
|
63695
|
+
"line": 391
|
|
63696
63696
|
},
|
|
63697
63697
|
"name": "dependencies",
|
|
63698
63698
|
"optional": true,
|
|
@@ -63715,7 +63715,7 @@
|
|
|
63715
63715
|
"immutable": true,
|
|
63716
63716
|
"locationInModule": {
|
|
63717
63717
|
"filename": "src/python/poetry.ts",
|
|
63718
|
-
"line":
|
|
63718
|
+
"line": 398
|
|
63719
63719
|
},
|
|
63720
63720
|
"name": "devDependencies",
|
|
63721
63721
|
"optional": true,
|
|
@@ -63743,7 +63743,7 @@
|
|
|
63743
63743
|
"kind": "interface",
|
|
63744
63744
|
"locationInModule": {
|
|
63745
63745
|
"filename": "src/python/poetry.ts",
|
|
63746
|
-
"line":
|
|
63746
|
+
"line": 260
|
|
63747
63747
|
},
|
|
63748
63748
|
"name": "PoetryPyprojectOptionsWithoutDeps",
|
|
63749
63749
|
"namespace": "python",
|
|
@@ -63758,7 +63758,7 @@
|
|
|
63758
63758
|
"immutable": true,
|
|
63759
63759
|
"locationInModule": {
|
|
63760
63760
|
"filename": "src/python/poetry.ts",
|
|
63761
|
-
"line":
|
|
63761
|
+
"line": 287
|
|
63762
63762
|
},
|
|
63763
63763
|
"name": "authors",
|
|
63764
63764
|
"optional": true,
|
|
@@ -63781,7 +63781,7 @@
|
|
|
63781
63781
|
"immutable": true,
|
|
63782
63782
|
"locationInModule": {
|
|
63783
63783
|
"filename": "src/python/poetry.ts",
|
|
63784
|
-
"line":
|
|
63784
|
+
"line": 324
|
|
63785
63785
|
},
|
|
63786
63786
|
"name": "classifiers",
|
|
63787
63787
|
"optional": true,
|
|
@@ -63803,7 +63803,7 @@
|
|
|
63803
63803
|
"immutable": true,
|
|
63804
63804
|
"locationInModule": {
|
|
63805
63805
|
"filename": "src/python/poetry.ts",
|
|
63806
|
-
"line":
|
|
63806
|
+
"line": 274
|
|
63807
63807
|
},
|
|
63808
63808
|
"name": "description",
|
|
63809
63809
|
"optional": true,
|
|
@@ -63820,7 +63820,7 @@
|
|
|
63820
63820
|
"immutable": true,
|
|
63821
63821
|
"locationInModule": {
|
|
63822
63822
|
"filename": "src/python/poetry.ts",
|
|
63823
|
-
"line":
|
|
63823
|
+
"line": 312
|
|
63824
63824
|
},
|
|
63825
63825
|
"name": "documentation",
|
|
63826
63826
|
"optional": true,
|
|
@@ -63838,7 +63838,7 @@
|
|
|
63838
63838
|
"immutable": true,
|
|
63839
63839
|
"locationInModule": {
|
|
63840
63840
|
"filename": "src/python/poetry.ts",
|
|
63841
|
-
"line":
|
|
63841
|
+
"line": 342
|
|
63842
63842
|
},
|
|
63843
63843
|
"name": "exclude",
|
|
63844
63844
|
"optional": true,
|
|
@@ -63860,7 +63860,7 @@
|
|
|
63860
63860
|
"immutable": true,
|
|
63861
63861
|
"locationInModule": {
|
|
63862
63862
|
"filename": "src/python/poetry.ts",
|
|
63863
|
-
"line":
|
|
63863
|
+
"line": 357
|
|
63864
63864
|
},
|
|
63865
63865
|
"name": "extras",
|
|
63866
63866
|
"optional": true,
|
|
@@ -63887,7 +63887,7 @@
|
|
|
63887
63887
|
"immutable": true,
|
|
63888
63888
|
"locationInModule": {
|
|
63889
63889
|
"filename": "src/python/poetry.ts",
|
|
63890
|
-
"line":
|
|
63890
|
+
"line": 302
|
|
63891
63891
|
},
|
|
63892
63892
|
"name": "homepage",
|
|
63893
63893
|
"optional": true,
|
|
@@ -63904,7 +63904,7 @@
|
|
|
63904
63904
|
"immutable": true,
|
|
63905
63905
|
"locationInModule": {
|
|
63906
63906
|
"filename": "src/python/poetry.ts",
|
|
63907
|
-
"line":
|
|
63907
|
+
"line": 334
|
|
63908
63908
|
},
|
|
63909
63909
|
"name": "include",
|
|
63910
63910
|
"optional": true,
|
|
@@ -63926,7 +63926,7 @@
|
|
|
63926
63926
|
"immutable": true,
|
|
63927
63927
|
"locationInModule": {
|
|
63928
63928
|
"filename": "src/python/poetry.ts",
|
|
63929
|
-
"line":
|
|
63929
|
+
"line": 317
|
|
63930
63930
|
},
|
|
63931
63931
|
"name": "keywords",
|
|
63932
63932
|
"optional": true,
|
|
@@ -63949,7 +63949,7 @@
|
|
|
63949
63949
|
"immutable": true,
|
|
63950
63950
|
"locationInModule": {
|
|
63951
63951
|
"filename": "src/python/poetry.ts",
|
|
63952
|
-
"line":
|
|
63952
|
+
"line": 282
|
|
63953
63953
|
},
|
|
63954
63954
|
"name": "license",
|
|
63955
63955
|
"optional": true,
|
|
@@ -63967,7 +63967,7 @@
|
|
|
63967
63967
|
"immutable": true,
|
|
63968
63968
|
"locationInModule": {
|
|
63969
63969
|
"filename": "src/python/poetry.ts",
|
|
63970
|
-
"line":
|
|
63970
|
+
"line": 292
|
|
63971
63971
|
},
|
|
63972
63972
|
"name": "maintainers",
|
|
63973
63973
|
"optional": true,
|
|
@@ -63989,7 +63989,7 @@
|
|
|
63989
63989
|
"immutable": true,
|
|
63990
63990
|
"locationInModule": {
|
|
63991
63991
|
"filename": "src/python/poetry.ts",
|
|
63992
|
-
"line":
|
|
63992
|
+
"line": 264
|
|
63993
63993
|
},
|
|
63994
63994
|
"name": "name",
|
|
63995
63995
|
"optional": true,
|
|
@@ -64009,7 +64009,7 @@
|
|
|
64009
64009
|
"immutable": true,
|
|
64010
64010
|
"locationInModule": {
|
|
64011
64011
|
"filename": "src/python/poetry.ts",
|
|
64012
|
-
"line":
|
|
64012
|
+
"line": 376
|
|
64013
64013
|
},
|
|
64014
64014
|
"name": "packageMode",
|
|
64015
64015
|
"optional": true,
|
|
@@ -64026,7 +64026,7 @@
|
|
|
64026
64026
|
"immutable": true,
|
|
64027
64027
|
"locationInModule": {
|
|
64028
64028
|
"filename": "src/python/poetry.ts",
|
|
64029
|
-
"line":
|
|
64029
|
+
"line": 329
|
|
64030
64030
|
},
|
|
64031
64031
|
"name": "packages",
|
|
64032
64032
|
"optional": true,
|
|
@@ -64050,7 +64050,7 @@
|
|
|
64050
64050
|
"immutable": true,
|
|
64051
64051
|
"locationInModule": {
|
|
64052
64052
|
"filename": "src/python/poetry.ts",
|
|
64053
|
-
"line":
|
|
64053
|
+
"line": 363
|
|
64054
64054
|
},
|
|
64055
64055
|
"name": "plugins",
|
|
64056
64056
|
"optional": true,
|
|
@@ -64067,7 +64067,7 @@
|
|
|
64067
64067
|
"immutable": true,
|
|
64068
64068
|
"locationInModule": {
|
|
64069
64069
|
"filename": "src/python/poetry.ts",
|
|
64070
|
-
"line":
|
|
64070
|
+
"line": 297
|
|
64071
64071
|
},
|
|
64072
64072
|
"name": "readme",
|
|
64073
64073
|
"optional": true,
|
|
@@ -64084,7 +64084,7 @@
|
|
|
64084
64084
|
"immutable": true,
|
|
64085
64085
|
"locationInModule": {
|
|
64086
64086
|
"filename": "src/python/poetry.ts",
|
|
64087
|
-
"line":
|
|
64087
|
+
"line": 307
|
|
64088
64088
|
},
|
|
64089
64089
|
"name": "repository",
|
|
64090
64090
|
"optional": true,
|
|
@@ -64101,7 +64101,7 @@
|
|
|
64101
64101
|
"immutable": true,
|
|
64102
64102
|
"locationInModule": {
|
|
64103
64103
|
"filename": "src/python/poetry.ts",
|
|
64104
|
-
"line":
|
|
64104
|
+
"line": 347
|
|
64105
64105
|
},
|
|
64106
64106
|
"name": "scripts",
|
|
64107
64107
|
"optional": true,
|
|
@@ -64123,7 +64123,7 @@
|
|
|
64123
64123
|
"immutable": true,
|
|
64124
64124
|
"locationInModule": {
|
|
64125
64125
|
"filename": "src/python/poetry.ts",
|
|
64126
|
-
"line":
|
|
64126
|
+
"line": 352
|
|
64127
64127
|
},
|
|
64128
64128
|
"name": "source",
|
|
64129
64129
|
"optional": true,
|
|
@@ -64146,7 +64146,7 @@
|
|
|
64146
64146
|
"immutable": true,
|
|
64147
64147
|
"locationInModule": {
|
|
64148
64148
|
"filename": "src/python/poetry.ts",
|
|
64149
|
-
"line":
|
|
64149
|
+
"line": 369
|
|
64150
64150
|
},
|
|
64151
64151
|
"name": "urls",
|
|
64152
64152
|
"optional": true,
|
|
@@ -64168,7 +64168,7 @@
|
|
|
64168
64168
|
"immutable": true,
|
|
64169
64169
|
"locationInModule": {
|
|
64170
64170
|
"filename": "src/python/poetry.ts",
|
|
64171
|
-
"line":
|
|
64171
|
+
"line": 269
|
|
64172
64172
|
},
|
|
64173
64173
|
"name": "version",
|
|
64174
64174
|
"optional": true,
|
|
@@ -66206,7 +66206,7 @@
|
|
|
66206
66206
|
},
|
|
66207
66207
|
"locationInModule": {
|
|
66208
66208
|
"filename": "src/python/python-project.ts",
|
|
66209
|
-
"line":
|
|
66209
|
+
"line": 254
|
|
66210
66210
|
},
|
|
66211
66211
|
"parameters": [
|
|
66212
66212
|
{
|
|
@@ -66220,7 +66220,7 @@
|
|
|
66220
66220
|
"kind": "class",
|
|
66221
66221
|
"locationInModule": {
|
|
66222
66222
|
"filename": "src/python/python-project.ts",
|
|
66223
|
-
"line":
|
|
66223
|
+
"line": 216
|
|
66224
66224
|
},
|
|
66225
66225
|
"methods": [
|
|
66226
66226
|
{
|
|
@@ -66230,7 +66230,7 @@
|
|
|
66230
66230
|
},
|
|
66231
66231
|
"locationInModule": {
|
|
66232
66232
|
"filename": "src/python/python-project.ts",
|
|
66233
|
-
"line":
|
|
66233
|
+
"line": 626
|
|
66234
66234
|
},
|
|
66235
66235
|
"name": "addDependency",
|
|
66236
66236
|
"parameters": [
|
|
@@ -66252,7 +66252,7 @@
|
|
|
66252
66252
|
},
|
|
66253
66253
|
"locationInModule": {
|
|
66254
66254
|
"filename": "src/python/python-project.ts",
|
|
66255
|
-
"line":
|
|
66255
|
+
"line": 635
|
|
66256
66256
|
},
|
|
66257
66257
|
"name": "addDevDependency",
|
|
66258
66258
|
"parameters": [
|
|
@@ -66275,7 +66275,7 @@
|
|
|
66275
66275
|
},
|
|
66276
66276
|
"locationInModule": {
|
|
66277
66277
|
"filename": "src/python/python-project.ts",
|
|
66278
|
-
"line":
|
|
66278
|
+
"line": 639
|
|
66279
66279
|
},
|
|
66280
66280
|
"name": "postSynthesize",
|
|
66281
66281
|
"overrides": "projen.Project"
|
|
@@ -66292,7 +66292,7 @@
|
|
|
66292
66292
|
"immutable": true,
|
|
66293
66293
|
"locationInModule": {
|
|
66294
66294
|
"filename": "src/python/python-project.ts",
|
|
66295
|
-
"line":
|
|
66295
|
+
"line": 231
|
|
66296
66296
|
},
|
|
66297
66297
|
"name": "depsManager",
|
|
66298
66298
|
"type": {
|
|
@@ -66307,7 +66307,7 @@
|
|
|
66307
66307
|
"immutable": true,
|
|
66308
66308
|
"locationInModule": {
|
|
66309
66309
|
"filename": "src/python/python-project.ts",
|
|
66310
|
-
"line":
|
|
66310
|
+
"line": 236
|
|
66311
66311
|
},
|
|
66312
66312
|
"name": "envManager",
|
|
66313
66313
|
"type": {
|
|
@@ -66322,7 +66322,7 @@
|
|
|
66322
66322
|
"immutable": true,
|
|
66323
66323
|
"locationInModule": {
|
|
66324
66324
|
"filename": "src/python/python-project.ts",
|
|
66325
|
-
"line":
|
|
66325
|
+
"line": 221
|
|
66326
66326
|
},
|
|
66327
66327
|
"name": "moduleName",
|
|
66328
66328
|
"type": {
|
|
@@ -66338,7 +66338,7 @@
|
|
|
66338
66338
|
"immutable": true,
|
|
66339
66339
|
"locationInModule": {
|
|
66340
66340
|
"filename": "src/python/python-project.ts",
|
|
66341
|
-
"line":
|
|
66341
|
+
"line": 252
|
|
66342
66342
|
},
|
|
66343
66343
|
"name": "sampleTestdir",
|
|
66344
66344
|
"type": {
|
|
@@ -66353,7 +66353,7 @@
|
|
|
66353
66353
|
"immutable": true,
|
|
66354
66354
|
"locationInModule": {
|
|
66355
66355
|
"filename": "src/python/python-project.ts",
|
|
66356
|
-
"line":
|
|
66356
|
+
"line": 226
|
|
66357
66357
|
},
|
|
66358
66358
|
"name": "version",
|
|
66359
66359
|
"type": {
|
|
@@ -66369,7 +66369,7 @@
|
|
|
66369
66369
|
"immutable": true,
|
|
66370
66370
|
"locationInModule": {
|
|
66371
66371
|
"filename": "src/python/python-project.ts",
|
|
66372
|
-
"line":
|
|
66372
|
+
"line": 241
|
|
66373
66373
|
},
|
|
66374
66374
|
"name": "packagingManager",
|
|
66375
66375
|
"optional": true,
|
|
@@ -66384,7 +66384,7 @@
|
|
|
66384
66384
|
},
|
|
66385
66385
|
"locationInModule": {
|
|
66386
66386
|
"filename": "src/python/python-project.ts",
|
|
66387
|
-
"line":
|
|
66387
|
+
"line": 246
|
|
66388
66388
|
},
|
|
66389
66389
|
"name": "pytest",
|
|
66390
66390
|
"optional": true,
|
|
@@ -66427,7 +66427,7 @@
|
|
|
66427
66427
|
"immutable": true,
|
|
66428
66428
|
"locationInModule": {
|
|
66429
66429
|
"filename": "src/python/python-project.ts",
|
|
66430
|
-
"line":
|
|
66430
|
+
"line": 53
|
|
66431
66431
|
},
|
|
66432
66432
|
"name": "moduleName",
|
|
66433
66433
|
"type": {
|
|
@@ -66448,7 +66448,7 @@
|
|
|
66448
66448
|
"immutable": true,
|
|
66449
66449
|
"locationInModule": {
|
|
66450
66450
|
"filename": "src/python/python-project.ts",
|
|
66451
|
-
"line":
|
|
66451
|
+
"line": 67
|
|
66452
66452
|
},
|
|
66453
66453
|
"name": "deps",
|
|
66454
66454
|
"optional": true,
|
|
@@ -66475,7 +66475,7 @@
|
|
|
66475
66475
|
"immutable": true,
|
|
66476
66476
|
"locationInModule": {
|
|
66477
66477
|
"filename": "src/python/python-project.ts",
|
|
66478
|
-
"line":
|
|
66478
|
+
"line": 79
|
|
66479
66479
|
},
|
|
66480
66480
|
"name": "devDeps",
|
|
66481
66481
|
"optional": true,
|
|
@@ -66501,7 +66501,7 @@
|
|
|
66501
66501
|
"immutable": true,
|
|
66502
66502
|
"locationInModule": {
|
|
66503
66503
|
"filename": "src/python/python-project.ts",
|
|
66504
|
-
"line":
|
|
66504
|
+
"line": 89
|
|
66505
66505
|
},
|
|
66506
66506
|
"name": "pip",
|
|
66507
66507
|
"optional": true,
|
|
@@ -66523,7 +66523,7 @@
|
|
|
66523
66523
|
"immutable": true,
|
|
66524
66524
|
"locationInModule": {
|
|
66525
66525
|
"filename": "src/python/python-project.ts",
|
|
66526
|
-
"line":
|
|
66526
|
+
"line": 123
|
|
66527
66527
|
},
|
|
66528
66528
|
"name": "poetry",
|
|
66529
66529
|
"optional": true,
|
|
@@ -66542,7 +66542,7 @@
|
|
|
66542
66542
|
"immutable": true,
|
|
66543
66543
|
"locationInModule": {
|
|
66544
66544
|
"filename": "src/python/python-project.ts",
|
|
66545
|
-
"line":
|
|
66545
|
+
"line": 186
|
|
66546
66546
|
},
|
|
66547
66547
|
"name": "projenrcJs",
|
|
66548
66548
|
"optional": true,
|
|
@@ -66560,7 +66560,7 @@
|
|
|
66560
66560
|
"immutable": true,
|
|
66561
66561
|
"locationInModule": {
|
|
66562
66562
|
"filename": "src/python/python-project.ts",
|
|
66563
|
-
"line":
|
|
66563
|
+
"line": 192
|
|
66564
66564
|
},
|
|
66565
66565
|
"name": "projenrcJsOptions",
|
|
66566
66566
|
"optional": true,
|
|
@@ -66579,7 +66579,7 @@
|
|
|
66579
66579
|
"immutable": true,
|
|
66580
66580
|
"locationInModule": {
|
|
66581
66581
|
"filename": "src/python/python-project.ts",
|
|
66582
|
-
"line":
|
|
66582
|
+
"line": 170
|
|
66583
66583
|
},
|
|
66584
66584
|
"name": "projenrcPython",
|
|
66585
66585
|
"optional": true,
|
|
@@ -66597,7 +66597,7 @@
|
|
|
66597
66597
|
"immutable": true,
|
|
66598
66598
|
"locationInModule": {
|
|
66599
66599
|
"filename": "src/python/python-project.ts",
|
|
66600
|
-
"line":
|
|
66600
|
+
"line": 176
|
|
66601
66601
|
},
|
|
66602
66602
|
"name": "projenrcPythonOptions",
|
|
66603
66603
|
"optional": true,
|
|
@@ -66616,7 +66616,7 @@
|
|
|
66616
66616
|
"immutable": true,
|
|
66617
66617
|
"locationInModule": {
|
|
66618
66618
|
"filename": "src/python/python-project.ts",
|
|
66619
|
-
"line":
|
|
66619
|
+
"line": 202
|
|
66620
66620
|
},
|
|
66621
66621
|
"name": "projenrcTs",
|
|
66622
66622
|
"optional": true,
|
|
@@ -66634,7 +66634,7 @@
|
|
|
66634
66634
|
"immutable": true,
|
|
66635
66635
|
"locationInModule": {
|
|
66636
66636
|
"filename": "src/python/python-project.ts",
|
|
66637
|
-
"line":
|
|
66637
|
+
"line": 208
|
|
66638
66638
|
},
|
|
66639
66639
|
"name": "projenrcTsOptions",
|
|
66640
66640
|
"optional": true,
|
|
@@ -66655,7 +66655,7 @@
|
|
|
66655
66655
|
"immutable": true,
|
|
66656
66656
|
"locationInModule": {
|
|
66657
66657
|
"filename": "src/python/python-project.ts",
|
|
66658
|
-
"line":
|
|
66658
|
+
"line": 141
|
|
66659
66659
|
},
|
|
66660
66660
|
"name": "pytest",
|
|
66661
66661
|
"optional": true,
|
|
@@ -66673,7 +66673,7 @@
|
|
|
66673
66673
|
"immutable": true,
|
|
66674
66674
|
"locationInModule": {
|
|
66675
66675
|
"filename": "src/python/python-project.ts",
|
|
66676
|
-
"line":
|
|
66676
|
+
"line": 147
|
|
66677
66677
|
},
|
|
66678
66678
|
"name": "pytestOptions",
|
|
66679
66679
|
"optional": true,
|
|
@@ -66691,7 +66691,7 @@
|
|
|
66691
66691
|
"immutable": true,
|
|
66692
66692
|
"locationInModule": {
|
|
66693
66693
|
"filename": "src/python/python-project.ts",
|
|
66694
|
-
"line":
|
|
66694
|
+
"line": 153
|
|
66695
66695
|
},
|
|
66696
66696
|
"name": "sample",
|
|
66697
66697
|
"optional": true,
|
|
@@ -66710,7 +66710,7 @@
|
|
|
66710
66710
|
"immutable": true,
|
|
66711
66711
|
"locationInModule": {
|
|
66712
66712
|
"filename": "src/python/python-project.ts",
|
|
66713
|
-
"line":
|
|
66713
|
+
"line": 160
|
|
66714
66714
|
},
|
|
66715
66715
|
"name": "sampleTestdir",
|
|
66716
66716
|
"optional": true,
|
|
@@ -66731,7 +66731,7 @@
|
|
|
66731
66731
|
"immutable": true,
|
|
66732
66732
|
"locationInModule": {
|
|
66733
66733
|
"filename": "src/python/python-project.ts",
|
|
66734
|
-
"line":
|
|
66734
|
+
"line": 111
|
|
66735
66735
|
},
|
|
66736
66736
|
"name": "setuptools",
|
|
66737
66737
|
"optional": true,
|
|
@@ -66752,7 +66752,7 @@
|
|
|
66752
66752
|
"immutable": true,
|
|
66753
66753
|
"locationInModule": {
|
|
66754
66754
|
"filename": "src/python/python-project.ts",
|
|
66755
|
-
"line":
|
|
66755
|
+
"line": 132
|
|
66756
66756
|
},
|
|
66757
66757
|
"name": "uv",
|
|
66758
66758
|
"optional": true,
|
|
@@ -66773,7 +66773,7 @@
|
|
|
66773
66773
|
"immutable": true,
|
|
66774
66774
|
"locationInModule": {
|
|
66775
66775
|
"filename": "src/python/python-project.ts",
|
|
66776
|
-
"line":
|
|
66776
|
+
"line": 97
|
|
66777
66777
|
},
|
|
66778
66778
|
"name": "venv",
|
|
66779
66779
|
"optional": true,
|
|
@@ -66791,7 +66791,7 @@
|
|
|
66791
66791
|
"immutable": true,
|
|
66792
66792
|
"locationInModule": {
|
|
66793
66793
|
"filename": "src/python/python-project.ts",
|
|
66794
|
-
"line":
|
|
66794
|
+
"line": 103
|
|
66795
66795
|
},
|
|
66796
66796
|
"name": "venvOptions",
|
|
66797
66797
|
"optional": true,
|
|
@@ -67302,7 +67302,7 @@
|
|
|
67302
67302
|
},
|
|
67303
67303
|
"locationInModule": {
|
|
67304
67304
|
"filename": "src/python/setuptools.ts",
|
|
67305
|
-
"line":
|
|
67305
|
+
"line": 25
|
|
67306
67306
|
},
|
|
67307
67307
|
"parameters": [
|
|
67308
67308
|
{
|
|
@@ -67325,7 +67325,7 @@
|
|
|
67325
67325
|
"kind": "class",
|
|
67326
67326
|
"locationInModule": {
|
|
67327
67327
|
"filename": "src/python/setuptools.ts",
|
|
67328
|
-
"line":
|
|
67328
|
+
"line": 15
|
|
67329
67329
|
},
|
|
67330
67330
|
"name": "Setuptools",
|
|
67331
67331
|
"namespace": "python",
|
|
@@ -67338,7 +67338,7 @@
|
|
|
67338
67338
|
"immutable": true,
|
|
67339
67339
|
"locationInModule": {
|
|
67340
67340
|
"filename": "src/python/setuptools.ts",
|
|
67341
|
-
"line":
|
|
67341
|
+
"line": 16
|
|
67342
67342
|
},
|
|
67343
67343
|
"name": "publishTask",
|
|
67344
67344
|
"overrides": "projen.python.IPythonPackaging",
|
|
@@ -67354,7 +67354,7 @@
|
|
|
67354
67354
|
"immutable": true,
|
|
67355
67355
|
"locationInModule": {
|
|
67356
67356
|
"filename": "src/python/setuptools.ts",
|
|
67357
|
-
"line":
|
|
67357
|
+
"line": 21
|
|
67358
67358
|
},
|
|
67359
67359
|
"name": "publishTestTask",
|
|
67360
67360
|
"type": {
|
|
@@ -73461,7 +73461,7 @@
|
|
|
73461
73461
|
"kind": "interface",
|
|
73462
73462
|
"locationInModule": {
|
|
73463
73463
|
"filename": "src/release/publisher.ts",
|
|
73464
|
-
"line":
|
|
73464
|
+
"line": 1453
|
|
73465
73465
|
},
|
|
73466
73466
|
"name": "GitPublishOptions",
|
|
73467
73467
|
"namespace": "release",
|
|
@@ -73527,7 +73527,7 @@
|
|
|
73527
73527
|
"immutable": true,
|
|
73528
73528
|
"locationInModule": {
|
|
73529
73529
|
"filename": "src/release/publisher.ts",
|
|
73530
|
-
"line":
|
|
73530
|
+
"line": 1464
|
|
73531
73531
|
},
|
|
73532
73532
|
"name": "gitBranch",
|
|
73533
73533
|
"optional": true,
|
|
@@ -73545,7 +73545,7 @@
|
|
|
73545
73545
|
"immutable": true,
|
|
73546
73546
|
"locationInModule": {
|
|
73547
73547
|
"filename": "src/release/publisher.ts",
|
|
73548
|
-
"line":
|
|
73548
|
+
"line": 1471
|
|
73549
73549
|
},
|
|
73550
73550
|
"name": "gitPushCommand",
|
|
73551
73551
|
"optional": true,
|
|
@@ -73562,7 +73562,7 @@
|
|
|
73562
73562
|
"immutable": true,
|
|
73563
73563
|
"locationInModule": {
|
|
73564
73564
|
"filename": "src/release/publisher.ts",
|
|
73565
|
-
"line":
|
|
73565
|
+
"line": 1457
|
|
73566
73566
|
},
|
|
73567
73567
|
"name": "projectChangelogFile",
|
|
73568
73568
|
"optional": true,
|
|
@@ -75981,7 +75981,7 @@
|
|
|
75981
75981
|
"kind": "class",
|
|
75982
75982
|
"locationInModule": {
|
|
75983
75983
|
"filename": "src/release/release-trigger.ts",
|
|
75984
|
-
"line":
|
|
75984
|
+
"line": 102
|
|
75985
75985
|
},
|
|
75986
75986
|
"methods": [
|
|
75987
75987
|
{
|
|
@@ -75992,7 +75992,7 @@
|
|
|
75992
75992
|
},
|
|
75993
75993
|
"locationInModule": {
|
|
75994
75994
|
"filename": "src/release/release-trigger.ts",
|
|
75995
|
-
"line":
|
|
75995
|
+
"line": 165
|
|
75996
75996
|
},
|
|
75997
75997
|
"name": "continuous",
|
|
75998
75998
|
"parameters": [
|
|
@@ -76019,7 +76019,7 @@
|
|
|
76019
76019
|
},
|
|
76020
76020
|
"locationInModule": {
|
|
76021
76021
|
"filename": "src/release/release-trigger.ts",
|
|
76022
|
-
"line":
|
|
76022
|
+
"line": 120
|
|
76023
76023
|
},
|
|
76024
76024
|
"name": "manual",
|
|
76025
76025
|
"parameters": [
|
|
@@ -76049,7 +76049,7 @@
|
|
|
76049
76049
|
},
|
|
76050
76050
|
"locationInModule": {
|
|
76051
76051
|
"filename": "src/release/release-trigger.ts",
|
|
76052
|
-
"line":
|
|
76052
|
+
"line": 140
|
|
76053
76053
|
},
|
|
76054
76054
|
"name": "scheduled",
|
|
76055
76055
|
"parameters": [
|
|
@@ -76070,6 +76070,33 @@
|
|
|
76070
76070
|
},
|
|
76071
76071
|
"static": true
|
|
76072
76072
|
},
|
|
76073
|
+
{
|
|
76074
|
+
"docs": {
|
|
76075
|
+
"remarks": "Automated releases will occur on every new tag matching the provided patterns.",
|
|
76076
|
+
"stability": "experimental",
|
|
76077
|
+
"summary": "Creates a tag-based release trigger."
|
|
76078
|
+
},
|
|
76079
|
+
"locationInModule": {
|
|
76080
|
+
"filename": "src/release/release-trigger.ts",
|
|
76081
|
+
"line": 177
|
|
76082
|
+
},
|
|
76083
|
+
"name": "tagged",
|
|
76084
|
+
"parameters": [
|
|
76085
|
+
{
|
|
76086
|
+
"name": "options",
|
|
76087
|
+
"optional": true,
|
|
76088
|
+
"type": {
|
|
76089
|
+
"fqn": "projen.release.TagReleaseOptions"
|
|
76090
|
+
}
|
|
76091
|
+
}
|
|
76092
|
+
],
|
|
76093
|
+
"returns": {
|
|
76094
|
+
"type": {
|
|
76095
|
+
"fqn": "projen.release.ReleaseTrigger"
|
|
76096
|
+
}
|
|
76097
|
+
},
|
|
76098
|
+
"static": true
|
|
76099
|
+
},
|
|
76073
76100
|
{
|
|
76074
76101
|
"docs": {
|
|
76075
76102
|
"stability": "experimental",
|
|
@@ -76077,7 +76104,7 @@
|
|
|
76077
76104
|
},
|
|
76078
76105
|
"locationInModule": {
|
|
76079
76106
|
"filename": "src/release/release-trigger.ts",
|
|
76080
|
-
"line":
|
|
76107
|
+
"line": 149
|
|
76081
76108
|
},
|
|
76082
76109
|
"name": "workflowDispatch",
|
|
76083
76110
|
"returns": {
|
|
@@ -76099,7 +76126,7 @@
|
|
|
76099
76126
|
"immutable": true,
|
|
76100
76127
|
"locationInModule": {
|
|
76101
76128
|
"filename": "src/release/release-trigger.ts",
|
|
76102
|
-
"line":
|
|
76129
|
+
"line": 200
|
|
76103
76130
|
},
|
|
76104
76131
|
"name": "isContinuous",
|
|
76105
76132
|
"type": {
|
|
@@ -76115,7 +76142,7 @@
|
|
|
76115
76142
|
"immutable": true,
|
|
76116
76143
|
"locationInModule": {
|
|
76117
76144
|
"filename": "src/release/release-trigger.ts",
|
|
76118
|
-
"line":
|
|
76145
|
+
"line": 236
|
|
76119
76146
|
},
|
|
76120
76147
|
"name": "isManual",
|
|
76121
76148
|
"type": {
|
|
@@ -76130,7 +76157,7 @@
|
|
|
76130
76157
|
"immutable": true,
|
|
76131
76158
|
"locationInModule": {
|
|
76132
76159
|
"filename": "src/release/release-trigger.ts",
|
|
76133
|
-
"line":
|
|
76160
|
+
"line": 186
|
|
76134
76161
|
},
|
|
76135
76162
|
"name": "changelogPath",
|
|
76136
76163
|
"optional": true,
|
|
@@ -76147,7 +76174,7 @@
|
|
|
76147
76174
|
"immutable": true,
|
|
76148
76175
|
"locationInModule": {
|
|
76149
76176
|
"filename": "src/release/release-trigger.ts",
|
|
76150
|
-
"line":
|
|
76177
|
+
"line": 217
|
|
76151
76178
|
},
|
|
76152
76179
|
"name": "gitPushCommand",
|
|
76153
76180
|
"optional": true,
|
|
@@ -76163,7 +76190,7 @@
|
|
|
76163
76190
|
"immutable": true,
|
|
76164
76191
|
"locationInModule": {
|
|
76165
76192
|
"filename": "src/release/release-trigger.ts",
|
|
76166
|
-
"line":
|
|
76193
|
+
"line": 205
|
|
76167
76194
|
},
|
|
76168
76195
|
"name": "paths",
|
|
76169
76196
|
"optional": true,
|
|
@@ -76186,13 +76213,34 @@
|
|
|
76186
76213
|
"immutable": true,
|
|
76187
76214
|
"locationInModule": {
|
|
76188
76215
|
"filename": "src/release/release-trigger.ts",
|
|
76189
|
-
"line":
|
|
76216
|
+
"line": 195
|
|
76190
76217
|
},
|
|
76191
76218
|
"name": "schedule",
|
|
76192
76219
|
"optional": true,
|
|
76193
76220
|
"type": {
|
|
76194
76221
|
"primitive": "string"
|
|
76195
76222
|
}
|
|
76223
|
+
},
|
|
76224
|
+
{
|
|
76225
|
+
"docs": {
|
|
76226
|
+
"stability": "experimental",
|
|
76227
|
+
"summary": "Tag patterns for which pushes will trigger a release."
|
|
76228
|
+
},
|
|
76229
|
+
"immutable": true,
|
|
76230
|
+
"locationInModule": {
|
|
76231
|
+
"filename": "src/release/release-trigger.ts",
|
|
76232
|
+
"line": 210
|
|
76233
|
+
},
|
|
76234
|
+
"name": "tags",
|
|
76235
|
+
"optional": true,
|
|
76236
|
+
"type": {
|
|
76237
|
+
"collection": {
|
|
76238
|
+
"elementtype": {
|
|
76239
|
+
"primitive": "string"
|
|
76240
|
+
},
|
|
76241
|
+
"kind": "array"
|
|
76242
|
+
}
|
|
76243
|
+
}
|
|
76196
76244
|
}
|
|
76197
76245
|
],
|
|
76198
76246
|
"symbolId": "src/release/release-trigger:ReleaseTrigger"
|
|
@@ -76233,6 +76281,46 @@
|
|
|
76233
76281
|
],
|
|
76234
76282
|
"symbolId": "src/release/release-trigger:ScheduledReleaseOptions"
|
|
76235
76283
|
},
|
|
76284
|
+
"projen.release.TagReleaseOptions": {
|
|
76285
|
+
"assembly": "projen",
|
|
76286
|
+
"datatype": true,
|
|
76287
|
+
"docs": {
|
|
76288
|
+
"stability": "experimental"
|
|
76289
|
+
},
|
|
76290
|
+
"fqn": "projen.release.TagReleaseOptions",
|
|
76291
|
+
"kind": "interface",
|
|
76292
|
+
"locationInModule": {
|
|
76293
|
+
"filename": "src/release/release-trigger.ts",
|
|
76294
|
+
"line": 44
|
|
76295
|
+
},
|
|
76296
|
+
"name": "TagReleaseOptions",
|
|
76297
|
+
"namespace": "release",
|
|
76298
|
+
"properties": [
|
|
76299
|
+
{
|
|
76300
|
+
"abstract": true,
|
|
76301
|
+
"docs": {
|
|
76302
|
+
"stability": "experimental",
|
|
76303
|
+
"summary": "Tag patterns for which pushes should trigger a release."
|
|
76304
|
+
},
|
|
76305
|
+
"immutable": true,
|
|
76306
|
+
"locationInModule": {
|
|
76307
|
+
"filename": "src/release/release-trigger.ts",
|
|
76308
|
+
"line": 48
|
|
76309
|
+
},
|
|
76310
|
+
"name": "tags",
|
|
76311
|
+
"optional": true,
|
|
76312
|
+
"type": {
|
|
76313
|
+
"collection": {
|
|
76314
|
+
"elementtype": {
|
|
76315
|
+
"primitive": "string"
|
|
76316
|
+
},
|
|
76317
|
+
"kind": "array"
|
|
76318
|
+
}
|
|
76319
|
+
}
|
|
76320
|
+
}
|
|
76321
|
+
],
|
|
76322
|
+
"symbolId": "src/release/release-trigger:TagReleaseOptions"
|
|
76323
|
+
},
|
|
76236
76324
|
"projen.typescript.Projenrc": {
|
|
76237
76325
|
"assembly": "projen",
|
|
76238
76326
|
"base": "projen.ProjenrcFile",
|
|
@@ -78378,7 +78466,7 @@
|
|
|
78378
78466
|
"kind": "interface",
|
|
78379
78467
|
"locationInModule": {
|
|
78380
78468
|
"filename": "src/vscode/launch-config.ts",
|
|
78381
|
-
"line":
|
|
78469
|
+
"line": 114
|
|
78382
78470
|
},
|
|
78383
78471
|
"name": "VsCodeLaunchCommandInputEntry",
|
|
78384
78472
|
"namespace": "vscode",
|
|
@@ -78391,7 +78479,7 @@
|
|
|
78391
78479
|
"immutable": true,
|
|
78392
78480
|
"locationInModule": {
|
|
78393
78481
|
"filename": "src/vscode/launch-config.ts",
|
|
78394
|
-
"line":
|
|
78482
|
+
"line": 115
|
|
78395
78483
|
},
|
|
78396
78484
|
"name": "command",
|
|
78397
78485
|
"type": {
|
|
@@ -78406,7 +78494,7 @@
|
|
|
78406
78494
|
"immutable": true,
|
|
78407
78495
|
"locationInModule": {
|
|
78408
78496
|
"filename": "src/vscode/launch-config.ts",
|
|
78409
|
-
"line":
|
|
78497
|
+
"line": 116
|
|
78410
78498
|
},
|
|
78411
78499
|
"name": "args",
|
|
78412
78500
|
"optional": true,
|
|
@@ -78431,7 +78519,7 @@
|
|
|
78431
78519
|
},
|
|
78432
78520
|
"locationInModule": {
|
|
78433
78521
|
"filename": "src/vscode/launch-config.ts",
|
|
78434
|
-
"line":
|
|
78522
|
+
"line": 143
|
|
78435
78523
|
},
|
|
78436
78524
|
"parameters": [
|
|
78437
78525
|
{
|
|
@@ -78445,7 +78533,7 @@
|
|
|
78445
78533
|
"kind": "class",
|
|
78446
78534
|
"locationInModule": {
|
|
78447
78535
|
"filename": "src/vscode/launch-config.ts",
|
|
78448
|
-
"line":
|
|
78536
|
+
"line": 122
|
|
78449
78537
|
},
|
|
78450
78538
|
"methods": [
|
|
78451
78539
|
{
|
|
@@ -78456,7 +78544,7 @@
|
|
|
78456
78544
|
},
|
|
78457
78545
|
"locationInModule": {
|
|
78458
78546
|
"filename": "src/vscode/launch-config.ts",
|
|
78459
|
-
"line":
|
|
78547
|
+
"line": 203
|
|
78460
78548
|
},
|
|
78461
78549
|
"name": "addCommandInput",
|
|
78462
78550
|
"parameters": [
|
|
@@ -78478,7 +78566,7 @@
|
|
|
78478
78566
|
},
|
|
78479
78567
|
"locationInModule": {
|
|
78480
78568
|
"filename": "src/vscode/launch-config.ts",
|
|
78481
|
-
"line":
|
|
78569
|
+
"line": 167
|
|
78482
78570
|
},
|
|
78483
78571
|
"name": "addConfiguration",
|
|
78484
78572
|
"parameters": [
|
|
@@ -78501,7 +78589,7 @@
|
|
|
78501
78589
|
},
|
|
78502
78590
|
"locationInModule": {
|
|
78503
78591
|
"filename": "src/vscode/launch-config.ts",
|
|
78504
|
-
"line":
|
|
78592
|
+
"line": 190
|
|
78505
78593
|
},
|
|
78506
78594
|
"name": "addPickStringInput",
|
|
78507
78595
|
"parameters": [
|
|
@@ -78524,7 +78612,7 @@
|
|
|
78524
78612
|
},
|
|
78525
78613
|
"locationInModule": {
|
|
78526
78614
|
"filename": "src/vscode/launch-config.ts",
|
|
78527
|
-
"line":
|
|
78615
|
+
"line": 177
|
|
78528
78616
|
},
|
|
78529
78617
|
"name": "addPromptStringInput",
|
|
78530
78618
|
"parameters": [
|
|
@@ -78550,7 +78638,7 @@
|
|
|
78550
78638
|
"immutable": true,
|
|
78551
78639
|
"locationInModule": {
|
|
78552
78640
|
"filename": "src/vscode/launch-config.ts",
|
|
78553
|
-
"line":
|
|
78641
|
+
"line": 141
|
|
78554
78642
|
},
|
|
78555
78643
|
"name": "file",
|
|
78556
78644
|
"type": {
|
|
@@ -79027,7 +79115,7 @@
|
|
|
79027
79115
|
"kind": "interface",
|
|
79028
79116
|
"locationInModule": {
|
|
79029
79117
|
"filename": "src/vscode/launch-config.ts",
|
|
79030
|
-
"line":
|
|
79118
|
+
"line": 104
|
|
79031
79119
|
},
|
|
79032
79120
|
"name": "VsCodeLaunchPickStringInputEntry",
|
|
79033
79121
|
"namespace": "vscode",
|
|
@@ -79040,7 +79128,7 @@
|
|
|
79040
79128
|
"immutable": true,
|
|
79041
79129
|
"locationInModule": {
|
|
79042
79130
|
"filename": "src/vscode/launch-config.ts",
|
|
79043
|
-
"line":
|
|
79131
|
+
"line": 105
|
|
79044
79132
|
},
|
|
79045
79133
|
"name": "description",
|
|
79046
79134
|
"type": {
|
|
@@ -79055,7 +79143,7 @@
|
|
|
79055
79143
|
"immutable": true,
|
|
79056
79144
|
"locationInModule": {
|
|
79057
79145
|
"filename": "src/vscode/launch-config.ts",
|
|
79058
|
-
"line":
|
|
79146
|
+
"line": 107
|
|
79059
79147
|
},
|
|
79060
79148
|
"name": "options",
|
|
79061
79149
|
"type": {
|
|
@@ -79075,7 +79163,7 @@
|
|
|
79075
79163
|
"immutable": true,
|
|
79076
79164
|
"locationInModule": {
|
|
79077
79165
|
"filename": "src/vscode/launch-config.ts",
|
|
79078
|
-
"line":
|
|
79166
|
+
"line": 106
|
|
79079
79167
|
},
|
|
79080
79168
|
"name": "default",
|
|
79081
79169
|
"optional": true,
|
|
@@ -79113,7 +79201,7 @@
|
|
|
79113
79201
|
"immutable": true,
|
|
79114
79202
|
"locationInModule": {
|
|
79115
79203
|
"filename": "src/vscode/launch-config.ts",
|
|
79116
|
-
"line":
|
|
79204
|
+
"line": 95
|
|
79117
79205
|
},
|
|
79118
79206
|
"name": "description",
|
|
79119
79207
|
"type": {
|
|
@@ -79128,7 +79216,7 @@
|
|
|
79128
79216
|
"immutable": true,
|
|
79129
79217
|
"locationInModule": {
|
|
79130
79218
|
"filename": "src/vscode/launch-config.ts",
|
|
79131
|
-
"line":
|
|
79219
|
+
"line": 96
|
|
79132
79220
|
},
|
|
79133
79221
|
"name": "default",
|
|
79134
79222
|
"optional": true,
|
|
@@ -79144,7 +79232,7 @@
|
|
|
79144
79232
|
"immutable": true,
|
|
79145
79233
|
"locationInModule": {
|
|
79146
79234
|
"filename": "src/vscode/launch-config.ts",
|
|
79147
|
-
"line":
|
|
79235
|
+
"line": 97
|
|
79148
79236
|
},
|
|
79149
79237
|
"name": "password",
|
|
79150
79238
|
"optional": true,
|
|
@@ -79410,7 +79498,7 @@
|
|
|
79410
79498
|
},
|
|
79411
79499
|
"locationInModule": {
|
|
79412
79500
|
"filename": "src/web/next.ts",
|
|
79413
|
-
"line":
|
|
79501
|
+
"line": 230
|
|
79414
79502
|
},
|
|
79415
79503
|
"parameters": [
|
|
79416
79504
|
{
|
|
@@ -79430,7 +79518,7 @@
|
|
|
79430
79518
|
"kind": "class",
|
|
79431
79519
|
"locationInModule": {
|
|
79432
79520
|
"filename": "src/web/next.ts",
|
|
79433
|
-
"line":
|
|
79521
|
+
"line": 226
|
|
79434
79522
|
},
|
|
79435
79523
|
"name": "NextComponent",
|
|
79436
79524
|
"namespace": "web",
|
|
@@ -79446,7 +79534,7 @@
|
|
|
79446
79534
|
"kind": "interface",
|
|
79447
79535
|
"locationInModule": {
|
|
79448
79536
|
"filename": "src/web/next.ts",
|
|
79449
|
-
"line":
|
|
79537
|
+
"line": 208
|
|
79450
79538
|
},
|
|
79451
79539
|
"name": "NextComponentOptions",
|
|
79452
79540
|
"namespace": "web",
|
|
@@ -79462,7 +79550,7 @@
|
|
|
79462
79550
|
"immutable": true,
|
|
79463
79551
|
"locationInModule": {
|
|
79464
79552
|
"filename": "src/web/next.ts",
|
|
79465
|
-
"line":
|
|
79553
|
+
"line": 223
|
|
79466
79554
|
},
|
|
79467
79555
|
"name": "tailwind",
|
|
79468
79556
|
"optional": true,
|
|
@@ -79480,7 +79568,7 @@
|
|
|
79480
79568
|
"immutable": true,
|
|
79481
79569
|
"locationInModule": {
|
|
79482
79570
|
"filename": "src/web/next.ts",
|
|
79483
|
-
"line":
|
|
79571
|
+
"line": 214
|
|
79484
79572
|
},
|
|
79485
79573
|
"name": "typescript",
|
|
79486
79574
|
"optional": true,
|
|
@@ -79566,7 +79654,7 @@
|
|
|
79566
79654
|
},
|
|
79567
79655
|
"locationInModule": {
|
|
79568
79656
|
"filename": "src/web/next.ts",
|
|
79569
|
-
"line":
|
|
79657
|
+
"line": 76
|
|
79570
79658
|
},
|
|
79571
79659
|
"parameters": [
|
|
79572
79660
|
{
|
|
@@ -79580,7 +79668,7 @@
|
|
|
79580
79668
|
"kind": "class",
|
|
79581
79669
|
"locationInModule": {
|
|
79582
79670
|
"filename": "src/web/next.ts",
|
|
79583
|
-
"line":
|
|
79671
|
+
"line": 58
|
|
79584
79672
|
},
|
|
79585
79673
|
"name": "NextJsProject",
|
|
79586
79674
|
"namespace": "web",
|
|
@@ -79593,7 +79681,7 @@
|
|
|
79593
79681
|
"immutable": true,
|
|
79594
79682
|
"locationInModule": {
|
|
79595
79683
|
"filename": "src/web/next.ts",
|
|
79596
|
-
"line":
|
|
79684
|
+
"line": 67
|
|
79597
79685
|
},
|
|
79598
79686
|
"name": "assetsdir",
|
|
79599
79687
|
"type": {
|
|
@@ -79608,7 +79696,7 @@
|
|
|
79608
79696
|
"immutable": true,
|
|
79609
79697
|
"locationInModule": {
|
|
79610
79698
|
"filename": "src/web/next.ts",
|
|
79611
|
-
"line":
|
|
79699
|
+
"line": 62
|
|
79612
79700
|
},
|
|
79613
79701
|
"name": "srcdir",
|
|
79614
79702
|
"type": {
|
|
@@ -79624,7 +79712,7 @@
|
|
|
79624
79712
|
"immutable": true,
|
|
79625
79713
|
"locationInModule": {
|
|
79626
79714
|
"filename": "src/web/next.ts",
|
|
79627
|
-
"line":
|
|
79715
|
+
"line": 74
|
|
79628
79716
|
},
|
|
79629
79717
|
"name": "tailwind",
|
|
79630
79718
|
"type": {
|
|
@@ -79648,7 +79736,7 @@
|
|
|
79648
79736
|
"kind": "interface",
|
|
79649
79737
|
"locationInModule": {
|
|
79650
79738
|
"filename": "src/web/next.ts",
|
|
79651
|
-
"line":
|
|
79739
|
+
"line": 35
|
|
79652
79740
|
},
|
|
79653
79741
|
"name": "NextJsProjectOptions",
|
|
79654
79742
|
"namespace": "web",
|
|
@@ -79663,7 +79751,7 @@
|
|
|
79663
79751
|
"immutable": true,
|
|
79664
79752
|
"locationInModule": {
|
|
79665
79753
|
"filename": "src/web/next.ts",
|
|
79666
|
-
"line":
|
|
79754
|
+
"line": 48
|
|
79667
79755
|
},
|
|
79668
79756
|
"name": "sampleCode",
|
|
79669
79757
|
"optional": true,
|
|
@@ -79681,7 +79769,7 @@
|
|
|
79681
79769
|
"immutable": true,
|
|
79682
79770
|
"locationInModule": {
|
|
79683
79771
|
"filename": "src/web/next.ts",
|
|
79684
|
-
"line":
|
|
79772
|
+
"line": 42
|
|
79685
79773
|
},
|
|
79686
79774
|
"name": "srcdir",
|
|
79687
79775
|
"optional": true,
|
|
@@ -79709,7 +79797,7 @@
|
|
|
79709
79797
|
},
|
|
79710
79798
|
"locationInModule": {
|
|
79711
79799
|
"filename": "src/web/next.ts",
|
|
79712
|
-
"line":
|
|
79800
|
+
"line": 125
|
|
79713
79801
|
},
|
|
79714
79802
|
"parameters": [
|
|
79715
79803
|
{
|
|
@@ -79723,7 +79811,7 @@
|
|
|
79723
79811
|
"kind": "class",
|
|
79724
79812
|
"locationInModule": {
|
|
79725
79813
|
"filename": "src/web/next.ts",
|
|
79726
|
-
"line":
|
|
79814
|
+
"line": 107
|
|
79727
79815
|
},
|
|
79728
79816
|
"name": "NextJsTypeScriptProject",
|
|
79729
79817
|
"namespace": "web",
|
|
@@ -79736,7 +79824,7 @@
|
|
|
79736
79824
|
"immutable": true,
|
|
79737
79825
|
"locationInModule": {
|
|
79738
79826
|
"filename": "src/web/next.ts",
|
|
79739
|
-
"line":
|
|
79827
|
+
"line": 116
|
|
79740
79828
|
},
|
|
79741
79829
|
"name": "assetsdir",
|
|
79742
79830
|
"type": {
|
|
@@ -79751,7 +79839,7 @@
|
|
|
79751
79839
|
"immutable": true,
|
|
79752
79840
|
"locationInModule": {
|
|
79753
79841
|
"filename": "src/web/next.ts",
|
|
79754
|
-
"line":
|
|
79842
|
+
"line": 111
|
|
79755
79843
|
},
|
|
79756
79844
|
"name": "srcdir",
|
|
79757
79845
|
"overrides": "projen.typescript.TypeScriptProject",
|
|
@@ -79768,7 +79856,7 @@
|
|
|
79768
79856
|
"immutable": true,
|
|
79769
79857
|
"locationInModule": {
|
|
79770
79858
|
"filename": "src/web/next.ts",
|
|
79771
|
-
"line":
|
|
79859
|
+
"line": 123
|
|
79772
79860
|
},
|
|
79773
79861
|
"name": "tailwind",
|
|
79774
79862
|
"type": {
|
|
@@ -79966,7 +80054,7 @@
|
|
|
79966
80054
|
},
|
|
79967
80055
|
"locationInModule": {
|
|
79968
80056
|
"filename": "src/web/react.ts",
|
|
79969
|
-
"line":
|
|
80057
|
+
"line": 198
|
|
79970
80058
|
},
|
|
79971
80059
|
"parameters": [
|
|
79972
80060
|
{
|
|
@@ -79986,7 +80074,7 @@
|
|
|
79986
80074
|
"kind": "class",
|
|
79987
80075
|
"locationInModule": {
|
|
79988
80076
|
"filename": "src/web/react.ts",
|
|
79989
|
-
"line":
|
|
80077
|
+
"line": 195
|
|
79990
80078
|
},
|
|
79991
80079
|
"name": "ReactComponent",
|
|
79992
80080
|
"namespace": "web",
|
|
@@ -80005,7 +80093,7 @@
|
|
|
80005
80093
|
"kind": "interface",
|
|
80006
80094
|
"locationInModule": {
|
|
80007
80095
|
"filename": "src/web/react.ts",
|
|
80008
|
-
"line":
|
|
80096
|
+
"line": 186
|
|
80009
80097
|
},
|
|
80010
80098
|
"name": "ReactComponentOptions",
|
|
80011
80099
|
"namespace": "web",
|
|
@@ -80020,7 +80108,7 @@
|
|
|
80020
80108
|
"immutable": true,
|
|
80021
80109
|
"locationInModule": {
|
|
80022
80110
|
"filename": "src/web/react.ts",
|
|
80023
|
-
"line":
|
|
80111
|
+
"line": 192
|
|
80024
80112
|
},
|
|
80025
80113
|
"name": "typescript",
|
|
80026
80114
|
"optional": true,
|
|
@@ -80048,7 +80136,7 @@
|
|
|
80048
80136
|
},
|
|
80049
80137
|
"locationInModule": {
|
|
80050
80138
|
"filename": "src/web/react.ts",
|
|
80051
|
-
"line":
|
|
80139
|
+
"line": 81
|
|
80052
80140
|
},
|
|
80053
80141
|
"parameters": [
|
|
80054
80142
|
{
|
|
@@ -80062,7 +80150,7 @@
|
|
|
80062
80150
|
"kind": "class",
|
|
80063
80151
|
"locationInModule": {
|
|
80064
80152
|
"filename": "src/web/react.ts",
|
|
80065
|
-
"line":
|
|
80153
|
+
"line": 74
|
|
80066
80154
|
},
|
|
80067
80155
|
"name": "ReactProject",
|
|
80068
80156
|
"namespace": "web",
|
|
@@ -80076,7 +80164,7 @@
|
|
|
80076
80164
|
"immutable": true,
|
|
80077
80165
|
"locationInModule": {
|
|
80078
80166
|
"filename": "src/web/react.ts",
|
|
80079
|
-
"line":
|
|
80167
|
+
"line": 79
|
|
80080
80168
|
},
|
|
80081
80169
|
"name": "srcdir",
|
|
80082
80170
|
"type": {
|
|
@@ -80100,7 +80188,7 @@
|
|
|
80100
80188
|
"kind": "interface",
|
|
80101
80189
|
"locationInModule": {
|
|
80102
80190
|
"filename": "src/web/react.ts",
|
|
80103
|
-
"line":
|
|
80191
|
+
"line": 54
|
|
80104
80192
|
},
|
|
80105
80193
|
"name": "ReactProjectOptions",
|
|
80106
80194
|
"namespace": "web",
|
|
@@ -80115,7 +80203,7 @@
|
|
|
80115
80203
|
"immutable": true,
|
|
80116
80204
|
"locationInModule": {
|
|
80117
80205
|
"filename": "src/web/react.ts",
|
|
80118
|
-
"line":
|
|
80206
|
+
"line": 66
|
|
80119
80207
|
},
|
|
80120
80208
|
"name": "sampleCode",
|
|
80121
80209
|
"optional": true,
|
|
@@ -80133,7 +80221,7 @@
|
|
|
80133
80221
|
"immutable": true,
|
|
80134
80222
|
"locationInModule": {
|
|
80135
80223
|
"filename": "src/web/react.ts",
|
|
80136
|
-
"line":
|
|
80224
|
+
"line": 61
|
|
80137
80225
|
},
|
|
80138
80226
|
"name": "srcdir",
|
|
80139
80227
|
"optional": true,
|
|
@@ -80201,7 +80289,7 @@
|
|
|
80201
80289
|
},
|
|
80202
80290
|
"locationInModule": {
|
|
80203
80291
|
"filename": "src/web/react.ts",
|
|
80204
|
-
"line":
|
|
80292
|
+
"line": 494
|
|
80205
80293
|
},
|
|
80206
80294
|
"parameters": [
|
|
80207
80295
|
{
|
|
@@ -80228,7 +80316,7 @@
|
|
|
80228
80316
|
"kind": "class",
|
|
80229
80317
|
"locationInModule": {
|
|
80230
80318
|
"filename": "src/web/react.ts",
|
|
80231
|
-
"line":
|
|
80319
|
+
"line": 493
|
|
80232
80320
|
},
|
|
80233
80321
|
"methods": [
|
|
80234
80322
|
{
|
|
@@ -80238,7 +80326,7 @@
|
|
|
80238
80326
|
},
|
|
80239
80327
|
"locationInModule": {
|
|
80240
80328
|
"filename": "src/web/react.ts",
|
|
80241
|
-
"line":
|
|
80329
|
+
"line": 502
|
|
80242
80330
|
},
|
|
80243
80331
|
"name": "synthesizeContent",
|
|
80244
80332
|
"overrides": "projen.FileBase",
|
|
@@ -80277,7 +80365,7 @@
|
|
|
80277
80365
|
"kind": "interface",
|
|
80278
80366
|
"locationInModule": {
|
|
80279
80367
|
"filename": "src/web/react.ts",
|
|
80280
|
-
"line":
|
|
80368
|
+
"line": 488
|
|
80281
80369
|
},
|
|
80282
80370
|
"name": "ReactTypeDefOptions",
|
|
80283
80371
|
"namespace": "web",
|
|
@@ -80300,7 +80388,7 @@
|
|
|
80300
80388
|
},
|
|
80301
80389
|
"locationInModule": {
|
|
80302
80390
|
"filename": "src/web/react.ts",
|
|
80303
|
-
"line":
|
|
80391
|
+
"line": 115
|
|
80304
80392
|
},
|
|
80305
80393
|
"parameters": [
|
|
80306
80394
|
{
|
|
@@ -80314,7 +80402,7 @@
|
|
|
80314
80402
|
"kind": "class",
|
|
80315
80403
|
"locationInModule": {
|
|
80316
80404
|
"filename": "src/web/react.ts",
|
|
80317
|
-
"line":
|
|
80405
|
+
"line": 109
|
|
80318
80406
|
},
|
|
80319
80407
|
"name": "ReactTypeScriptProject",
|
|
80320
80408
|
"namespace": "web",
|
|
@@ -80327,7 +80415,7 @@
|
|
|
80327
80415
|
"immutable": true,
|
|
80328
80416
|
"locationInModule": {
|
|
80329
80417
|
"filename": "src/web/react.ts",
|
|
80330
|
-
"line":
|
|
80418
|
+
"line": 113
|
|
80331
80419
|
},
|
|
80332
80420
|
"name": "srcdir",
|
|
80333
80421
|
"overrides": "projen.typescript.TypeScriptProject",
|
|
@@ -80469,6 +80557,6 @@
|
|
|
80469
80557
|
"usedFeatures": [
|
|
80470
80558
|
"class-covariant-overrides"
|
|
80471
80559
|
],
|
|
80472
|
-
"version": "0.99.
|
|
80473
|
-
"fingerprint": "
|
|
80560
|
+
"version": "0.99.12",
|
|
80561
|
+
"fingerprint": "aHc0HZCJ2K0OgvW395dMvTpv33i3cNp6O9OB7p7IQr0="
|
|
80474
80562
|
}
|