typedoc 0.28.18 → 0.28.20
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/README.md +12 -13
- package/bin/typedoc +1 -1
- package/dist/browser-locales/fr.d.ts +2 -0
- package/dist/browser-locales/fr.js +62 -0
- package/dist/browser-utils.js +29 -2
- package/dist/cli.js +111 -0
- package/dist/index.js +17888 -44
- package/dist/models.js +3736 -0
- package/dist/node-utils.js +7018 -0
- package/dist/serialization.js +430 -0
- package/dist/{lib → types}/application-events.d.ts +2 -0
- package/dist/{lib → types}/application.d.ts +51 -8
- package/dist/{lib → types}/converter/comments/declarationReferenceResolver.d.ts +1 -1
- package/dist/{lib → types}/converter/comments/discovery.d.ts +3 -3
- package/dist/{lib → types}/converter/comments/index.d.ts +4 -4
- package/dist/{lib → types}/converter/comments/lexer.d.ts +1 -1
- package/dist/{lib → types}/converter/comments/linkResolver.d.ts +1 -1
- package/dist/{lib → types}/converter/comments/parser.d.ts +3 -4
- package/dist/{lib → types}/converter/comments/textParser.d.ts +8 -2
- package/dist/{lib → types}/converter/components.d.ts +1 -1
- package/dist/{lib → types}/converter/context.d.ts +2 -2
- package/dist/{lib → types}/converter/converter.d.ts +6 -8
- package/dist/{lib → types}/converter/factories/signature.d.ts +1 -1
- package/dist/{lib → types}/converter/index.d.ts +1 -0
- package/dist/{lib → types}/converter/plugins/CategoryPlugin.d.ts +2 -2
- package/dist/{lib → types}/converter/plugins/GroupPlugin.d.ts +2 -3
- package/dist/{lib → types}/converter/plugins/IncludePlugin.d.ts +1 -1
- package/dist/{lib → types}/converter/plugins/InheritDocPlugin.d.ts +1 -1
- package/dist/{lib → types}/converter/plugins/LinkResolverPlugin.d.ts +3 -3
- package/dist/{lib → types}/converter/plugins/SourcePlugin.d.ts +1 -2
- package/dist/{lib → types}/converter/plugins/TypePlugin.d.ts +1 -1
- package/dist/{lib → types}/converter/types.d.ts +1 -1
- package/dist/{lib/converter/utils → types/converter/utilities}/reflections.d.ts +1 -1
- package/dist/{lib/converter/utils → types/converter/utilities}/repository.d.ts +14 -13
- package/dist/{index.d.ts → types/index.d.ts} +15 -16
- package/dist/{lib → types}/internationalization/internationalization.d.ts +0 -8
- package/dist/types/internationalization/locale-utils.d.ts +3 -0
- package/dist/types/internationalization/locales/de.d.ts +368 -0
- package/dist/{lib/internationalization/locales/en.d.cts → types/internationalization/locales/en.d.ts} +2 -1
- package/dist/types/internationalization/locales/fr.d.ts +346 -0
- package/dist/types/internationalization/locales/ja.d.ts +307 -0
- package/dist/types/internationalization/locales/ko.d.ts +221 -0
- package/dist/types/internationalization/locales/zh.d.ts +452 -0
- package/dist/{lib → types}/internationalization/translatable.d.ts +1 -1
- package/dist/{lib → types}/models/FileRegistry.d.ts +6 -1
- package/dist/{lib → types}/models/ReflectionSymbolId.d.ts +9 -3
- package/dist/{lib → types}/models/SourceReference.d.ts +5 -3
- package/dist/types/models.d.ts +1 -0
- package/dist/types/node-utils.d.ts +1 -0
- package/dist/{lib → types}/output/components.d.ts +3 -3
- package/dist/{lib → types}/output/events.d.ts +1 -2
- package/dist/{lib → types}/output/formatter.d.ts +1 -2
- package/dist/{lib → types}/output/output.d.ts +2 -2
- package/dist/{lib → types}/output/renderer.d.ts +4 -5
- package/dist/{lib → types}/output/router.d.ts +3 -2
- package/dist/{lib → types}/output/themes/MarkedPlugin.d.ts +3 -3
- package/dist/{lib → types}/output/themes/default/DefaultTheme.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/DefaultThemeRenderContext.d.ts +25 -25
- package/dist/{lib → types}/output/themes/default/layouts/default.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/anchor-icon.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/breadcrumb.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/comment.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/header.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/hierarchy.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/icon.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/index.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/member.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/member.getterSetter.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/member.signature.body.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/member.signature.title.d.ts +2 -2
- package/dist/{lib → types}/output/themes/default/partials/member.signatures.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/member.sources.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/members.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/moduleReflection.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/navigation.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/reflectionPreview.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/toolbar.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/partials/type.d.ts +2 -2
- package/dist/{lib → types}/output/themes/default/partials/typeDetails.d.ts +2 -2
- package/dist/{lib → types}/output/themes/default/partials/typeParameters.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/templates/document.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/templates/hierarchy.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/templates/index.d.ts +1 -1
- package/dist/{lib → types}/output/themes/default/templates/reflection.d.ts +1 -1
- package/dist/{lib → types}/output/themes/lib.d.ts +1 -1
- package/dist/types/serialization.d.ts +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -0
- package/dist/{lib → types}/utils/ValidatingFileRegistry.d.ts +1 -1
- package/dist/{lib → types}/utils/entry-point.d.ts +2 -2
- package/dist/{lib → types}/utils/general.d.ts +3 -0
- package/dist/types/utils/index.d.ts +22 -0
- package/dist/{lib → types}/utils/options/declaration.d.ts +2 -1
- package/dist/{lib → types}/utils/options/defaults.d.ts +1 -1
- package/dist/{lib → types}/utils/options/index.d.ts +2 -1
- package/dist/{lib → types}/utils/options/options.d.ts +1 -1
- package/dist/{lib → types}/utils/options/tsdoc-defaults.d.ts +1 -1
- package/dist/{lib → types}/utils/reflections.d.ts +1 -1
- package/dist/{lib → types}/utils/sort.d.ts +1 -2
- package/dist/{lib → types}/utils-common/general.d.ts +4 -4
- package/dist/{lib → types}/utils-common/jsx.elements.d.ts +16 -0
- package/dist/types/utils-common.d.ts +1 -0
- package/dist/{lib → types}/validation/documentation.d.ts +1 -1
- package/dist/{lib → types}/validation/exports.d.ts +1 -1
- package/dist/types/validation/filePaths.d.ts +3 -0
- package/dist/{lib → types}/validation/links.d.ts +1 -1
- package/dist/{lib → types}/validation/unusedMergeModuleWith.d.ts +1 -1
- package/dist/utils-common.js +1311 -0
- package/package.json +46 -37
- package/static/main.js +4 -4
- package/static/style.css +18 -3
- package/tsdoc.json +4 -0
- package/typedoc-config.schema.json +2 -0
- package/dist/lib/application-events.js +0 -5
- package/dist/lib/application.js +0 -716
- package/dist/lib/cli.js +0 -111
- package/dist/lib/converter/comments/blockLexer.js +0 -391
- package/dist/lib/converter/comments/declarationReferenceResolver.js +0 -218
- package/dist/lib/converter/comments/discovery.js +0 -563
- package/dist/lib/converter/comments/index.js +0 -241
- package/dist/lib/converter/comments/lexer.js +0 -10
- package/dist/lib/converter/comments/lineLexer.js +0 -279
- package/dist/lib/converter/comments/linkResolver.js +0 -186
- package/dist/lib/converter/comments/parser.js +0 -538
- package/dist/lib/converter/comments/rawLexer.js +0 -218
- package/dist/lib/converter/comments/tagName.js +0 -58
- package/dist/lib/converter/comments/textParser.js +0 -372
- package/dist/lib/converter/components.js +0 -3
- package/dist/lib/converter/context.js +0 -311
- package/dist/lib/converter/convert-expression.js +0 -58
- package/dist/lib/converter/converter-events.js +0 -13
- package/dist/lib/converter/converter.js +0 -705
- package/dist/lib/converter/factories/index-signature.js +0 -50
- package/dist/lib/converter/factories/signature.js +0 -353
- package/dist/lib/converter/factories/symbol-id.js +0 -50
- package/dist/lib/converter/index.js +0 -3
- package/dist/lib/converter/jsdoc.js +0 -135
- package/dist/lib/converter/plugins/CategoryPlugin.js +0 -278
- package/dist/lib/converter/plugins/CommentPlugin.js +0 -770
- package/dist/lib/converter/plugins/GroupPlugin.js +0 -281
- package/dist/lib/converter/plugins/ImplementsPlugin.js +0 -438
- package/dist/lib/converter/plugins/IncludePlugin.js +0 -254
- package/dist/lib/converter/plugins/InheritDocPlugin.js +0 -220
- package/dist/lib/converter/plugins/LinkResolverPlugin.js +0 -88
- package/dist/lib/converter/plugins/MergeModuleWithPlugin.js +0 -50
- package/dist/lib/converter/plugins/PackagePlugin.js +0 -188
- package/dist/lib/converter/plugins/SourcePlugin.js +0 -215
- package/dist/lib/converter/plugins/TypePlugin.js +0 -108
- package/dist/lib/converter/plugins/index.js +0 -10
- package/dist/lib/converter/symbols.js +0 -861
- package/dist/lib/converter/types.js +0 -833
- package/dist/lib/converter/utils/nodes.js +0 -26
- package/dist/lib/converter/utils/reflections.js +0 -17
- package/dist/lib/converter/utils/repository.js +0 -295
- package/dist/lib/converter/utils/symbols.js +0 -12
- package/dist/lib/debug/index.js +0 -2
- package/dist/lib/debug/reflectionLifetimes.js +0 -27
- package/dist/lib/debug/rendererUrls.js +0 -68
- package/dist/lib/internationalization/index.js +0 -7
- package/dist/lib/internationalization/internationalization.js +0 -64
- package/dist/lib/internationalization/locale-utils.cjs +0 -8
- package/dist/lib/internationalization/locale-utils.d.cts +0 -8
- package/dist/lib/internationalization/locales/de.cjs +0 -401
- package/dist/lib/internationalization/locales/de.d.cts +0 -368
- package/dist/lib/internationalization/locales/en.cjs +0 -411
- package/dist/lib/internationalization/locales/ja.cjs +0 -320
- package/dist/lib/internationalization/locales/ja.d.cts +0 -307
- package/dist/lib/internationalization/locales/ko.cjs +0 -233
- package/dist/lib/internationalization/locales/ko.d.cts +0 -221
- package/dist/lib/internationalization/locales/zh.cjs +0 -488
- package/dist/lib/internationalization/locales/zh.d.cts +0 -452
- package/dist/lib/internationalization/translatable.js +0 -8
- package/dist/lib/models/Comment.js +0 -534
- package/dist/lib/models/ContainerReflection.js +0 -159
- package/dist/lib/models/DeclarationReflection.js +0 -287
- package/dist/lib/models/DocumentReflection.js +0 -66
- package/dist/lib/models/FileRegistry.js +0 -133
- package/dist/lib/models/ParameterReflection.js +0 -39
- package/dist/lib/models/ProjectReflection.js +0 -417
- package/dist/lib/models/ReferenceReflection.js +0 -85
- package/dist/lib/models/Reflection.js +0 -495
- package/dist/lib/models/ReflectionCategory.js +0 -56
- package/dist/lib/models/ReflectionGroup.js +0 -72
- package/dist/lib/models/ReflectionSymbolId.js +0 -85
- package/dist/lib/models/SignatureReflection.js +0 -96
- package/dist/lib/models/SourceReference.js +0 -50
- package/dist/lib/models/TypeParameterReflection.js +0 -45
- package/dist/lib/models/index.js +0 -19
- package/dist/lib/models/kind.js +0 -231
- package/dist/lib/models/types.js +0 -1296
- package/dist/lib/models/utils.js +0 -26
- package/dist/lib/models/variant.js +0 -1
- package/dist/lib/output/components.js +0 -133
- package/dist/lib/output/events.js +0 -195
- package/dist/lib/output/formatter.js +0 -660
- package/dist/lib/output/index.js +0 -7
- package/dist/lib/output/output.js +0 -92
- package/dist/lib/output/plugins/AssetsPlugin.js +0 -160
- package/dist/lib/output/plugins/HierarchyPlugin.js +0 -65
- package/dist/lib/output/plugins/IconsPlugin.js +0 -54
- package/dist/lib/output/plugins/JavascriptIndexPlugin.js +0 -222
- package/dist/lib/output/plugins/NavigationPlugin.js +0 -23
- package/dist/lib/output/plugins/SitemapPlugin.js +0 -82
- package/dist/lib/output/plugins/index.js +0 -7
- package/dist/lib/output/renderer.js +0 -387
- package/dist/lib/output/router.js +0 -520
- package/dist/lib/output/theme.js +0 -17
- package/dist/lib/output/themes/MarkedPlugin.js +0 -461
- package/dist/lib/output/themes/default/DefaultTheme.js +0 -367
- package/dist/lib/output/themes/default/DefaultThemeRenderContext.js +0 -151
- package/dist/lib/output/themes/default/Slugger.js +0 -60
- package/dist/lib/output/themes/default/layouts/default.js +0 -89
- package/dist/lib/output/themes/default/partials/anchor-icon.js +0 -9
- package/dist/lib/output/themes/default/partials/breadcrumb.js +0 -11
- package/dist/lib/output/themes/default/partials/comment.js +0 -80
- package/dist/lib/output/themes/default/partials/footer.js +0 -37
- package/dist/lib/output/themes/default/partials/header.js +0 -39
- package/dist/lib/output/themes/default/partials/hierarchy.js +0 -32
- package/dist/lib/output/themes/default/partials/icon.js +0 -101
- package/dist/lib/output/themes/default/partials/index.js +0 -24
- package/dist/lib/output/themes/default/partials/member.declaration.js +0 -35
- package/dist/lib/output/themes/default/partials/member.getterSetter.js +0 -12
- package/dist/lib/output/themes/default/partials/member.js +0 -36
- package/dist/lib/output/themes/default/partials/member.signature.body.js +0 -33
- package/dist/lib/output/themes/default/partials/member.signature.title.js +0 -9
- package/dist/lib/output/themes/default/partials/member.signatures.js +0 -9
- package/dist/lib/output/themes/default/partials/member.sources.js +0 -55
- package/dist/lib/output/themes/default/partials/members.js +0 -17
- package/dist/lib/output/themes/default/partials/moduleReflection.js +0 -68
- package/dist/lib/output/themes/default/partials/navigation.js +0 -144
- package/dist/lib/output/themes/default/partials/reflectionPreview.js +0 -26
- package/dist/lib/output/themes/default/partials/toolbar.js +0 -13
- package/dist/lib/output/themes/default/partials/type.js +0 -9
- package/dist/lib/output/themes/default/partials/typeAndParent.js +0 -28
- package/dist/lib/output/themes/default/partials/typeDetails.js +0 -284
- package/dist/lib/output/themes/default/partials/typeParameters.js +0 -26
- package/dist/lib/output/themes/default/templates/document.js +0 -3
- package/dist/lib/output/themes/default/templates/hierarchy.js +0 -31
- package/dist/lib/output/themes/default/templates/index.js +0 -3
- package/dist/lib/output/themes/default/templates/reflection.js +0 -53
- package/dist/lib/output/themes/lib.js +0 -218
- package/dist/lib/serialization/components.js +0 -1
- package/dist/lib/serialization/deserializer.js +0 -235
- package/dist/lib/serialization/events.js +0 -18
- package/dist/lib/serialization/index.js +0 -4
- package/dist/lib/serialization/schema.js +0 -32
- package/dist/lib/serialization/serializer.js +0 -65
- package/dist/lib/utils/ValidatingFileRegistry.js +0 -52
- package/dist/lib/utils/component.js +0 -41
- package/dist/lib/utils/compress.js +0 -13
- package/dist/lib/utils/declaration-maps.js +0 -51
- package/dist/lib/utils/entry-point.js +0 -330
- package/dist/lib/utils/fs.js +0 -372
- package/dist/lib/utils/general.js +0 -25
- package/dist/lib/utils/highlighter.js +0 -150
- package/dist/lib/utils/html-entities.js +0 -2329
- package/dist/lib/utils/html.js +0 -635
- package/dist/lib/utils/index.d.ts +0 -17
- package/dist/lib/utils/index.js +0 -15
- package/dist/lib/utils/loggers.js +0 -71
- package/dist/lib/utils/options/declaration.js +0 -443
- package/dist/lib/utils/options/defaults.js +0 -104
- package/dist/lib/utils/options/help.js +0 -63
- package/dist/lib/utils/options/index.js +0 -4
- package/dist/lib/utils/options/options.js +0 -273
- package/dist/lib/utils/options/readers/arguments.js +0 -109
- package/dist/lib/utils/options/readers/index.js +0 -4
- package/dist/lib/utils/options/readers/package-json.js +0 -40
- package/dist/lib/utils/options/readers/tsconfig.js +0 -172
- package/dist/lib/utils/options/readers/typedoc.js +0 -136
- package/dist/lib/utils/options/sources/index.js +0 -1
- package/dist/lib/utils/options/sources/typedoc.js +0 -876
- package/dist/lib/utils/options/tsdoc-defaults.js +0 -94
- package/dist/lib/utils/package-manifest.js +0 -84
- package/dist/lib/utils/paths.js +0 -127
- package/dist/lib/utils/perf.js +0 -86
- package/dist/lib/utils/plugins.js +0 -61
- package/dist/lib/utils/reflections.js +0 -64
- package/dist/lib/utils/sort.js +0 -153
- package/dist/lib/utils/tsconfig.js +0 -60
- package/dist/lib/utils/tsutils.js +0 -23
- package/dist/lib/utils-common/array.js +0 -152
- package/dist/lib/utils-common/declarationReference.js +0 -341
- package/dist/lib/utils-common/enum.js +0 -27
- package/dist/lib/utils-common/events.js +0 -49
- package/dist/lib/utils-common/general.js +0 -22
- package/dist/lib/utils-common/hooks.js +0 -90
- package/dist/lib/utils-common/i18n.js +0 -39
- package/dist/lib/utils-common/index.js +0 -17
- package/dist/lib/utils-common/jsx.elements.js +0 -3
- package/dist/lib/utils-common/jsx.js +0 -187
- package/dist/lib/utils-common/logger.js +0 -129
- package/dist/lib/utils-common/map.js +0 -63
- package/dist/lib/utils-common/minimalSourceFile.js +0 -43
- package/dist/lib/utils-common/path.js +0 -130
- package/dist/lib/utils-common/set.js +0 -23
- package/dist/lib/utils-common/string.js +0 -84
- package/dist/lib/utils-common/validation.js +0 -50
- package/dist/lib/validation/documentation.js +0 -91
- package/dist/lib/validation/exports.js +0 -65
- package/dist/lib/validation/links.js +0 -78
- package/dist/lib/validation/unusedMergeModuleWith.js +0 -12
- /package/dist/{browser-utils.d.ts → types/browser-utils.d.ts} +0 -0
- /package/dist/{lib → types}/cli.d.ts +0 -0
- /package/dist/{lib → types}/converter/comments/blockLexer.d.ts +0 -0
- /package/dist/{lib → types}/converter/comments/lineLexer.d.ts +0 -0
- /package/dist/{lib → types}/converter/comments/rawLexer.d.ts +0 -0
- /package/dist/{lib → types}/converter/comments/tagName.d.ts +0 -0
- /package/dist/{lib → types}/converter/convert-expression.d.ts +0 -0
- /package/dist/{lib → types}/converter/converter-events.d.ts +0 -0
- /package/dist/{lib → types}/converter/factories/index-signature.d.ts +0 -0
- /package/dist/{lib → types}/converter/factories/symbol-id.d.ts +0 -0
- /package/dist/{lib → types}/converter/jsdoc.d.ts +0 -0
- /package/dist/{lib → types}/converter/plugins/CommentPlugin.d.ts +0 -0
- /package/dist/{lib → types}/converter/plugins/ImplementsPlugin.d.ts +0 -0
- /package/dist/{lib → types}/converter/plugins/MergeModuleWithPlugin.d.ts +0 -0
- /package/dist/{lib → types}/converter/plugins/PackagePlugin.d.ts +0 -0
- /package/dist/{lib → types}/converter/plugins/index.d.ts +0 -0
- /package/dist/{lib → types}/converter/symbols.d.ts +0 -0
- /package/dist/{lib/converter/utils → types/converter/utilities}/nodes.d.ts +0 -0
- /package/dist/{lib/converter/utils → types/converter/utilities}/symbols.d.ts +0 -0
- /package/dist/{lib → types}/debug/index.d.ts +0 -0
- /package/dist/{lib → types}/debug/reflectionLifetimes.d.ts +0 -0
- /package/dist/{lib → types}/debug/rendererUrls.d.ts +0 -0
- /package/dist/{lib → types}/internationalization/index.d.ts +0 -0
- /package/dist/{lib → types}/models/Comment.d.ts +0 -0
- /package/dist/{lib → types}/models/ContainerReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/DeclarationReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/DocumentReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/ParameterReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/ProjectReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/ReferenceReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/Reflection.d.ts +0 -0
- /package/dist/{lib → types}/models/ReflectionCategory.d.ts +0 -0
- /package/dist/{lib → types}/models/ReflectionGroup.d.ts +0 -0
- /package/dist/{lib → types}/models/SignatureReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/TypeParameterReflection.d.ts +0 -0
- /package/dist/{lib → types}/models/index.d.ts +0 -0
- /package/dist/{lib → types}/models/kind.d.ts +0 -0
- /package/dist/{lib → types}/models/types.d.ts +0 -0
- /package/dist/{lib → types}/models/utils.d.ts +0 -0
- /package/dist/{lib → types}/models/variant.d.ts +0 -0
- /package/dist/{lib → types}/output/index.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/AssetsPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/HierarchyPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/IconsPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/JavascriptIndexPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/NavigationPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/SitemapPlugin.d.ts +0 -0
- /package/dist/{lib → types}/output/plugins/index.d.ts +0 -0
- /package/dist/{lib → types}/output/theme.d.ts +0 -0
- /package/dist/{lib → types}/output/themes/default/Slugger.d.ts +0 -0
- /package/dist/{lib → types}/output/themes/default/partials/footer.d.ts +0 -0
- /package/dist/{lib → types}/output/themes/default/partials/member.declaration.d.ts +0 -0
- /package/dist/{lib → types}/output/themes/default/partials/typeAndParent.d.ts +0 -0
- /package/dist/{lib → types}/serialization/components.d.ts +0 -0
- /package/dist/{lib → types}/serialization/deserializer.d.ts +0 -0
- /package/dist/{lib → types}/serialization/events.d.ts +0 -0
- /package/dist/{lib → types}/serialization/index.d.ts +0 -0
- /package/dist/{lib → types}/serialization/schema.d.ts +0 -0
- /package/dist/{lib → types}/serialization/serializer.d.ts +0 -0
- /package/dist/{lib → types}/utils/component.d.ts +0 -0
- /package/dist/{lib → types}/utils/compress.d.ts +0 -0
- /package/dist/{lib → types}/utils/declaration-maps.d.ts +0 -0
- /package/dist/{lib → types}/utils/fs.d.ts +0 -0
- /package/dist/{lib → types}/utils/highlighter.d.ts +0 -0
- /package/dist/{lib → types}/utils/html-entities.d.ts +0 -0
- /package/dist/{lib → types}/utils/html.d.ts +0 -0
- /package/dist/{lib → types}/utils/loggers.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/help.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/readers/arguments.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/readers/index.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/readers/package-json.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/readers/tsconfig.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/readers/typedoc.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/sources/index.d.ts +0 -0
- /package/dist/{lib → types}/utils/options/sources/typedoc.d.ts +0 -0
- /package/dist/{lib → types}/utils/package-manifest.d.ts +0 -0
- /package/dist/{lib → types}/utils/paths.d.ts +0 -0
- /package/dist/{lib → types}/utils/perf.d.ts +0 -0
- /package/dist/{lib → types}/utils/plugins.d.ts +0 -0
- /package/dist/{lib → types}/utils/tsconfig.d.ts +0 -0
- /package/dist/{lib → types}/utils/tsutils.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/array.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/declarationReference.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/enum.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/events.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/hooks.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/i18n.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/index.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/jsx.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/logger.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/map.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/minimalSourceFile.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/path.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/set.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/string.d.ts +0 -0
- /package/dist/{lib → types}/utils-common/validation.d.ts +0 -0
|
@@ -0,0 +1,452 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
readonly loaded_multiple_times_0: "TypeDoc 已加载多次。这通常是由具有自己的 TypeDoc 安装的插件引起的。加载的路径为:\n{0}";
|
|
3
|
+
readonly unsupported_ts_version_0: "您正在使用不受支持的 TypeScript 版本运行!如果 TypeDoc 崩溃,这就是原因。TypeDoc 支持 {0}";
|
|
4
|
+
readonly no_compiler_options_set: "未设置编译器选项。这可能意味着 TypeDoc 没有找到你的 tsconfig.json。生成的文档可能为空";
|
|
5
|
+
readonly loaded_plugin_0: "已加载插件 {0}";
|
|
6
|
+
readonly solution_not_supported_in_watch_mode: "提供的 tsconfig 文件看起来像解决方案样式的 tsconfig,在监视模式下不受支持";
|
|
7
|
+
readonly strategy_not_supported_in_watch_mode: "对于监视模式,entryPointStrategy 必须设置为 resolve 或 expand";
|
|
8
|
+
readonly file_0_changed_restarting: "配置文件 {0} 已更改:需要重新启动……";
|
|
9
|
+
readonly file_0_changed_rebuilding: "文件 {0} 已更改:正在重新构建输出……";
|
|
10
|
+
readonly found_0_errors_and_1_warnings: "发现 {0} 个错误和 {1} 个警告";
|
|
11
|
+
readonly output_0_could_not_be_generated: "由于以上错误无法生成 {0} 输出";
|
|
12
|
+
readonly output_0_generated_at_1: "已生成 {0} 输出,位于 {1}";
|
|
13
|
+
readonly no_entry_points_for_packages: "没有为包模式提供入口点,无法生成文档";
|
|
14
|
+
readonly failed_to_find_packages: "找不到任何软件包,请确保您至少提供了一个包含 package.json 的目录作为入口点";
|
|
15
|
+
readonly nested_packages_unsupported_0: "位于 {0} 的项目已将 entryPointStrategy 设置为包,但不支持嵌套包";
|
|
16
|
+
readonly package_option_0_should_be_specified_at_root: "由 packageOptions 设置的选项 {0} 仅在根级别有效";
|
|
17
|
+
readonly previous_error_occurred_when_reading_options_for_0: "读取 {0} 处的包的选项时发生上一个错误";
|
|
18
|
+
readonly converting_project_at_0: "正在转换 {0} 处的项目";
|
|
19
|
+
readonly failed_to_convert_packages: "无法转换一个或多个包,结果将不会合并在一起";
|
|
20
|
+
readonly merging_converted_projects: "合并转换后的项目";
|
|
21
|
+
readonly no_entry_points_to_merge: "没有提供合并的入口点";
|
|
22
|
+
readonly entrypoint_did_not_match_files_0: "入口点 glob {0} 与任何文件均不匹配";
|
|
23
|
+
readonly failed_to_parse_json_0: "无法将 {0} 处的文件解析为 json";
|
|
24
|
+
readonly failed_to_read_0_when_processing_document_tag_in_1: "处理 {1} 中注释的 @document 标签时无法读取文件 {0}";
|
|
25
|
+
readonly failed_to_read_0_when_processing_project_document: "添加项目文档时无法读取文件 {0}";
|
|
26
|
+
readonly failed_to_read_0_when_processing_document_child_in_1: "处理 {1} 中的文档子项时无法读取文件 {0}";
|
|
27
|
+
readonly frontmatter_children_0_should_be_an_array_of_strings_or_object_with_string_values: "{0} 中的 Frontmatter 子项应为字符串数组或具有字符串值的对象";
|
|
28
|
+
readonly converting_union_as_interface: "在联合类型上使用 @interface 将丢弃联合所有分支上不存在的属性。TypeDoc 的输出可能无法准确描述您的源代码";
|
|
29
|
+
readonly converting_0_as_class_requires_value_declaration: "将 {0} 转换为类需要表示非类型值的声明";
|
|
30
|
+
readonly converting_0_as_class_without_construct_signatures: "{0} 正在转换为类,但没有任何构造签名";
|
|
31
|
+
readonly comment_for_0_should_not_contain_block_or_modifier_tags: "{0} 的注释不应包含任何块级标签或修饰符标签";
|
|
32
|
+
readonly symbol_0_has_multiple_declarations_with_comment: "{0} 有多个带注释的声明。将使用任意注释";
|
|
33
|
+
readonly comments_for_0_are_declared_at_1: "{0} 的注释声明于:\n{1}";
|
|
34
|
+
readonly multiple_type_parameters_on_template_tag_unsupported: "TypeDoc 不支持在带有注释的单个 @template 标签中定义多个类型参数";
|
|
35
|
+
readonly failed_to_find_jsdoc_tag_for_name_0: "解析注释后无法找到 {0} 的 JSDoc 标签,请提交错误报告";
|
|
36
|
+
readonly relative_path_0_is_not_a_file_and_will_not_be_copied_to_output: "找不到相对路径 {0} 对应的文件,该文件不会被复制至输出目录";
|
|
37
|
+
readonly inline_inheritdoc_should_not_appear_in_block_tag_in_comment_at_0: "内联 @inheritDoc 标签不应出现在块级标签内,因为它不会在 {0} 处的注释中被处理。";
|
|
38
|
+
readonly at_most_one_remarks_tag_expected_in_comment_at_0: "注释中最多应有一个 @remarks 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
|
|
39
|
+
readonly at_most_one_returns_tag_expected_in_comment_at_0: "注释中最多应有一个 @returns 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
|
|
40
|
+
readonly at_most_one_inheritdoc_tag_expected_in_comment_at_0: "注释中最多应有一个 @inheritDoc 标签,忽略 {0} 处注释中除第一个标签之外的所有标签";
|
|
41
|
+
readonly content_in_summary_overwritten_by_inheritdoc_in_comment_at_0: "摘要部分的内容将被 {0} 处注释中的 @inheritDoc 标签覆盖";
|
|
42
|
+
readonly content_in_remarks_block_overwritten_by_inheritdoc_in_comment_at_0: "@remarks 块中的内容将被 {0} 处注释中的 @inheritDoc 标签覆盖";
|
|
43
|
+
readonly example_tag_literal_name: "示例标签的第一行将按原样作为示例名称,并且只能包含文本";
|
|
44
|
+
readonly inheritdoc_tag_properly_capitalized: "@inheritDoc 标签应正确大写";
|
|
45
|
+
readonly treating_unrecognized_tag_0_as_modifier: "将无法识别的标签 {0} 视为修饰标签";
|
|
46
|
+
readonly unmatched_closing_brace: "不匹配的右括号";
|
|
47
|
+
readonly unescaped_open_brace_without_inline_tag: "遇到未转义的无内联标签的开括号";
|
|
48
|
+
readonly unknown_block_tag_0: "遇到未知的块级标签 {0}";
|
|
49
|
+
readonly unknown_inline_tag_0: "遇到未知的内联标签 {0}";
|
|
50
|
+
readonly open_brace_within_inline_tag: "在内联标签中遇到左括号,这可能是一个错误";
|
|
51
|
+
readonly inline_tag_not_closed: "内联标签未关闭";
|
|
52
|
+
readonly comment_for_0_links_to_1_not_included_in_docs_use_external_link_2: "{0} 注释中指向 “{1}” 的已解析的链接不会被包含在文档中。请将 {2} 导出或添加至 externalSymbolLinkMappings 选项以修复该警告";
|
|
53
|
+
readonly failed_to_resolve_link_to_0_in_comment_for_1: "无法解析 {1} 注释中指向 “{0}” 的链接";
|
|
54
|
+
readonly failed_to_resolve_link_to_0_in_comment_for_1_may_have_meant_2: "无法解析 {1} 的注释中指向 “{0}” 的链接。您可能想要 “{2}”";
|
|
55
|
+
readonly failed_to_resolve_link_to_0_in_readme_for_1: "无法解析 {1} 的自述文件中指向 “{0}” 的链接";
|
|
56
|
+
readonly failed_to_resolve_link_to_0_in_readme_for_1_may_have_meant_2: "无法解析 {1} 的自述文件中指向 “{0}” 的链接。您可能想要 “{2}”";
|
|
57
|
+
readonly failed_to_resolve_link_to_0_in_document_1: "无法解析文档 {1} 中指向 “{0}” 的链接";
|
|
58
|
+
readonly failed_to_resolve_link_to_0_in_document_1_may_have_meant_2: "无法解析文档 {1} 中指向 “{0}” 的链接。您可能想要 “{2}”";
|
|
59
|
+
readonly type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: "{0} 在 {1} 中定义,被 {2} 引用,但未包含在文档中";
|
|
60
|
+
readonly reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: "{0} ({1}),在 {2} 中定义,没有任何文档";
|
|
61
|
+
readonly invalid_intentionally_not_documented_names_0: "以下的限定反射名称被设定为刻意无文档说明,但它们要么未在文档中被引用,要么已有文档说明:\n\t{0}";
|
|
62
|
+
readonly invalid_intentionally_not_exported_symbols_0: "以下符号被设定为刻意非导出,但它们要么未在文档中被引用,要么已为导出符号:\n{0}";
|
|
63
|
+
readonly reflection_0_has_unused_mergeModuleWith_tag: "{0} 中存在无法解析的 @mergeModuleWith 标签";
|
|
64
|
+
readonly reflection_0_links_to_1_with_text_2_but_resolved_to_3: "“{0}”中的链接“{2}”指向“{1}”,目标虽然存在但并没有直接的链接,因此将改为链接至“{3}”。";
|
|
65
|
+
readonly not_all_search_category_boosts_used_0: "文档中并未使用 searchCategoryBoosts 中指定的所有类别。未使用的类别包括:\n{0}";
|
|
66
|
+
readonly not_all_search_group_boosts_used_0: "文档中并未使用 searchGroupBoosts 中指定的所有组。未使用的组为:\n{0}";
|
|
67
|
+
readonly comment_for_0_includes_categoryDescription_for_1_but_no_child_in_group: "{0} 的注释中包含了 “{1}” 的 @categoryDescription,但该类别中没有子项";
|
|
68
|
+
readonly comment_for_0_includes_groupDescription_for_1_but_no_child_in_group: "{0} 的注释中包含了 “{1}” 的 @groupDescription,但该分组中没有子项";
|
|
69
|
+
readonly comment_for_0_specifies_1_as_sort_strategy_but_only_2_is_valid: "{0} 的注释中指定的 “{1}” 的 @sortStrategy 无效,以下是有效的选项:\n\t{2}";
|
|
70
|
+
readonly label_0_for_1_cannot_be_referenced: "无法使用声明引用来引用 {1} 的标签“{0}”。标签只能包含 A-Z、0-9 和 _,并且不能以数字开头";
|
|
71
|
+
readonly modifier_tag_0_is_mutually_exclusive_with_1_in_comment_for_2: "修饰符标签 {0} 与 {2} 注释中的 {1} 互斥";
|
|
72
|
+
readonly signature_0_has_unused_param_with_name_1: "签名 {0} 有一个名为“{1}”的 @param,但未被使用";
|
|
73
|
+
readonly declaration_reference_in_inheritdoc_for_0_not_fully_parsed: "@inheritDoc 中对 {0} 的声明引用未完全解析,可能会解析不正确";
|
|
74
|
+
readonly failed_to_find_0_to_inherit_comment_from_in_1: "在 {1} 的注释中找不到要继承的注释“{0}”";
|
|
75
|
+
readonly reflection_0_tried_to_copy_comment_from_1_but_source_had_no_comment: "{0} 尝试使用 @inheritDoc 从 {1} 复制注释,但源没有相关注释";
|
|
76
|
+
readonly inheritdoc_circular_inheritance_chain_0: "@inheritDoc 指定循环继承链:{0}";
|
|
77
|
+
readonly provided_readme_at_0_could_not_be_read: "提供的 README 路径无法读取 {0}";
|
|
78
|
+
readonly defaulting_project_name: "未指定 --name 选项,并且未找到 package.json。将项目名称默认为“Documentation”";
|
|
79
|
+
readonly disable_git_set_but_not_source_link_template: "已设置 disableGit,但未设置 sourceLinkTemplate,因此无法生成源代码链接。设置 sourceLinkTemplate 或 disableSources 以停用源代码跟踪";
|
|
80
|
+
readonly disable_git_set_and_git_revision_used: "disableGit 已设置,并且 sourceLinkTemplate 包含 {gitRevision},由于未提供修订,因此将替换为空字符串";
|
|
81
|
+
readonly git_remote_0_not_valid: "提供的 git 远程“{0}”无效。源链接将失效";
|
|
82
|
+
readonly reflection_0_tried_to_merge_into_child_1: "反射 {0} 尝试使用 @mergeModuleWith 合并到其子项之一:{1}";
|
|
83
|
+
readonly include_0_in_1_specified_2_resolved_to_3_does_not_exist: "{1} 的注释中 {0} 标签指定了包含 “{2}”,解析为 “{3}”,该文件并不存在或并非文件。";
|
|
84
|
+
readonly include_0_in_1_specified_2_circular_include_3: "{1} 的注释中 {0} 标签指定了包含 “{2}”,导致了循环包含:\n\t{3}";
|
|
85
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件找不到该区域。";
|
|
86
|
+
readonly include_0_tag_in_1_region_2_region_not_supported: "{1} 中的 标签 {0} 指定了 “{2}”,但尚不支持对应的文件扩展名。";
|
|
87
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_close_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的结束注释。";
|
|
88
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_open_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的起始注释。";
|
|
89
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_close_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的结束注释出现了多次。";
|
|
90
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_open_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的起始注释出现了多次。";
|
|
91
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域出现了多次。";
|
|
92
|
+
readonly include_0_tag_in_1_specified_2_file_3_region_4_region_empty: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域不包含内容或仅包含空白字符。";
|
|
93
|
+
readonly include_0_tag_in_1_specified_2_file_3_lines_4_invalid_range: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但指定的行范围无效。";
|
|
94
|
+
readonly include_0_tag_in_1_specified_2_file_3_lines_4_but_only_5_lines: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但该文件只有 {5} 行。";
|
|
95
|
+
readonly custom_css_file_0_does_not_exist: "{0} 处的自定义 CSS 文件不存在";
|
|
96
|
+
readonly custom_js_file_0_does_not_exist: "{0} 处的自定义 JavaScript 文件不存在";
|
|
97
|
+
readonly unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中使用了不支持的高亮语言 {0} ,因此该语言将不会被高亮";
|
|
98
|
+
readonly unloaded_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中语言为 {0} 的代码块将不会被高亮,因为该语言未包含在 highlightLanguages 选项中";
|
|
99
|
+
readonly yaml_frontmatter_not_an_object: "YAML Frontmatter 应当为对象";
|
|
100
|
+
readonly could_not_write_0: "无法写入 {0}";
|
|
101
|
+
readonly could_not_empty_output_directory_0: "无法清空输出目录 {0}";
|
|
102
|
+
readonly could_not_create_output_directory_0: "无法创建输出目录 {0}";
|
|
103
|
+
readonly theme_0_is_not_defined_available_are_1: "主题“{0}”未定义。可用主题为:{1}";
|
|
104
|
+
readonly router_0_is_not_defined_available_are_1: "路由 “{0}” 未定义。可用的路由为:{1}";
|
|
105
|
+
readonly reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} 链接至 {1},但对应锚点不存在。你是否是指:\n\t{2}";
|
|
106
|
+
readonly no_entry_points_provided: "没有提供入口点,这可能是配置错误";
|
|
107
|
+
readonly unable_to_find_any_entry_points: "无法找到任何入口点。请参阅先前的警告";
|
|
108
|
+
readonly watch_does_not_support_packages_mode: "监视模式不支持“包”样式的入口点";
|
|
109
|
+
readonly watch_does_not_support_merge_mode: "监视模式不支持“合并”样式的入口点";
|
|
110
|
+
readonly entry_point_0_not_in_program: "入口点 {0} 未被 tsconfig 中的“files”或“include”选项引用";
|
|
111
|
+
readonly failed_to_resolve_0_to_ts_path: "无法将 package.json 中的入口点 {0} 解析至 TypeScript 源文件";
|
|
112
|
+
readonly use_expand_or_glob_for_files_in_dir: "如果要包含此目录中的文件,请设置 --entryPointStrategy 以展开或指定 glob";
|
|
113
|
+
readonly glob_0_did_not_match_any_files: "glob {0} 与任何文件均不匹配";
|
|
114
|
+
readonly entry_point_0_did_not_match_any_files_after_exclude: "应用排除模式后,glob {0} 没有匹配任何文件";
|
|
115
|
+
readonly entry_point_0_did_not_exist: "提供的入口点 {0} 不存在";
|
|
116
|
+
readonly entry_point_0_did_not_match_any_packages: "入口点 glob {0} 与任何包含 package.json 的目录不匹配";
|
|
117
|
+
readonly file_0_not_an_object: "文件 {0} 不是对象";
|
|
118
|
+
readonly serialized_project_referenced_0_not_part_of_project: "序列化项目引用了反射 {0},但它不是项目的一部分";
|
|
119
|
+
readonly saved_relative_path_0_resolved_from_1_does_not_exist: "序列化项目引用的 {0} 不存在或无法在 {1} 下找到";
|
|
120
|
+
readonly circular_reference_extends_0: "{0} 的“extends”字段出现循环引用";
|
|
121
|
+
readonly failed_resolve_0_to_file_in_1: "无法将 {0} 解析为 {1} 中的文件";
|
|
122
|
+
readonly glob_0_should_use_posix_slash: "该 glob “{0}” 中转义了不是特殊字符的字符。输入 TypeDoc 的 glob 可能不会使用 Windows 路径分隔符(\\),请尝试将其替换为 POSIX 路径分隔符(/)";
|
|
123
|
+
readonly option_0_can_only_be_specified_by_config_file: "“{0}”选项只能通过配置文件指定";
|
|
124
|
+
readonly option_0_expected_a_value_but_none_provided: "--{0} 需要一个值,但没有给出任何参数";
|
|
125
|
+
readonly unknown_option_0_may_have_meant_1: "未知选项:{0},你可能指的是:\n\t{1}";
|
|
126
|
+
readonly typedoc_key_in_0_ignored: "{0} 中的“typedoc”键已被旧包 entryPointStrategy 使用,将被忽略";
|
|
127
|
+
readonly typedoc_options_must_be_object_in_0: "无法解析 {0} 中的“typedocOptions”字段,请确保它存在且包含对象";
|
|
128
|
+
readonly tsconfig_file_0_does_not_exist: "tsconfig 文件 {0} 不存在";
|
|
129
|
+
readonly tsconfig_file_specifies_options_file: "tsconfig 文件中的“typedocOptions”指定要读取的选项文件,但该选项文件已被读取。这可能是配置错误";
|
|
130
|
+
readonly tsconfig_file_specifies_tsconfig_file: "tsconfig 文件中的“typedocOptions”可能未指定要读取的 tsconfig 文件";
|
|
131
|
+
readonly tags_0_defined_in_typedoc_json_overwritten_by_tsdoc_json: "typedoc.json 中定义的 {0} 将被 tsdoc.json 中的配置覆盖";
|
|
132
|
+
readonly failed_read_tsdoc_json_0: "无法读取位于 {0} 的 tsdoc.json 文件";
|
|
133
|
+
readonly invalid_tsdoc_json_0: "文件 {0} 不是有效的 tsdoc.json 文件";
|
|
134
|
+
readonly options_file_0_does_not_exist: "选项文件 {0} 不存在";
|
|
135
|
+
readonly failed_read_options_file_0: "无法解析 {0},请确保其存在并导出对象";
|
|
136
|
+
readonly invalid_plugin_0_missing_load_function: "插件 {0} 中的结构无效,未找到加载函数";
|
|
137
|
+
readonly plugin_0_could_not_be_loaded: "无法加载插件 {0}";
|
|
138
|
+
readonly help_options: "指定应加载的 json 选项文件。如果未指定,TypeDoc 将在当前目录中查找“typedoc.json”";
|
|
139
|
+
readonly help_tsconfig: "指定应加载的 TypeScript 配置文件。如果未指定,TypeDoc 将在当前目录中查找“tsconfig.json”";
|
|
140
|
+
readonly help_compilerOptions: "有选择地覆盖 TypeDoc 使用的 TypeScript 编译器选项";
|
|
141
|
+
readonly help_lang: "设置生成和 TypeDoc 消息中使用的语言";
|
|
142
|
+
readonly help_locales: "为指定语言环境添加翻译。此选项主要用作在等待官方语言环境支持添加到 TypeDoc 时的权宜之计";
|
|
143
|
+
readonly help_packageOptions: "当 entryPointStrategy 设置为包时,设置将在每个包中设置的选项";
|
|
144
|
+
readonly help_entryPoints: "文档的入口点";
|
|
145
|
+
readonly help_entryPointStrategy: "将入口点转换为文档模块所采用的策略";
|
|
146
|
+
readonly help_alwaysCreateEntryPointModule: "设置后,TypeDoc 将始终为入口点创建一个“模块”,即使只提供了一个";
|
|
147
|
+
readonly help_projectDocuments: "应作为子项添加到生成文档根目录中的文档。支持使用 glob 匹配多个文件";
|
|
148
|
+
readonly help_exclude: "定义在扩展指定为入口点的目录时要排除的模式";
|
|
149
|
+
readonly help_externalPattern: "定义应被视为外部的文件的模式";
|
|
150
|
+
readonly help_excludeExternals: "防止记录外部解析的符号";
|
|
151
|
+
readonly help_excludeNotDocumented: "防止未明确记录的符号出现在结果中";
|
|
152
|
+
readonly help_excludeNotDocumentedKinds: "指定可以通过 excludeNotDocumented 删除的反射类型";
|
|
153
|
+
readonly help_excludeInternal: "防止标有 @internal 的符号被记录";
|
|
154
|
+
readonly help_excludeCategories: "从文档中排除此类别中的符号";
|
|
155
|
+
readonly help_excludeProtected: "忽略受保护的变量和方法";
|
|
156
|
+
readonly help_excludeReferences: "如果一个符号被导出多次,则忽略除第一次导出之外的所有导出";
|
|
157
|
+
readonly help_externalSymbolLinkMappings: "为文档中未包含的符号定义自定义链接";
|
|
158
|
+
readonly help_out: "指定默认类型输出的文档写入的位置。插件可能会改变默认的输出类型。";
|
|
159
|
+
readonly help_html: "指定 HTML 文档写入的位置";
|
|
160
|
+
readonly help_json: "指定描述项目的 JSON 文件写入的位置和文件名";
|
|
161
|
+
readonly help_pretty: "指定输出 JSON 是否应使用制表符进行格式化";
|
|
162
|
+
readonly help_emit: "指定 TypeDoc 应发出的内容,“docs”、“both”或“none”";
|
|
163
|
+
readonly help_theme: "指定用于呈现文档的主题名称";
|
|
164
|
+
readonly help_router: "指定需要使用路由的名称以决定文档中文件的命名方式";
|
|
165
|
+
readonly help_lightHighlightTheme: "指定浅色模式下的代码高亮主题";
|
|
166
|
+
readonly help_darkHighlightTheme: "指定暗黑模式下的代码高亮主题";
|
|
167
|
+
readonly help_highlightLanguages: "指定渲染时将加载的代码高亮语言";
|
|
168
|
+
readonly help_ignoredHighlightLanguages: "指定哪些语言将被视为支持的代码高亮语言,但不会在运行时被语法高亮";
|
|
169
|
+
readonly help_typePrintWidth: "渲染类型时触发自动换行的代码宽度";
|
|
170
|
+
readonly help_customCss: "要导入主题的自定义 CSS 文件的路径";
|
|
171
|
+
readonly help_customJs: "要导入的自定义 JS 文件的路径";
|
|
172
|
+
readonly help_markdownItOptions: "指定传递给 markdown-it(TypeDoc 使用的 Markdown 解析器)的选项";
|
|
173
|
+
readonly help_markdownItLoader: "指定加载 markdown-it 实例时要调用的回调。将传递 TypeDoc 将使用的解析器实例";
|
|
174
|
+
readonly help_maxTypeConversionDepth: "设置要转换类型的最大深度";
|
|
175
|
+
readonly help_name: "设置将在模板标题中使用的项目名称";
|
|
176
|
+
readonly help_includeVersion: "将软件包版本添加到项目名称中";
|
|
177
|
+
readonly help_disableSources: "记录反射时禁用设置反射源";
|
|
178
|
+
readonly help_sourceLinkTemplate: "指定生成源 URL 时要使用的链接模板。如果未设置,将使用 git remote 自动创建。支持 {path}、{line}、{gitRevision} 占位符";
|
|
179
|
+
readonly help_gitRevision: "使用指定修订版本而不是最新修订版本来链接到 GitHub/Bitbucket 源文件。如果设置了 disableSources,则无效";
|
|
180
|
+
readonly help_gitRemote: "使用指定的远程链接到 GitHub/Bitbucket 源文件。如果设置了 disableGit 或 disableSources,则无效";
|
|
181
|
+
readonly help_disableGit: "假设所有内容都可以通过 sourceLinkTemplate 进行链接,如果启用此功能,则必须设置 sourceLinkTemplate。{path} 将以 basePath 为根";
|
|
182
|
+
readonly help_basePath: "指定显示文件路径时使用的基本路径";
|
|
183
|
+
readonly help_excludeTags: "从文档注释中删除列出的块级/修饰符标签";
|
|
184
|
+
readonly help_notRenderedTags: "保留在文档注释中但在创建输出时不渲染的标签";
|
|
185
|
+
readonly help_cascadedModifierTags: "需要从父反射复制至所有子反射的修饰符标签";
|
|
186
|
+
readonly help_readme: "应显示在索引页上的自述文件路径。传递“none”以禁用索引页并在全局页上启动文档";
|
|
187
|
+
readonly help_cname: "设置 CNAME 文件文本,这对于 GitHub Pages 上的自定义域很有用";
|
|
188
|
+
readonly help_favicon: "作为站点图标包含的 favicon 的路径";
|
|
189
|
+
readonly help_sourceLinkExternal: "指定哪些源代码链接应被视为外部链接,并在新选项卡中打开";
|
|
190
|
+
readonly help_markdownLinkExternal: "指定注释与 Markdown 文件中哪些 http[s]:// 链接应被视为外部链接,并在新选项卡中打开";
|
|
191
|
+
readonly help_githubPages: "生成 .nojekyll 文件以防止 GitHub Pages 中出现 404 错误。默认为“true”";
|
|
192
|
+
readonly help_hostedBaseUrl: "指定用于在我们的输出文件夹和规范链接中生成 sitemap.xml 的基本 URL。如果未指定,则不会生成站点地图";
|
|
193
|
+
readonly help_useHostedBaseUrlForAbsoluteLinks: "如果设置,TypeDoc 将使用 hostingBaseUrl 选项生成到您网站页面的绝对链接";
|
|
194
|
+
readonly help_hideGenerator: "不要打印页面末尾的 TypeDoc 链接";
|
|
195
|
+
readonly help_customFooterHtml: "TypeDoc 链接后的自定义页脚";
|
|
196
|
+
readonly help_customFooterHtmlDisableWrapper: "如果设置,则禁用 customFooterHtml 的包装元素";
|
|
197
|
+
readonly help_cacheBust: "在静态资产链接中包含生成时间";
|
|
198
|
+
readonly help_searchInComments: "如果设置,搜索索引还将包括注释。这将大大增加搜索索引的大小";
|
|
199
|
+
readonly help_searchInDocuments: "如果设置,搜索索引还将包含文档。这将大大增加搜索索引的大小";
|
|
200
|
+
readonly help_cleanOutputDir: "如果设置,TypeDoc 将在写入输出之前删除输出目录";
|
|
201
|
+
readonly help_titleLink: "设置页眉中的标题指向的链接。默认为文档主页";
|
|
202
|
+
readonly help_navigationLinks: "定义要包含在标题中的链接";
|
|
203
|
+
readonly help_sidebarLinks: "定义要包含在侧边栏中的链接";
|
|
204
|
+
readonly help_navigationLeaves: "导航树中不应扩展的分支";
|
|
205
|
+
readonly help_headings: "确定标题是否需要被渲染";
|
|
206
|
+
readonly help_sluggerConfiguration: "确定渲染的 HTML 中锚点的确定方式";
|
|
207
|
+
readonly help_navigation: "确定导航侧边栏的组织方式";
|
|
208
|
+
readonly help_includeHierarchySummary: "如果设置,反射的层级一览将被渲染至概述页面。默认为 `true`";
|
|
209
|
+
readonly help_visibilityFilters: "根据修饰符标签指定内置过滤器和附加过滤器的默认可见性";
|
|
210
|
+
readonly help_searchCategoryBoosts: "配置搜索以提高所选类别的相关性";
|
|
211
|
+
readonly help_searchGroupBoosts: "配置搜索以增强所选种类(例如“类别”)的相关性";
|
|
212
|
+
readonly help_useFirstParagraphOfCommentAsSummary: "如果设置,且没有指定 @summary 标签,TypeDoc 会使用注释的第一行作为在模块/命名空间一览里的概述";
|
|
213
|
+
readonly help_jsDocCompatibility: "设置注释解析的兼容性选项,以增加与 JSDoc 注释的相似度";
|
|
214
|
+
readonly help_suppressCommentWarningsInDeclarationFiles: "阻止 .d.ts 文件的注释中因为存在未指定的标签而弹出的警告。";
|
|
215
|
+
readonly help_commentStyle: "确定 TypeDoc 如何搜索注释";
|
|
216
|
+
readonly help_useTsLinkResolution: "使用 TypeScript 的链接解析来确定 @link 标签指向的位置。这仅适用于 JSDoc 样式注释";
|
|
217
|
+
readonly help_preserveLinkText: "如果设置,不带链接文本的 @link 标签将使用文本内容作为链接。如果未设置,将使用目标反射名称";
|
|
218
|
+
readonly help_blockTags: "TypeDoc 在解析注释时应该识别的块级标签";
|
|
219
|
+
readonly help_inlineTags: "TypeDoc 在解析注释时应该识别的内联标签";
|
|
220
|
+
readonly help_modifierTags: "TypeDoc 在解析注释时应该识别的修饰符标签";
|
|
221
|
+
readonly help_categorizeByGroup: "指定是否在组级别进行分类";
|
|
222
|
+
readonly help_groupReferencesByType: "如果设置,引用将按照它们的类型进行分类,而非直接分在“引用”类型中";
|
|
223
|
+
readonly help_defaultCategory: "为没有类别的反射指定默认类别";
|
|
224
|
+
readonly help_categoryOrder: "指定类别出现的顺序。* 表示不在列表中的类别的相对顺序";
|
|
225
|
+
readonly help_groupOrder: "指定组的显示顺序。* 表示不在列表中的组的相对顺序";
|
|
226
|
+
readonly help_sort: "指定记录值的排序策略";
|
|
227
|
+
readonly help_sortEntryPoints: "如果设置,入口点将遵循与其他反射相同的排序规则";
|
|
228
|
+
readonly help_kindSortOrder: "当指定“种类”时指定反射的排序顺序";
|
|
229
|
+
readonly help_watch: "监视文件的变化并在发生更改时重建文档";
|
|
230
|
+
readonly help_preserveWatchOutput: "如果设置,TypeDoc 将不会在编译运行之间清除屏幕";
|
|
231
|
+
readonly help_skipErrorChecking: "在生成文档之前不要运行 TypeScript 的类型检查";
|
|
232
|
+
readonly help_help: "打印此消息";
|
|
233
|
+
readonly help_version: "打印 TypeDoc 的版本";
|
|
234
|
+
readonly help_showConfig: "打印解析后的配置并退出";
|
|
235
|
+
readonly help_plugin: "指定应加载的 npm 插件。省略则加载所有已安装的插件";
|
|
236
|
+
readonly help_logLevel: "指定应使用什么级别的日志记录";
|
|
237
|
+
readonly help_treatWarningsAsErrors: "如果设置,所有警告都将被视为错误";
|
|
238
|
+
readonly help_treatValidationWarningsAsErrors: "如果设置,验证期间发出的警告将被视为错误。此选项不能用于禁用验证警告的 treatWarningsAsErrors";
|
|
239
|
+
readonly help_intentionallyNotExported: "不会因为“引用但并未导出”而产生警告的符号列表";
|
|
240
|
+
readonly help_requiredToBeDocumented: "需要有文档说明的反射类型列表";
|
|
241
|
+
readonly help_packagesRequiringDocumentation: "需要有文档说明的包的列表";
|
|
242
|
+
readonly help_intentionallyNotDocumented: "不会因为无文档说明而产生警告的完整反射名称列表";
|
|
243
|
+
readonly help_validation: "指定 TypeDoc 应对生成的文档执行哪些验证步骤";
|
|
244
|
+
readonly unknown_option_0_you_may_have_meant_1: "未知选项“{0}” 你可能指的是:\n{1}";
|
|
245
|
+
readonly option_0_must_be_between_1_and_2: "{0} 必须介于 {1} 和 {2} 之间";
|
|
246
|
+
readonly option_0_must_be_equal_to_or_greater_than_1: "{0} 必须等于或大于 {1}";
|
|
247
|
+
readonly option_0_must_be_less_than_or_equal_to_1: "{0} 必须小于或等于 {1}";
|
|
248
|
+
readonly option_0_must_be_one_of_1: "{0} 必须是 {1} 之一";
|
|
249
|
+
readonly flag_0_is_not_valid_for_1_expected_2: "标志“{0}”对 {1} 无效,应为 {2} 之一";
|
|
250
|
+
readonly expected_object_with_flag_values_for_0: "预期为一个带有标志值为 {0} 或 true/false 的对象";
|
|
251
|
+
readonly flag_values_for_0_must_be_booleans: "{0} 的标志值必须是布尔值";
|
|
252
|
+
readonly locales_must_be_an_object: "'locales' 选项必须设置为类似于以下对象:{ en: { theme_implements: \"Implements\" }}";
|
|
253
|
+
readonly exclude_not_documented_specified_0_valid_values_are_1: "excludeNotDocumentedKinds 只能指定已知值,并且提供了无效值 ({0})。有效类型为:\n{1}";
|
|
254
|
+
readonly external_symbol_link_mappings_must_be_object: "externalSymbolLinkMappings 必须是 Record<package name, Record<symbol name, link>>";
|
|
255
|
+
readonly highlight_theme_0_must_be_one_of_1: "{0} 必须是下列之一:{1}";
|
|
256
|
+
readonly highlightLanguages_contains_invalid_languages_0: "highlightLanguages 包含无效语言:{0},运行 typedoc --help 获取受支持语言的列表";
|
|
257
|
+
readonly hostedBaseUrl_must_start_with_http: "hostingBaseUrl 必须以 http:// 或 https:// 开头";
|
|
258
|
+
readonly useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: "useHostedBaseUrlForAbsoluteLinks 选项要求设置 hostingBaseUrl";
|
|
259
|
+
readonly favicon_must_have_one_of_the_following_extensions_0: "favicon 的后缀名必须是下列之一:{0}";
|
|
260
|
+
readonly option_0_must_be_an_object: "“{0}”选项必须是非数组对象";
|
|
261
|
+
readonly option_0_must_be_an_array_of_string: "“{0}”选项必须是字符串数组";
|
|
262
|
+
readonly option_0_must_be_an_array_of_string_or_functions: "“{0}”选项必须是由字符串或函数构成的数组";
|
|
263
|
+
readonly option_0_must_be_a_function: "‘{0}’ 选项必须是一个函数";
|
|
264
|
+
readonly option_0_must_be_object_with_urls: "{0} 必须是具有字符串标签作为键和 URL 值的对象";
|
|
265
|
+
readonly visibility_filters_only_include_0: "visibilityFilters 只能包含以下非@键:{0}";
|
|
266
|
+
readonly visibility_filters_must_be_booleans: "visibilityFilters 的所有值都必须是布尔值";
|
|
267
|
+
readonly option_0_values_must_be_numbers: "{0} 的所有值都必须是数字";
|
|
268
|
+
readonly option_0_values_must_be_array_of_tags: "{0} 必须是有效标签名称的数组";
|
|
269
|
+
readonly option_0_specified_1_but_only_2_is_valid: "{0} 只能指定已知值,并且提供了无效值 ({1})。有效的排序策略为:\n{2}";
|
|
270
|
+
readonly option_outputs_must_be_array: "“outputs” 选项必须为一个数组,其成员均为 { name: string, path: string, options?: TypeDocOptions }。";
|
|
271
|
+
readonly specified_output_0_has_not_been_defined: "指定的输出类型 {0} 未被定义。";
|
|
272
|
+
readonly alert_note: "注意";
|
|
273
|
+
readonly alert_tip: "提示";
|
|
274
|
+
readonly alert_important: "重要";
|
|
275
|
+
readonly alert_warning: "警告";
|
|
276
|
+
readonly alert_caution: "小心";
|
|
277
|
+
readonly kind_project: "项目";
|
|
278
|
+
readonly kind_module: "模块";
|
|
279
|
+
readonly kind_namespace: "命名空间";
|
|
280
|
+
readonly kind_enum: "枚举";
|
|
281
|
+
readonly kind_enum_member: "枚举成员";
|
|
282
|
+
readonly kind_variable: "变量";
|
|
283
|
+
readonly kind_function: "函数";
|
|
284
|
+
readonly kind_class: "类";
|
|
285
|
+
readonly kind_interface: "接口";
|
|
286
|
+
readonly kind_constructor: "构造函数";
|
|
287
|
+
readonly kind_property: "属性";
|
|
288
|
+
readonly kind_method: "方法";
|
|
289
|
+
readonly kind_call_signature: "调用签名";
|
|
290
|
+
readonly kind_index_signature: "索引签名";
|
|
291
|
+
readonly kind_constructor_signature: "构造函数签名";
|
|
292
|
+
readonly kind_parameter: "参数";
|
|
293
|
+
readonly kind_type_literal: "类型字面量";
|
|
294
|
+
readonly kind_type_parameter: "类型参数";
|
|
295
|
+
readonly kind_accessor: "访问器";
|
|
296
|
+
readonly kind_get_signature: "Getter 签名";
|
|
297
|
+
readonly kind_set_signature: "Setter 签名";
|
|
298
|
+
readonly kind_type_alias: "类型别名";
|
|
299
|
+
readonly kind_reference: "参考";
|
|
300
|
+
readonly kind_document: "文档";
|
|
301
|
+
readonly kind_plural_project: "项目";
|
|
302
|
+
readonly kind_plural_module: "模块";
|
|
303
|
+
readonly kind_plural_namespace: "命名空间";
|
|
304
|
+
readonly kind_plural_enum: "枚举";
|
|
305
|
+
readonly kind_plural_enum_member: "枚举成员";
|
|
306
|
+
readonly kind_plural_variable: "变量";
|
|
307
|
+
readonly kind_plural_function: "函数";
|
|
308
|
+
readonly kind_plural_class: "类";
|
|
309
|
+
readonly kind_plural_interface: "接口";
|
|
310
|
+
readonly kind_plural_constructor: "构造函数";
|
|
311
|
+
readonly kind_plural_property: "属性";
|
|
312
|
+
readonly kind_plural_method: "方法";
|
|
313
|
+
readonly kind_plural_call_signature: "调用签名";
|
|
314
|
+
readonly kind_plural_index_signature: "索引签名";
|
|
315
|
+
readonly kind_plural_constructor_signature: "构造函数签名";
|
|
316
|
+
readonly kind_plural_parameter: "参数";
|
|
317
|
+
readonly kind_plural_type_literal: "类型字面量";
|
|
318
|
+
readonly kind_plural_type_parameter: "类型参数";
|
|
319
|
+
readonly kind_plural_accessor: "访问器";
|
|
320
|
+
readonly kind_plural_get_signature: "Getter 签名";
|
|
321
|
+
readonly kind_plural_set_signature: "Setter 签名";
|
|
322
|
+
readonly kind_plural_type_alias: "类型别名";
|
|
323
|
+
readonly kind_plural_reference: "参考";
|
|
324
|
+
readonly kind_plural_document: "文档";
|
|
325
|
+
readonly flag_private: "私有";
|
|
326
|
+
readonly flag_protected: "受保护";
|
|
327
|
+
readonly flag_public: "公开";
|
|
328
|
+
readonly flag_static: "静态";
|
|
329
|
+
readonly flag_external: "外部";
|
|
330
|
+
readonly flag_optional: "可选";
|
|
331
|
+
readonly flag_rest: "动态参数";
|
|
332
|
+
readonly flag_abstract: "抽象";
|
|
333
|
+
readonly flag_const: "常量";
|
|
334
|
+
readonly flag_readonly: "只读";
|
|
335
|
+
readonly flag_inherited: "继承";
|
|
336
|
+
readonly theme_implements: "实现";
|
|
337
|
+
readonly theme_indexable: "可索引";
|
|
338
|
+
readonly theme_type_declaration: "类型声明";
|
|
339
|
+
readonly theme_index: "索引";
|
|
340
|
+
readonly theme_hierarchy: "层级";
|
|
341
|
+
readonly theme_hierarchy_summary: "层级一览";
|
|
342
|
+
readonly theme_hierarchy_view_summary: "查看层级一览";
|
|
343
|
+
readonly theme_implemented_by: "实现于";
|
|
344
|
+
readonly theme_defined_in: "定义于";
|
|
345
|
+
readonly theme_implementation_of: "实现了";
|
|
346
|
+
readonly theme_inherited_from: "继承自";
|
|
347
|
+
readonly theme_overrides: "重写了";
|
|
348
|
+
readonly theme_returns: "返回";
|
|
349
|
+
readonly theme_generated_using_typedoc: "使用 TypeDoc 生成";
|
|
350
|
+
readonly theme_preparing_search_index: "正在准备搜索索引...";
|
|
351
|
+
readonly theme_loading: "加载中……";
|
|
352
|
+
readonly theme_settings: "显示设置";
|
|
353
|
+
readonly theme_member_visibility: "成员可见性";
|
|
354
|
+
readonly theme_theme: "配色";
|
|
355
|
+
readonly theme_os: "自动";
|
|
356
|
+
readonly theme_light: "浅色";
|
|
357
|
+
readonly theme_dark: "深色";
|
|
358
|
+
readonly theme_on_this_page: "目录";
|
|
359
|
+
readonly theme_search: "搜索";
|
|
360
|
+
readonly theme_menu: "菜单";
|
|
361
|
+
readonly theme_permalink: "永久链接";
|
|
362
|
+
readonly theme_folder: "文件夹";
|
|
363
|
+
readonly theme_copy: "复制";
|
|
364
|
+
readonly theme_copied: "已复制!";
|
|
365
|
+
readonly theme_normally_hidden: "由于您的过滤器设置,该成员已被隐藏。";
|
|
366
|
+
readonly theme_hierarchy_expand: "展开";
|
|
367
|
+
readonly theme_hierarchy_collapse: "折叠";
|
|
368
|
+
readonly theme_search_index_not_available: "搜索索引不可用";
|
|
369
|
+
readonly theme_search_no_results_found_for_0: "找不到包含 {0} 的结果";
|
|
370
|
+
readonly theme_search_placeholder: "搜索文档";
|
|
371
|
+
readonly tag_defaultValue: "默认值";
|
|
372
|
+
readonly tag_deprecated: "已被弃用";
|
|
373
|
+
readonly tag_example: "示例";
|
|
374
|
+
readonly tag_param: "参数";
|
|
375
|
+
readonly tag_privateRemarks: "私有备注";
|
|
376
|
+
readonly tag_remarks: "备注";
|
|
377
|
+
readonly tag_returns: "返回";
|
|
378
|
+
readonly tag_see: "参阅";
|
|
379
|
+
readonly tag_throws: "抛出";
|
|
380
|
+
readonly tag_typeParam: "类型参数";
|
|
381
|
+
readonly tag_author: "作者";
|
|
382
|
+
readonly tag_callback: "回调";
|
|
383
|
+
readonly tag_category: "类别";
|
|
384
|
+
readonly tag_categoryDescription: "类别描述";
|
|
385
|
+
readonly tag_default: "默认值";
|
|
386
|
+
readonly tag_document: "文档";
|
|
387
|
+
readonly tag_extends: "继承自";
|
|
388
|
+
readonly tag_augments: "继承自";
|
|
389
|
+
readonly tag_yields: "生成";
|
|
390
|
+
readonly tag_group: "分组";
|
|
391
|
+
readonly tag_groupDescription: "分组描述";
|
|
392
|
+
readonly tag_import: "导入";
|
|
393
|
+
readonly tag_inheritDoc: "继承文档";
|
|
394
|
+
readonly tag_jsx: "JSX";
|
|
395
|
+
readonly tag_license: "许可协议";
|
|
396
|
+
readonly tag_module: "模块";
|
|
397
|
+
readonly tag_mergeModuleWith: "合并模块至";
|
|
398
|
+
readonly tag_prop: "属性";
|
|
399
|
+
readonly tag_property: "属性";
|
|
400
|
+
readonly tag_return: "返回";
|
|
401
|
+
readonly tag_satisfies: "满足";
|
|
402
|
+
readonly tag_since: "添加于";
|
|
403
|
+
readonly tag_sortStrategy: "排序策略";
|
|
404
|
+
readonly tag_template: "类型参数";
|
|
405
|
+
readonly tag_type: "类型";
|
|
406
|
+
readonly tag_typedef: "类型定义";
|
|
407
|
+
readonly tag_summary: "概述";
|
|
408
|
+
readonly tag_preventInline: "取消内联";
|
|
409
|
+
readonly tag_inlineType: "内联类型";
|
|
410
|
+
readonly tag_preventExpand: "取消扩展";
|
|
411
|
+
readonly tag_expandType: "扩展类型";
|
|
412
|
+
readonly tag_link: "链接";
|
|
413
|
+
readonly tag_label: "标记";
|
|
414
|
+
readonly tag_linkcode: "链接";
|
|
415
|
+
readonly tag_linkplain: "链接";
|
|
416
|
+
readonly tag_include: "包含";
|
|
417
|
+
readonly tag_includeCode: "包含";
|
|
418
|
+
readonly tag_alpha: "alpha";
|
|
419
|
+
readonly tag_beta: "beta";
|
|
420
|
+
readonly tag_eventProperty: "事件属性";
|
|
421
|
+
readonly tag_experimental: "实验性";
|
|
422
|
+
readonly tag_internal: "内部成员";
|
|
423
|
+
readonly tag_override: "重写";
|
|
424
|
+
readonly tag_packageDocumentation: "包文档";
|
|
425
|
+
readonly tag_public: "公共成员";
|
|
426
|
+
readonly tag_readonly: "只读";
|
|
427
|
+
readonly tag_sealed: "无法继承";
|
|
428
|
+
readonly tag_virtual: "虚函数";
|
|
429
|
+
readonly tag_abstract: "抽象类";
|
|
430
|
+
readonly tag_class: "类";
|
|
431
|
+
readonly tag_disableGroups: "禁用分组";
|
|
432
|
+
readonly tag_enum: "枚举";
|
|
433
|
+
readonly tag_event: "事件";
|
|
434
|
+
readonly tag_expand: "展开";
|
|
435
|
+
readonly tag_hidden: "隐藏";
|
|
436
|
+
readonly tag_hideCategories: "在类别中隐藏";
|
|
437
|
+
readonly tag_hideconstructor: "隐藏构造器";
|
|
438
|
+
readonly tag_hideGroups: "在分组中隐藏";
|
|
439
|
+
readonly tag_ignore: "隐藏";
|
|
440
|
+
readonly tag_inline: "内联";
|
|
441
|
+
readonly tag_interface: "接口";
|
|
442
|
+
readonly tag_namespace: "命名空间";
|
|
443
|
+
readonly tag_function: "函数";
|
|
444
|
+
readonly tag_overload: "重载";
|
|
445
|
+
readonly tag_private: "私有成员";
|
|
446
|
+
readonly tag_protected: "受保护成员";
|
|
447
|
+
readonly tag_showCategories: "在类别中显示";
|
|
448
|
+
readonly tag_showGroups: "在分组中显示";
|
|
449
|
+
readonly tag_useDeclaredType: "使用声明类型";
|
|
450
|
+
readonly tag_primaryExport: "主要导出";
|
|
451
|
+
};
|
|
452
|
+
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { blockTags, inlineTags, modifierTags } from "../utils/options/tsdoc-defaults.js";
|
|
2
|
-
import translatable from "./locales/en.
|
|
2
|
+
import translatable from "./locales/en.js";
|
|
3
3
|
export type BuiltinTranslatableStringArgs = {
|
|
4
4
|
[K in keyof typeof translatable]: BuildTranslationArguments<(typeof translatable)[K]>;
|
|
5
5
|
} & Record<(typeof blockTags)[number] | (typeof inlineTags)[number] | (typeof modifierTags)[number] extends `@${infer T}` ? `tag_${T}` : never, [
|
|
@@ -26,7 +26,7 @@ export declare class FileRegistry {
|
|
|
26
26
|
* reflection. A reflection *may* be associated with multiple paths.
|
|
27
27
|
*/
|
|
28
28
|
registerReflectionPath(absolute: NormalizedPath, reflection: Reflection): void;
|
|
29
|
-
getReflectionPath(reflection: Reflection):
|
|
29
|
+
getReflectionPath(reflection: Reflection): NormalizedPath | undefined;
|
|
30
30
|
register(sourcePath: NormalizedPath, relativePath: NormalizedPath): {
|
|
31
31
|
target: FileId;
|
|
32
32
|
anchor: string | undefined;
|
|
@@ -35,6 +35,11 @@ export declare class FileRegistry {
|
|
|
35
35
|
resolve(id: FileId, project: ProjectReflection): string | Reflection | undefined;
|
|
36
36
|
resolvePath(id: FileId): string | undefined;
|
|
37
37
|
getName(id: FileId): string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* Iterate over all registered media file paths, yielding entries
|
|
40
|
+
* that do NOT have an associated reflection.
|
|
41
|
+
*/
|
|
42
|
+
getMediaPaths(): Iterable<NormalizedPath>;
|
|
38
43
|
getNameToAbsoluteMap(): ReadonlyMap<string, string>;
|
|
39
44
|
toObject(ser: Serializer): JSONOutput.FileRegistry;
|
|
40
45
|
/**
|
|
@@ -10,6 +10,10 @@ export type ReflectionSymbolIdString = string & {
|
|
|
10
10
|
* This exists so that TypeDoc can store a unique identifier for a `ts.Symbol` without
|
|
11
11
|
* keeping a reference to the `ts.Symbol` itself. This identifier should be stable across
|
|
12
12
|
* runs so long as the symbol is exported from the same file.
|
|
13
|
+
*
|
|
14
|
+
* @privateRemarks
|
|
15
|
+
* The ReflectionSymbolId class instance should be treated as immutable. All properties must
|
|
16
|
+
* be marked readonly to assist with this.
|
|
13
17
|
*/
|
|
14
18
|
export declare class ReflectionSymbolId {
|
|
15
19
|
/**
|
|
@@ -38,14 +42,14 @@ export declare class ReflectionSymbolId {
|
|
|
38
42
|
* should not be needed when deserializing from JSON.
|
|
39
43
|
* Will be set to `Infinity` if the ID was deserialized from JSON.
|
|
40
44
|
*/
|
|
41
|
-
pos: number;
|
|
45
|
+
readonly pos: number;
|
|
42
46
|
/**
|
|
43
47
|
* Note: This is **not** serialized. It exists to support detection of the differences between
|
|
44
48
|
* symbols which share declarations, but are instantiated with different type parameters.
|
|
45
49
|
* This will be `NaN` if the symbol reference is not transient.
|
|
46
50
|
* Note: This can only be non-NaN if {@link pos} is finite.
|
|
47
51
|
*/
|
|
48
|
-
transientId: number;
|
|
52
|
+
readonly transientId: number;
|
|
49
53
|
/**
|
|
50
54
|
* Note: This is **not** serialized, only {@link packageName} and {@link packagePath} path
|
|
51
55
|
* information is preserved when serializing. This is set so that it is available to plugins
|
|
@@ -55,8 +59,10 @@ export declare class ReflectionSymbolId {
|
|
|
55
59
|
* This is used by typedoc-plugin-dt-links to determine the path to read to get the source
|
|
56
60
|
* code of a definitely typed package.
|
|
57
61
|
*/
|
|
58
|
-
fileName?: NormalizedPath;
|
|
62
|
+
readonly fileName?: NormalizedPath;
|
|
59
63
|
constructor(json: JSONOutput.ReflectionSymbolId);
|
|
64
|
+
/** @internal - not intended for use outside of {@link Context.createSymbolId} */
|
|
65
|
+
constructor(json: JSONOutput.ReflectionSymbolId, pos?: number, transientId?: number, fileName?: NormalizedPath);
|
|
60
66
|
getStableKey(): ReflectionSymbolIdString;
|
|
61
67
|
toDeclarationReference(): DeclarationReference;
|
|
62
68
|
toObject(): JSONOutput.ReflectionSymbolId;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { Deserializer, JSONOutput } from "#serialization";
|
|
2
|
+
import type { NormalizedPath } from "#utils";
|
|
2
3
|
/**
|
|
3
4
|
* Represents references of reflections to their defining source files.
|
|
4
5
|
*
|
|
@@ -7,13 +8,14 @@ import type { Deserializer, JSONOutput } from "#serialization";
|
|
|
7
8
|
export declare class SourceReference {
|
|
8
9
|
/**
|
|
9
10
|
* The filename of the source file.
|
|
11
|
+
* This will initially be absolute before being overwritten with a base path relative path during resolution.
|
|
10
12
|
*/
|
|
11
|
-
fileName:
|
|
13
|
+
fileName: NormalizedPath;
|
|
12
14
|
/**
|
|
13
15
|
* The absolute filename of the source file.
|
|
14
16
|
* @internal
|
|
15
17
|
*/
|
|
16
|
-
fullFileName:
|
|
18
|
+
fullFileName: NormalizedPath;
|
|
17
19
|
/**
|
|
18
20
|
* The one based number of the line that emitted the declaration.
|
|
19
21
|
*/
|
|
@@ -26,7 +28,7 @@ export declare class SourceReference {
|
|
|
26
28
|
* URL for displaying the source file.
|
|
27
29
|
*/
|
|
28
30
|
url?: string;
|
|
29
|
-
constructor(fileName:
|
|
31
|
+
constructor(fileName: NormalizedPath, line: number, character: number);
|
|
30
32
|
equals(other: SourceReference): boolean;
|
|
31
33
|
toObject(): JSONOutput.SourceReference;
|
|
32
34
|
fromObject(_de: Deserializer, obj: JSONOutput.SourceReference): void;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models/index.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./utils/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import
|
|
3
|
-
import type { Renderer } from "./renderer.js";
|
|
1
|
+
import type { ProjectReflection } from "#models";
|
|
2
|
+
import { AbstractComponent } from "#node-utils";
|
|
4
3
|
import { PageEvent, RendererEvent } from "./events.js";
|
|
4
|
+
import type { Renderer } from "./renderer.js";
|
|
5
5
|
export declare abstract class RendererComponent extends AbstractComponent<Renderer, {}> {
|
|
6
6
|
}
|
|
7
7
|
/**
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { type DeclarationReflection, type DocumentReflection, Reflection, type ReflectionKind } from "../models/index.js";
|
|
1
|
+
import { type DeclarationReflection, type DocumentReflection, type ProjectReflection, Reflection, type ReflectionKind } from "#models";
|
|
3
2
|
import type { PageDefinition, PageKind, RouterTarget } from "./router.js";
|
|
4
3
|
import { type Icons } from "./themes/default/partials/icon.js";
|
|
5
4
|
/**
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { type SomeType, TypeContext } from "
|
|
1
|
+
import { type DeclarationReflection, type Reflection, type SignatureReflection, type SomeType, TypeContext } from "#models";
|
|
2
2
|
import { JSX } from "#utils";
|
|
3
|
-
import { type DeclarationReflection, type Reflection, type SignatureReflection } from "../models/index.js";
|
|
4
3
|
import type { Router } from "./index.js";
|
|
5
4
|
export type FormatterNode = {
|
|
6
5
|
type: "text";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import type { ProjectReflection } from "#models";
|
|
2
|
+
import { type OutputSpecification } from "#node-utils";
|
|
1
3
|
import type { Application } from "../application.js";
|
|
2
|
-
import type { ProjectReflection } from "../models/index.js";
|
|
3
|
-
import { type OutputSpecification } from "../utils/options/declaration.js";
|
|
4
4
|
export declare class Outputs {
|
|
5
5
|
readonly application: Application;
|
|
6
6
|
private outputs;
|