@nikovirtala/projen-constructs 0.1.8 → 0.2.1
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 +2021 -157
- package/API.md +769 -52
- package/README.md +37 -8
- package/docs/api/.nojekyll +1 -0
- package/docs/api/assets/hierarchy.js +1 -0
- package/docs/api/assets/highlight.css +99 -0
- package/docs/api/assets/icons.js +18 -0
- package/docs/api/assets/icons.svg +1 -0
- package/docs/api/assets/main.js +60 -0
- package/docs/api/assets/navigation.js +1 -0
- package/docs/api/assets/search.js +1 -0
- package/docs/api/assets/style.css +1633 -0
- package/docs/api/classes/AwsCdkConstructLibraryProject.html +308 -0
- package/docs/api/classes/AwsCdkTypeScriptAppProject.html +306 -0
- package/docs/api/classes/JsiiProject.html +294 -0
- package/docs/api/classes/ProjectGenerator.html +38 -0
- package/docs/api/classes/TypeDoc.html +37 -0
- package/docs/api/classes/TypeScriptProject.html +294 -0
- package/docs/api/classes/Vitest.html +38 -0
- package/docs/api/enums/CommentStyle.html +11 -0
- package/docs/api/enums/CoverageProvider.html +7 -0
- package/docs/api/enums/CoverageReporter.html +11 -0
- package/docs/api/enums/EntryPointStrategy.html +11 -0
- package/docs/api/enums/Environment.html +12 -0
- package/docs/api/enums/LogLevel.html +13 -0
- package/docs/api/enums/Pool.html +17 -0
- package/docs/api/enums/ProjectType.html +47 -0
- package/docs/api/enums/Visibility.html +9 -0
- package/docs/api/functions/applyDefaults.html +1 -0
- package/docs/api/functions/toJson_TypeDocConfiguration.html +2 -0
- package/docs/api/hierarchy.html +1 -0
- package/docs/api/index.html +86 -0
- package/docs/api/interfaces/AwsCdkConstructLibraryProjectOptions.html +1075 -0
- package/docs/api/interfaces/AwsCdkTypeScriptAppProjectOptions.html +1026 -0
- package/docs/api/interfaces/Component.html +13 -0
- package/docs/api/interfaces/ComponentOptions.html +8 -0
- package/docs/api/interfaces/JsiiProjectOptions.html +1003 -0
- package/docs/api/interfaces/ProjectGeneratorOptions.html +49 -0
- package/docs/api/interfaces/TypeDocConfiguration.html +141 -0
- package/docs/api/interfaces/TypeDocOptions.html +9 -0
- package/docs/api/interfaces/TypeScriptProjectOptions.html +899 -0
- package/docs/api/interfaces/ValidationOptions.html +9 -0
- package/docs/api/interfaces/VitestConfigOptions.html +111 -0
- package/docs/api/interfaces/VitestOptions.html +13 -0
- package/docs/api/modules.html +1 -0
- package/docs/api/variables/defaultOptions.html +1 -0
- package/docs/api/variables/defaults.html +1 -0
- package/docs/api/variables/projectDefaultOptions.html +1 -0
- package/lib/components/typedoc-config.d.ts +321 -0
- package/lib/components/typedoc-config.js +73 -1
- package/lib/components/typedoc.d.ts +19 -0
- package/lib/components/typedoc.js +14 -1
- package/lib/components/vitest.d.ts +197 -0
- package/lib/components/vitest.js +72 -2
- package/lib/config.d.ts +4 -4
- package/lib/errors.d.ts +16 -0
- package/lib/errors.js +26 -2
- package/lib/index.d.ts +2 -0
- package/lib/index.js +3 -1
- package/lib/project-generator.d.ts +87 -63
- package/lib/project-generator.js +344 -60
- package/lib/project-type.d.ts +78 -16
- package/lib/project-type.js +79 -17
- package/lib/projects/awscdk-construct-library.generated.js +4 -4
- package/lib/projects/awscdk-typescript-app.generated.js +4 -4
- package/lib/projects/jsii-options.generated.d.ts +11 -1
- package/lib/projects/jsii-options.generated.js +1 -1
- package/lib/projects/jsii.generated.js +5 -4
- package/lib/projects/typescript.generated.js +4 -4
- package/lib/utils.d.ts +2 -2
- package/lib/utils.js +3 -3
- package/package.json +3 -1
- package/scripts/generate-project-types.ts +103 -0
- package/typedoc.jsonc +10 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en" data-base="../"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>projectDefaultOptions | @nikovirtala/projen-constructs</title><meta name="description" content="Documentation for @nikovirtala/projen-constructs"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script defer src="../assets/main.js"></script><script async src="../assets/icons.js" id="tsd-icons-script"></script><script async src="../assets/search.js" id="tsd-search-script"></script><script async src="../assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => window.app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><a href="../index.html" class="title">@nikovirtala/projen-constructs</a><div id="tsd-toolbar-links"></div><button id="tsd-search-trigger" class="tsd-widget" aria-label="Search"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-search"></use></svg></button><dialog id="tsd-search" aria-label="Search"><input role="combobox" id="tsd-search-input" aria-controls="tsd-search-results" aria-autocomplete="list" aria-expanded="true" autocapitalize="off" autocomplete="off" placeholder="Search the docs" maxLength="100"/><ul role="listbox" id="tsd-search-results"></ul><div id="tsd-search-status" aria-live="polite" aria-atomic="true"><div>Preparing search index...</div></div></dialog><a href="#" class="tsd-widget menu" id="tsd-toolbar-menu-trigger" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-menu"></use></svg></a></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><ul class="tsd-breadcrumb" aria-label="Breadcrumb"><li><a href="" aria-current="page">projectDefaultOptions</a></li></ul><h1>Variable projectDefaultOptions<code class="tsd-tag">Const</code></h1></div><div class="tsd-signature"><span class="tsd-kind-variable">projectDefaultOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">autoApproveOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">allowedUsernames</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">secret</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">autoMerge</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">biome</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">biomeOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">biomeConfig</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">formatter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">indentStyle</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SPACE</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">indentWidth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">lineWidth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">useEditorconfig</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">formatter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">linter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">defaultReleaseBranch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">dependabot</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">depsUpgradeOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">workflowOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">labels</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">eslint</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">github</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">jest</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">mergify</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">minNodeVersion</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">packageManager</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">PNPM</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">pnpmVersion</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">prettier</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">projenrcTs</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">tsconfig</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">compilerOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">allowSyntheticDefaultImports</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">alwaysStrict</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">declaration</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">esModuleInterop</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">experimentalDecorators</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">inlineSourceMap</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">inlineSources</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">isolatedModules</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noEmit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noEmitOnError</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noFallthroughCasesInSwitch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitAny</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitOverride</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitReturns</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitThis</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noUnusedLocals</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noUnusedParameters</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">resolveJsonModule</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strict</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strictNullChecks</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strictPropertyInitialization</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">stripInternal</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">typescriptVersion</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol"> = ...</span></div><div class="tsd-type-declaration"><h4>Type Declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5 id="autoapproveoptions"><span class="tsd-kind-property">autoApproveOptions</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">allowedUsernames</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">;</span> <span class="tsd-kind-property">secret</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span> <span class="tsd-signature-symbol">}</span></h5></li><li class="tsd-parameter"><h5 id="automerge"><span class="tsd-kind-property">autoMerge</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">true</span></h5></li><li class="tsd-parameter"><h5 id="biome"><span class="tsd-kind-property">biome</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">true</span></h5></li><li class="tsd-parameter"><h5 id="biomeoptions"><span class="tsd-kind-property">biomeOptions</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">biomeConfig</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">formatter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">indentStyle</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">SPACE</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">indentWidth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">lineWidth</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">useEditorconfig</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">formatter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">linter</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></h5></li><li class="tsd-parameter"><h5 id="defaultreleasebranch"><span class="tsd-kind-property">defaultReleaseBranch</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5 id="dependabot"><span class="tsd-kind-property">dependabot</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span></h5></li><li class="tsd-parameter"><h5 id="depsupgradeoptions"><span class="tsd-kind-property">depsUpgradeOptions</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">workflowOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span> <span class="tsd-kind-property">labels</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span> <span class="tsd-signature-symbol">}</span> <span class="tsd-signature-symbol">}</span></h5></li><li class="tsd-parameter"><h5 id="eslint"><span class="tsd-kind-property">eslint</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span></h5></li><li class="tsd-parameter"><h5 id="github"><span class="tsd-kind-property">github</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">true</span></h5></li><li class="tsd-parameter"><h5 id="jest"><span class="tsd-kind-property">jest</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span></h5></li><li class="tsd-parameter"><h5 id="mergify"><span class="tsd-kind-property">mergify</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">true</span></h5></li><li class="tsd-parameter"><h5 id="minnodeversion"><span class="tsd-kind-property">minNodeVersion</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5 id="packagemanager"><span class="tsd-kind-property">packageManager</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">PNPM</span></h5></li><li class="tsd-parameter"><h5 id="pnpmversion"><span class="tsd-kind-property">pnpmVersion</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li><li class="tsd-parameter"><h5 id="prettier"><span class="tsd-kind-property">prettier</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">false</span></h5></li><li class="tsd-parameter"><h5 id="projenrcts"><span class="tsd-kind-property">projenrcTs</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">true</span></h5></li><li class="tsd-parameter"><h5 id="tsconfig"><span class="tsd-kind-property">tsconfig</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">compilerOptions</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{</span><br/> <span class="tsd-kind-property">allowSyntheticDefaultImports</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">alwaysStrict</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">declaration</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">esModuleInterop</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">experimentalDecorators</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">inlineSourceMap</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">inlineSources</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">isolatedModules</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noEmit</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noEmitOnError</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noFallthroughCasesInSwitch</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitAny</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitOverride</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitReturns</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noImplicitThis</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noUnusedLocals</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">noUnusedParameters</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">resolveJsonModule</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strict</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strictNullChecks</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">strictPropertyInitialization</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-kind-property">stripInternal</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">true</span><span class="tsd-signature-symbol">;</span><br/> <span class="tsd-signature-symbol">}</span><span class="tsd-signature-symbol">;</span><br/><span class="tsd-signature-symbol">}</span></h5></li><li class="tsd-parameter"><h5 id="typescriptversion"><span class="tsd-kind-property">typescriptVersion</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5></li></ul></div></div><div class="col-sidebar"><div class="page-menu"><div class="tsd-navigation settings"><details class="tsd-accordion"><summary class="tsd-accordion-summary"><svg width="20" height="20" viewBox="0 0 24 24" fill="none" aria-hidden="true"><use href="../assets/icons.svg#icon-chevronDown"></use></svg><h3>Settings</h3></summary><div class="tsd-accordion-details"><div class="tsd-filter-visibility"><span class="settings-label">Member Visibility</span><ul id="tsd-filter-options"><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li><li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></div><div class="tsd-theme-toggle"><label class="settings-label" for="tsd-theme">Theme</label><select id="tsd-theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div></div><div class="site-menu"><nav class="tsd-navigation"><a href="../modules.html">@nikovirtala/projen-constructs</a><ul class="tsd-small-nested-navigation" id="tsd-nav-container"><li>Loading...</li></ul></nav></div></div></div><footer><p class="tsd-generator">Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></footer><div class="overlay"></div></body></html>
|
|
@@ -1,78 +1,399 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* TypeDoc configuration
|
|
3
|
+
*
|
|
4
|
+
* @see https://typedoc.org/options/
|
|
5
|
+
*/
|
|
1
6
|
export interface TypeDocConfiguration {
|
|
7
|
+
/**
|
|
8
|
+
* Specifies the entry points to be documented by TypeDoc.
|
|
9
|
+
*
|
|
10
|
+
* @see https://typedoc.org/documents/Options.Input.html#entrypoints
|
|
11
|
+
*/
|
|
2
12
|
readonly entryPoints?: string[];
|
|
13
|
+
/**
|
|
14
|
+
* Specifies the strategy to be used to convert entry points into documentation.
|
|
15
|
+
*
|
|
16
|
+
* @see https://typedoc.org/documents/Options.Input.html#entrypointstrategy
|
|
17
|
+
*/
|
|
3
18
|
readonly entryPointStrategy?: EntryPointStrategy;
|
|
19
|
+
/**
|
|
20
|
+
* Define patterns to be excluded when expanding directories.
|
|
21
|
+
*
|
|
22
|
+
* @see https://typedoc.org/documents/Options.Input.html#exclude
|
|
23
|
+
*/
|
|
4
24
|
readonly exclude?: string[];
|
|
25
|
+
/**
|
|
26
|
+
* Prevent externally resolved symbols from being documented.
|
|
27
|
+
*
|
|
28
|
+
* @see https://typedoc.org/documents/Options.Input.html#excludeexternals
|
|
29
|
+
*/
|
|
5
30
|
readonly excludeExternals?: boolean;
|
|
31
|
+
/**
|
|
32
|
+
* Prevent private members from being included in the generated documentation.
|
|
33
|
+
*
|
|
34
|
+
* @see https://typedoc.org/documents/Options.Input.html#excludeprivate
|
|
35
|
+
*/
|
|
6
36
|
readonly excludePrivate?: boolean;
|
|
37
|
+
/**
|
|
38
|
+
* Prevent protected members from being included in the generated documentation.
|
|
39
|
+
*
|
|
40
|
+
* @see https://typedoc.org/documents/Options.Input.html#excludeprotected
|
|
41
|
+
*/
|
|
7
42
|
readonly excludeProtected?: boolean;
|
|
43
|
+
/**
|
|
44
|
+
* Prevent symbols that are not exported from being documented.
|
|
45
|
+
*
|
|
46
|
+
* @see https://typedoc.org/documents/Options.Input.html#excludeinternal
|
|
47
|
+
*/
|
|
8
48
|
readonly excludeInternal?: boolean;
|
|
49
|
+
/**
|
|
50
|
+
* Specifies the output directory the documentation should be written to.
|
|
51
|
+
*
|
|
52
|
+
* @see https://typedoc.org/documents/Options.Output.html#out
|
|
53
|
+
*/
|
|
9
54
|
readonly out?: string;
|
|
55
|
+
/**
|
|
56
|
+
* Specify the location the documentation should be written to.
|
|
57
|
+
*
|
|
58
|
+
* @see https://typedoc.org/documents/Options.Output.html#json
|
|
59
|
+
*/
|
|
10
60
|
readonly json?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Specify a theme name to use.
|
|
63
|
+
*
|
|
64
|
+
* @see https://typedoc.org/documents/Options.Output.html#theme
|
|
65
|
+
*/
|
|
11
66
|
readonly theme?: string;
|
|
67
|
+
/**
|
|
68
|
+
* Specify the base path for all urls.
|
|
69
|
+
*
|
|
70
|
+
* @see https://typedoc.org/documents/Options.Output.html#basepath
|
|
71
|
+
*/
|
|
12
72
|
readonly basePath?: string;
|
|
73
|
+
/**
|
|
74
|
+
* Set the name of the project that will be used in the header of the template.
|
|
75
|
+
*
|
|
76
|
+
* @see https://typedoc.org/documents/Options.Output.html#name
|
|
77
|
+
*/
|
|
13
78
|
readonly name?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Prevent TypeDoc from cleaning the output directory specified with --out.
|
|
81
|
+
*
|
|
82
|
+
* @see https://typedoc.org/documents/Options.Output.html#cleanoutputdir
|
|
83
|
+
*/
|
|
14
84
|
readonly cleanOutputDir?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* Specify the location to look for included documents.
|
|
87
|
+
*
|
|
88
|
+
* @see https://typedoc.org/documents/Options.Output.html#includes
|
|
89
|
+
*/
|
|
15
90
|
readonly includes?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Specify the location with media files that should be copied to the output directory.
|
|
93
|
+
*
|
|
94
|
+
* @see https://typedoc.org/documents/Options.Output.html#media
|
|
95
|
+
*/
|
|
16
96
|
readonly media?: string;
|
|
97
|
+
/**
|
|
98
|
+
* Specify the location and filename a .tsbuildinfo file should be written to.
|
|
99
|
+
*
|
|
100
|
+
* @see https://typedoc.org/documents/Options.Input.html#tsbuildinfo
|
|
101
|
+
*/
|
|
17
102
|
readonly tsBuildInfo?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Specify a TypeScript config file that should be used to load TypeScript configuration.
|
|
105
|
+
*
|
|
106
|
+
* @see https://typedoc.org/documents/Options.Input.html#tsconfig
|
|
107
|
+
*/
|
|
18
108
|
readonly tsconfig?: string;
|
|
109
|
+
/**
|
|
110
|
+
* Specify the logger that should be used.
|
|
111
|
+
*
|
|
112
|
+
* @see https://typedoc.org/documents/Options.Other.html#loglevel
|
|
113
|
+
*/
|
|
19
114
|
readonly logLevel?: LogLevel;
|
|
115
|
+
/**
|
|
116
|
+
* Specify the sort strategy for documented values.
|
|
117
|
+
*
|
|
118
|
+
* @see https://typedoc.org/documents/Options.Organization.html#sort
|
|
119
|
+
*/
|
|
20
120
|
readonly sort?: string[];
|
|
121
|
+
/**
|
|
122
|
+
* Specify the sort strategy for static and instance members.
|
|
123
|
+
*
|
|
124
|
+
* @see https://typedoc.org/documents/Options.Organization.html#sortentrypoints
|
|
125
|
+
*/
|
|
21
126
|
readonly sortEntryPoints?: boolean;
|
|
127
|
+
/**
|
|
128
|
+
* Specify the documentation mode TypeDoc should use.
|
|
129
|
+
*
|
|
130
|
+
* @see https://typedoc.org/documents/Options.Comments.html#commentstyle
|
|
131
|
+
*/
|
|
22
132
|
readonly commentStyle?: CommentStyle;
|
|
133
|
+
/**
|
|
134
|
+
* Specify the default visibility for members without a visibility tag.
|
|
135
|
+
*
|
|
136
|
+
* @see https://typedoc.org/documents/Options.Comments.html#defaultvisibility
|
|
137
|
+
*/
|
|
23
138
|
readonly defaultVisibility?: Visibility;
|
|
139
|
+
/**
|
|
140
|
+
* Specify the default category for reflections without a category.
|
|
141
|
+
*
|
|
142
|
+
* @see https://typedoc.org/documents/Options.Organization.html#defaultcategory
|
|
143
|
+
*/
|
|
24
144
|
readonly defaultCategory?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Specify the default group for reflections without a group.
|
|
147
|
+
*
|
|
148
|
+
* @see https://typedoc.org/documents/Options.Organization.html#defaultgroup
|
|
149
|
+
*/
|
|
25
150
|
readonly defaultGroup?: string;
|
|
151
|
+
/**
|
|
152
|
+
* Specify the categories that will be used to group reflections.
|
|
153
|
+
*
|
|
154
|
+
* @see https://typedoc.org/documents/Options.Organization.html#categorizebygroup
|
|
155
|
+
*/
|
|
26
156
|
readonly categorizeByGroup?: boolean;
|
|
157
|
+
/**
|
|
158
|
+
* Specify the search group boosts.
|
|
159
|
+
*
|
|
160
|
+
* @see https://typedoc.org/documents/Options.Organization.html#searchgroupboosts
|
|
161
|
+
*/
|
|
27
162
|
readonly searchGroupBoosts?: Record<string, number>;
|
|
163
|
+
/**
|
|
164
|
+
* Specify the search category boosts.
|
|
165
|
+
*
|
|
166
|
+
* @see https://typedoc.org/documents/Options.Organization.html#searchcategoryboosts
|
|
167
|
+
*/
|
|
28
168
|
readonly searchCategoryBoosts?: Record<string, number>;
|
|
169
|
+
/**
|
|
170
|
+
* Specify the readme file that should be displayed on the index page.
|
|
171
|
+
*
|
|
172
|
+
* @see https://typedoc.org/documents/Options.Input.html#readme
|
|
173
|
+
*/
|
|
29
174
|
readonly readme?: string;
|
|
175
|
+
/**
|
|
176
|
+
* Specify the package.json file that should be used to determine the package name.
|
|
177
|
+
*
|
|
178
|
+
* @see https://typedoc.org/documents/Options.Input.html#packagejson
|
|
179
|
+
*/
|
|
30
180
|
readonly packageJson?: string;
|
|
181
|
+
/**
|
|
182
|
+
* Specify the git revision that should be used to link to source files.
|
|
183
|
+
*
|
|
184
|
+
* @see https://typedoc.org/documents/Options.Comments.html#gitrevision
|
|
185
|
+
*/
|
|
31
186
|
readonly gitRevision?: string;
|
|
187
|
+
/**
|
|
188
|
+
* Specify the git remote that should be used to link to source files.
|
|
189
|
+
*
|
|
190
|
+
* @see https://typedoc.org/documents/Options.Comments.html#gitremote
|
|
191
|
+
*/
|
|
32
192
|
readonly gitRemote?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Specify a link template to be used when generating source urls.
|
|
195
|
+
*
|
|
196
|
+
* @see https://typedoc.org/documents/Options.Input.html#sourcelinktemplate
|
|
197
|
+
*/
|
|
33
198
|
readonly sourceLinkTemplate?: string;
|
|
199
|
+
/**
|
|
200
|
+
* Disables automatically linking to source code.
|
|
201
|
+
*
|
|
202
|
+
* @see https://typedoc.org/documents/Options.Comments.html#disablesources
|
|
203
|
+
*/
|
|
34
204
|
readonly disableSources?: boolean;
|
|
205
|
+
/**
|
|
206
|
+
* Disables setting the source of reflections when documenting projects within a Git repository.
|
|
207
|
+
*
|
|
208
|
+
* @see https://typedoc.org/documents/Options.Comments.html#disablegit
|
|
209
|
+
*/
|
|
35
210
|
readonly disableGit?: boolean;
|
|
211
|
+
/**
|
|
212
|
+
* Do not print the TypeDoc link at the end of the page.
|
|
213
|
+
*
|
|
214
|
+
* @see https://typedoc.org/documents/Options.Output.html#hidegenerator
|
|
215
|
+
*/
|
|
36
216
|
readonly hideGenerator?: boolean;
|
|
217
|
+
/**
|
|
218
|
+
* Hide parameter types in the signature.
|
|
219
|
+
*
|
|
220
|
+
* @see https://typedoc.org/documents/Options.Output.html#hideparametertypesintitle
|
|
221
|
+
*/
|
|
37
222
|
readonly hideParameterTypesInTitle?: boolean;
|
|
223
|
+
/**
|
|
224
|
+
* Include the generation time in links to prevent browsers from using a cached version.
|
|
225
|
+
*
|
|
226
|
+
* @see https://typedoc.org/documents/Options.Output.html#cachebust
|
|
227
|
+
*/
|
|
38
228
|
readonly cacheBust?: boolean;
|
|
229
|
+
/**
|
|
230
|
+
* If set, the search index will also include comments.
|
|
231
|
+
*
|
|
232
|
+
* @see https://typedoc.org/documents/Options.Output.html#searchincomments
|
|
233
|
+
*/
|
|
39
234
|
readonly searchInComments?: boolean;
|
|
235
|
+
/**
|
|
236
|
+
* If set, the search index will also include documents.
|
|
237
|
+
*
|
|
238
|
+
* @see https://typedoc.org/documents/Options.Output.html#searchindocuments
|
|
239
|
+
*/
|
|
40
240
|
readonly searchInDocuments?: boolean;
|
|
241
|
+
/**
|
|
242
|
+
* Specify validation options.
|
|
243
|
+
*
|
|
244
|
+
* @see https://typedoc.org/documents/Options.Validation.html
|
|
245
|
+
*/
|
|
41
246
|
readonly validation?: ValidationOptions;
|
|
247
|
+
/**
|
|
248
|
+
* Specify the type of reflections that must be documented.
|
|
249
|
+
*
|
|
250
|
+
* @see https://typedoc.org/documents/Options.Validation.html#requiredtobedocumented
|
|
251
|
+
*/
|
|
42
252
|
readonly requiredToBeDocumented?: string[];
|
|
253
|
+
/**
|
|
254
|
+
* If set, warnings will be treated as errors.
|
|
255
|
+
*
|
|
256
|
+
* @see https://typedoc.org/documents/Options.Validation.html#treatwarningsaserrors
|
|
257
|
+
*/
|
|
43
258
|
readonly treatWarningsAsErrors?: boolean;
|
|
259
|
+
/**
|
|
260
|
+
* If set, validation warnings will be treated as errors.
|
|
261
|
+
*
|
|
262
|
+
* @see https://typedoc.org/documents/Options.Validation.html#treatvalidationwarningsaserrors
|
|
263
|
+
*/
|
|
44
264
|
readonly treatValidationWarningsAsErrors?: boolean;
|
|
265
|
+
/**
|
|
266
|
+
* A list of types that should not produce warnings when not being exported.
|
|
267
|
+
*
|
|
268
|
+
* @see https://typedoc.org/documents/Options.Validation.html#intentionallynotexported
|
|
269
|
+
*/
|
|
45
270
|
readonly intentionallyNotExported?: string[];
|
|
271
|
+
/**
|
|
272
|
+
* Define patterns for files that should be considered external.
|
|
273
|
+
*
|
|
274
|
+
* @see https://typedoc.org/documents/Options.Input.html#externalpattern
|
|
275
|
+
*/
|
|
46
276
|
readonly externalPattern?: string[];
|
|
277
|
+
/**
|
|
278
|
+
* Define custom mappings for symbols in external packages.
|
|
279
|
+
*
|
|
280
|
+
* @see https://typedoc.org/documents/Options.Comments.html#externalsymbollinkmappings
|
|
281
|
+
*/
|
|
47
282
|
readonly externalSymbolLinkMappings?: Record<string, Record<string, string>>;
|
|
48
283
|
}
|
|
284
|
+
/**
|
|
285
|
+
* Converts TypeDocConfiguration to JSON representation
|
|
286
|
+
* @internal
|
|
287
|
+
*/
|
|
49
288
|
export declare function toJson_TypeDocConfiguration(obj: TypeDocConfiguration | undefined): Record<string, unknown> | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* Specifies the strategy to be used to convert entry points into documentation
|
|
291
|
+
*
|
|
292
|
+
* @see https://typedoc.org/documents/Options.Input.html#entrypointstrategy
|
|
293
|
+
*/
|
|
50
294
|
export declare enum EntryPointStrategy {
|
|
295
|
+
/**
|
|
296
|
+
* Expects all entry points to be contained within a single package
|
|
297
|
+
*/
|
|
51
298
|
RESOLVE = "resolve",
|
|
299
|
+
/**
|
|
300
|
+
* Expects all entry points to be top-level directories
|
|
301
|
+
*/
|
|
52
302
|
EXPAND = "expand",
|
|
303
|
+
/**
|
|
304
|
+
* Expects all entry points to be individual files
|
|
305
|
+
*/
|
|
53
306
|
PACKAGES = "packages",
|
|
307
|
+
/**
|
|
308
|
+
* Merges multiple projects into a single documentation site
|
|
309
|
+
*/
|
|
54
310
|
MERGE = "merge"
|
|
55
311
|
}
|
|
312
|
+
/**
|
|
313
|
+
* Specifies the logger that should be used
|
|
314
|
+
*
|
|
315
|
+
* @see https://typedoc.org/documents/Options.Other.html#loglevel
|
|
316
|
+
*/
|
|
56
317
|
export declare enum LogLevel {
|
|
318
|
+
/**
|
|
319
|
+
* Log all messages including verbose debug information
|
|
320
|
+
*/
|
|
57
321
|
VERBOSE = "Verbose",
|
|
322
|
+
/**
|
|
323
|
+
* Log informational messages and above
|
|
324
|
+
*/
|
|
58
325
|
INFO = "Info",
|
|
326
|
+
/**
|
|
327
|
+
* Log warnings and errors only
|
|
328
|
+
*/
|
|
59
329
|
WARN = "Warn",
|
|
330
|
+
/**
|
|
331
|
+
* Log errors only
|
|
332
|
+
*/
|
|
60
333
|
ERROR = "Error",
|
|
334
|
+
/**
|
|
335
|
+
* Disable all logging
|
|
336
|
+
*/
|
|
61
337
|
NONE = "None"
|
|
62
338
|
}
|
|
339
|
+
/**
|
|
340
|
+
* Specifies the documentation mode TypeDoc should use
|
|
341
|
+
*
|
|
342
|
+
* @see https://typedoc.org/documents/Options.Comments.html#commentstyle
|
|
343
|
+
*/
|
|
63
344
|
export declare enum CommentStyle {
|
|
345
|
+
/**
|
|
346
|
+
* Parse JSDoc style comments only
|
|
347
|
+
*/
|
|
64
348
|
JSDOC = "jsdoc",
|
|
349
|
+
/**
|
|
350
|
+
* Parse block comments
|
|
351
|
+
*/
|
|
65
352
|
BLOCK = "block",
|
|
353
|
+
/**
|
|
354
|
+
* Parse line comments (//)
|
|
355
|
+
*/
|
|
66
356
|
LINE = "line",
|
|
357
|
+
/**
|
|
358
|
+
* Parse all comment styles
|
|
359
|
+
*/
|
|
67
360
|
ALL = "all"
|
|
68
361
|
}
|
|
362
|
+
/**
|
|
363
|
+
* Specifies the default visibility for members without a visibility tag
|
|
364
|
+
*
|
|
365
|
+
* @see https://typedoc.org/documents/Options.Comments.html#defaultvisibility
|
|
366
|
+
*/
|
|
69
367
|
export declare enum Visibility {
|
|
368
|
+
/**
|
|
369
|
+
* Public visibility - accessible from anywhere
|
|
370
|
+
*/
|
|
70
371
|
PUBLIC = "public",
|
|
372
|
+
/**
|
|
373
|
+
* Protected visibility - accessible from class and subclasses
|
|
374
|
+
*/
|
|
71
375
|
PROTECTED = "protected",
|
|
376
|
+
/**
|
|
377
|
+
* Private visibility - accessible only within the class
|
|
378
|
+
*/
|
|
72
379
|
PRIVATE = "private"
|
|
73
380
|
}
|
|
381
|
+
/**
|
|
382
|
+
* Validation options
|
|
383
|
+
*
|
|
384
|
+
* @see https://typedoc.org/documents/Options.Validation.html
|
|
385
|
+
*/
|
|
74
386
|
export interface ValidationOptions {
|
|
387
|
+
/**
|
|
388
|
+
* If set, TypeDoc will produce warnings when a symbol is referenced by the documentation
|
|
389
|
+
*/
|
|
75
390
|
readonly notExported?: boolean;
|
|
391
|
+
/**
|
|
392
|
+
* If set, TypeDoc will produce warnings when an exported symbol is not documented
|
|
393
|
+
*/
|
|
76
394
|
readonly notDocumented?: boolean;
|
|
395
|
+
/**
|
|
396
|
+
* If set, TypeDoc will produce warnings about \@link tags which will produce broken links
|
|
397
|
+
*/
|
|
77
398
|
readonly invalidLink?: boolean;
|
|
78
399
|
}
|