typedoc 0.27.7 → 0.28.0-beta.0
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 +26 -26
- package/bin/package.json +1 -1
- package/dist/browser-locales/en.d.ts +2 -0
- package/dist/browser-locales/en.js +62 -0
- package/dist/browser-locales/ja.d.ts +2 -0
- package/dist/browser-locales/ja.js +62 -0
- package/dist/browser-locales/ko.d.ts +2 -0
- package/dist/browser-locales/ko.js +62 -0
- package/dist/browser-locales/zh.d.ts +2 -0
- package/dist/browser-locales/zh.js +62 -0
- package/dist/browser-utils.d.ts +3 -0
- package/dist/browser-utils.d.ts.map +1 -0
- package/dist/browser-utils.js +3 -0
- package/dist/browser-utils.js.map +1 -0
- package/dist/generated/en.d.ts +2 -0
- package/dist/generated/en.js +62 -0
- package/dist/generated/ja.d.ts +2 -0
- package/dist/generated/ja.js +62 -0
- package/dist/generated/ko.d.ts +2 -0
- package/dist/generated/ko.js +62 -0
- package/dist/generated/zh.d.ts +2 -0
- package/dist/generated/zh.js +62 -0
- package/dist/index.d.ts +15 -9
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +13 -7
- package/dist/index.js.map +1 -0
- package/dist/lib/application-events.d.ts.map +1 -0
- package/dist/lib/application-events.js.map +1 -0
- package/dist/lib/application.d.ts +8 -9
- package/dist/lib/application.d.ts.map +1 -0
- package/dist/lib/application.js +69 -56
- package/dist/lib/application.js.map +1 -0
- package/dist/lib/cli.d.ts.map +1 -0
- package/dist/lib/cli.js +4 -3
- package/dist/lib/cli.js.map +1 -0
- package/dist/lib/converter/comments/blockLexer.d.ts.map +1 -0
- package/dist/lib/converter/comments/blockLexer.js +2 -2
- package/dist/lib/converter/comments/blockLexer.js.map +1 -0
- package/dist/lib/converter/comments/declarationReferenceResolver.d.ts +1 -1
- package/dist/lib/converter/comments/declarationReferenceResolver.d.ts.map +1 -0
- package/dist/lib/converter/comments/declarationReferenceResolver.js +8 -10
- package/dist/lib/converter/comments/declarationReferenceResolver.js.map +1 -0
- package/dist/lib/converter/comments/discovery.d.ts +1 -1
- package/dist/lib/converter/comments/discovery.d.ts.map +1 -0
- package/dist/lib/converter/comments/discovery.js +3 -4
- package/dist/lib/converter/comments/discovery.js.map +1 -0
- package/dist/lib/converter/comments/index.d.ts +1 -1
- package/dist/lib/converter/comments/index.d.ts.map +1 -0
- package/dist/lib/converter/comments/index.js +5 -7
- package/dist/lib/converter/comments/index.js.map +1 -0
- package/dist/lib/converter/comments/lexer.d.ts.map +1 -0
- package/dist/lib/converter/comments/lexer.js.map +1 -0
- package/dist/lib/converter/comments/lineLexer.d.ts.map +1 -0
- package/dist/lib/converter/comments/lineLexer.js.map +1 -0
- package/dist/lib/converter/comments/linkResolver.d.ts +1 -1
- package/dist/lib/converter/comments/linkResolver.d.ts.map +1 -0
- package/dist/lib/converter/comments/linkResolver.js +10 -16
- package/dist/lib/converter/comments/linkResolver.js.map +1 -0
- package/dist/lib/converter/comments/parser.d.ts +2 -2
- package/dist/lib/converter/comments/parser.d.ts.map +1 -0
- package/dist/lib/converter/comments/parser.js +8 -8
- package/dist/lib/converter/comments/parser.js.map +1 -0
- package/dist/lib/converter/comments/rawLexer.d.ts.map +1 -0
- package/dist/lib/converter/comments/rawLexer.js.map +1 -0
- package/dist/lib/converter/comments/tagName.d.ts.map +1 -0
- package/dist/lib/converter/comments/tagName.js.map +1 -0
- package/dist/lib/converter/comments/textParser.d.ts +3 -2
- package/dist/lib/converter/comments/textParser.d.ts.map +1 -0
- package/dist/lib/converter/comments/textParser.js +1 -2
- package/dist/lib/converter/comments/textParser.js.map +1 -0
- package/dist/lib/converter/components.d.ts.map +1 -0
- package/dist/lib/converter/components.js.map +1 -0
- package/dist/lib/converter/context.d.ts +13 -14
- package/dist/lib/converter/context.d.ts.map +1 -0
- package/dist/lib/converter/context.js +50 -13
- package/dist/lib/converter/context.js.map +1 -0
- package/dist/lib/converter/convert-expression.d.ts.map +1 -0
- package/dist/lib/converter/convert-expression.js.map +1 -0
- package/dist/lib/converter/converter-events.d.ts.map +1 -0
- package/dist/lib/converter/converter-events.js.map +1 -0
- package/dist/lib/converter/converter.d.ts +10 -5
- package/dist/lib/converter/converter.d.ts.map +1 -0
- package/dist/lib/converter/converter.js +59 -42
- package/dist/lib/converter/converter.js.map +1 -0
- package/dist/lib/converter/factories/index-signature.d.ts.map +1 -0
- package/dist/lib/converter/factories/index-signature.js.map +1 -0
- package/dist/lib/converter/factories/signature.d.ts.map +1 -0
- package/dist/lib/converter/factories/signature.js +5 -6
- package/dist/lib/converter/factories/signature.js.map +1 -0
- package/dist/lib/converter/factories/symbol-id.d.ts +4 -0
- package/dist/lib/converter/factories/symbol-id.d.ts.map +1 -0
- package/dist/lib/converter/factories/symbol-id.js +92 -0
- package/dist/lib/converter/factories/symbol-id.js.map +1 -0
- package/dist/lib/converter/factories/types.d.ts +4 -0
- package/dist/lib/converter/factories/types.d.ts.map +1 -0
- package/dist/lib/converter/factories/types.js +13 -0
- package/dist/lib/converter/factories/types.js.map +1 -0
- package/dist/lib/converter/index.d.ts +3 -4
- package/dist/lib/converter/index.d.ts.map +1 -0
- package/dist/lib/converter/index.js +2 -2
- package/dist/lib/converter/index.js.map +1 -0
- package/dist/lib/converter/jsdoc.d.ts.map +1 -0
- package/dist/lib/converter/jsdoc.js +3 -3
- package/dist/lib/converter/jsdoc.js.map +1 -0
- package/dist/lib/converter/plugins/CategoryPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/CategoryPlugin.js +4 -2
- package/dist/lib/converter/plugins/CategoryPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/CommentPlugin.d.ts +0 -1
- package/dist/lib/converter/plugins/CommentPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/CommentPlugin.js +8 -6
- package/dist/lib/converter/plugins/CommentPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/GroupPlugin.d.ts +2 -3
- package/dist/lib/converter/plugins/GroupPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/GroupPlugin.js +8 -7
- package/dist/lib/converter/plugins/GroupPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/ImplementsPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/ImplementsPlugin.js +6 -8
- package/dist/lib/converter/plugins/ImplementsPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/IncludePlugin.d.ts +1 -1
- package/dist/lib/converter/plugins/IncludePlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/IncludePlugin.js +19 -16
- package/dist/lib/converter/plugins/IncludePlugin.js.map +1 -0
- package/dist/lib/converter/plugins/InheritDocPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/InheritDocPlugin.js +7 -9
- package/dist/lib/converter/plugins/InheritDocPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/LinkResolverPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/LinkResolverPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/MergeModuleWithPlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/MergeModuleWithPlugin.js +3 -2
- package/dist/lib/converter/plugins/MergeModuleWithPlugin.js.map +1 -0
- package/dist/lib/converter/plugins/PackagePlugin.d.ts +3 -2
- package/dist/lib/converter/plugins/PackagePlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/PackagePlugin.js +7 -13
- package/dist/lib/converter/plugins/PackagePlugin.js.map +1 -0
- package/dist/lib/converter/plugins/SourcePlugin.d.ts +2 -1
- package/dist/lib/converter/plugins/SourcePlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/SourcePlugin.js +10 -9
- package/dist/lib/converter/plugins/SourcePlugin.js.map +1 -0
- package/dist/lib/converter/plugins/TypePlugin.d.ts +1 -1
- package/dist/lib/converter/plugins/TypePlugin.d.ts.map +1 -0
- package/dist/lib/converter/plugins/TypePlugin.js +1 -1
- package/dist/lib/converter/plugins/TypePlugin.js.map +1 -0
- package/dist/lib/converter/plugins/index.d.ts +1 -1
- package/dist/lib/converter/plugins/index.d.ts.map +1 -0
- package/dist/lib/converter/plugins/index.js +1 -1
- package/dist/lib/converter/plugins/index.js.map +1 -0
- package/dist/lib/converter/symbols.d.ts.map +1 -0
- package/dist/lib/converter/symbols.js +58 -30
- package/dist/lib/converter/symbols.js.map +1 -0
- package/dist/lib/converter/types.d.ts.map +1 -0
- package/dist/lib/converter/types.js +14 -13
- package/dist/lib/converter/types.js.map +1 -0
- package/dist/lib/converter/utils/nodes.d.ts.map +1 -0
- package/dist/lib/converter/utils/nodes.js.map +1 -0
- package/dist/lib/converter/utils/reflections.d.ts.map +1 -0
- package/dist/lib/converter/utils/reflections.js.map +1 -0
- package/dist/lib/converter/utils/repository.d.ts +1 -1
- package/dist/lib/converter/utils/repository.d.ts.map +1 -0
- package/dist/lib/converter/utils/repository.js +2 -2
- package/dist/lib/converter/utils/repository.js.map +1 -0
- package/dist/lib/converter/utils/symbols.d.ts.map +1 -0
- package/dist/lib/converter/utils/symbols.js.map +1 -0
- package/dist/lib/debug/index.d.ts +2 -2
- package/dist/lib/debug/index.d.ts.map +1 -0
- package/dist/lib/debug/index.js +2 -2
- package/dist/lib/debug/index.js.map +1 -0
- package/dist/lib/debug/{debugReflectionLifetimes.d.ts → reflectionLifetimes.d.ts} +2 -1
- package/dist/lib/debug/reflectionLifetimes.d.ts.map +1 -0
- package/dist/lib/debug/{debugReflectionLifetimes.js → reflectionLifetimes.js} +12 -4
- package/dist/lib/debug/reflectionLifetimes.js.map +1 -0
- package/dist/lib/debug/{debugRendererUrls.d.ts → rendererUrls.d.ts} +1 -0
- package/dist/lib/debug/rendererUrls.d.ts.map +1 -0
- package/dist/lib/debug/rendererUrls.js +68 -0
- package/dist/lib/debug/rendererUrls.js.map +1 -0
- package/dist/lib/internationalization/index.d.ts +2 -1
- package/dist/lib/internationalization/index.d.ts.map +1 -0
- package/dist/lib/internationalization/index.js +2 -1
- package/dist/lib/internationalization/index.js.map +1 -0
- package/dist/lib/internationalization/internationalization.d.ts +16 -46
- package/dist/lib/internationalization/internationalization.d.ts.map +1 -0
- package/dist/lib/internationalization/internationalization.js +44 -211
- package/dist/lib/internationalization/internationalization.js.map +1 -0
- package/dist/lib/internationalization/locale-utils.cjs.map +1 -0
- package/dist/lib/internationalization/locale-utils.d.cts.map +1 -0
- package/dist/lib/internationalization/locales/en.cjs +11 -2
- package/dist/lib/internationalization/locales/en.cjs.map +1 -0
- package/dist/lib/internationalization/locales/en.d.cts +11 -2
- package/dist/lib/internationalization/locales/en.d.cts.map +1 -0
- package/dist/lib/internationalization/locales/ja.cjs +1 -0
- package/dist/lib/internationalization/locales/ja.cjs.map +1 -0
- package/dist/lib/internationalization/locales/ja.d.cts.map +1 -0
- package/dist/lib/internationalization/locales/ko.cjs.map +1 -0
- package/dist/lib/internationalization/locales/ko.d.cts.map +1 -0
- package/dist/lib/internationalization/locales/zh.cjs +53 -2
- package/dist/lib/internationalization/locales/zh.cjs.map +1 -0
- package/dist/lib/internationalization/locales/zh.d.cts +20 -1
- package/dist/lib/internationalization/locales/zh.d.cts.map +1 -0
- package/dist/lib/internationalization/translatable.d.ts +2 -1
- package/dist/lib/internationalization/translatable.d.ts.map +1 -0
- package/dist/lib/internationalization/translatable.js.map +1 -0
- package/dist/lib/models/{comments/comment.d.ts → Comment.d.ts} +9 -8
- package/dist/lib/models/Comment.d.ts.map +1 -0
- package/dist/lib/models/{comments/comment.js → Comment.js} +15 -18
- package/dist/lib/models/Comment.js.map +1 -0
- package/dist/lib/models/{reflections/container.d.ts → ContainerReflection.d.ts} +6 -6
- package/dist/lib/models/ContainerReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/container.js → ContainerReflection.js} +4 -5
- package/dist/lib/models/ContainerReflection.js.map +1 -0
- package/dist/lib/models/{reflections/declaration.d.ts → DeclarationReflection.d.ts} +11 -19
- package/dist/lib/models/DeclarationReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/declaration.js → DeclarationReflection.js} +11 -29
- package/dist/lib/models/DeclarationReflection.js.map +1 -0
- package/dist/lib/models/{reflections/document.d.ts → DocumentReflection.d.ts} +3 -3
- package/dist/lib/models/DocumentReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/document.js → DocumentReflection.js} +3 -3
- package/dist/lib/models/DocumentReflection.js.map +1 -0
- package/dist/lib/models/FileRegistry.d.ts +12 -20
- package/dist/lib/models/FileRegistry.d.ts.map +1 -0
- package/dist/lib/models/FileRegistry.js +8 -44
- package/dist/lib/models/FileRegistry.js.map +1 -0
- package/dist/lib/models/{reflections/parameter.d.ts → ParameterReflection.d.ts} +4 -4
- package/dist/lib/models/ParameterReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/parameter.js → ParameterReflection.js} +2 -2
- package/dist/lib/models/ParameterReflection.js.map +1 -0
- package/dist/lib/models/{reflections/project.d.ts → ProjectReflection.d.ts} +12 -21
- package/dist/lib/models/ProjectReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/project.js → ProjectReflection.js} +16 -48
- package/dist/lib/models/ProjectReflection.js.map +1 -0
- package/dist/lib/models/{reflections/reference.d.ts → ReferenceReflection.d.ts} +3 -3
- package/dist/lib/models/ReferenceReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/reference.js → ReferenceReflection.js} +3 -4
- package/dist/lib/models/ReferenceReflection.js.map +1 -0
- package/dist/lib/models/{reflections/abstract.d.ts → Reflection.d.ts} +15 -28
- package/dist/lib/models/Reflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/abstract.js → Reflection.js} +38 -21
- package/dist/lib/models/Reflection.js.map +1 -0
- package/dist/lib/models/ReflectionCategory.d.ts +2 -6
- package/dist/lib/models/ReflectionCategory.d.ts.map +1 -0
- package/dist/lib/models/ReflectionCategory.js +3 -9
- package/dist/lib/models/ReflectionCategory.js.map +1 -0
- package/dist/lib/models/ReflectionGroup.d.ts +1 -5
- package/dist/lib/models/ReflectionGroup.d.ts.map +1 -0
- package/dist/lib/models/ReflectionGroup.js +2 -8
- package/dist/lib/models/ReflectionGroup.js.map +1 -0
- package/dist/lib/models/{reflections/ReflectionSymbolId.d.ts → ReflectionSymbolId.d.ts} +23 -10
- package/dist/lib/models/ReflectionSymbolId.d.ts.map +1 -0
- package/dist/lib/models/ReflectionSymbolId.js +75 -0
- package/dist/lib/models/ReflectionSymbolId.js.map +1 -0
- package/dist/lib/models/{reflections/signature.d.ts → SignatureReflection.d.ts} +8 -7
- package/dist/lib/models/SignatureReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/signature.js → SignatureReflection.js} +7 -11
- package/dist/lib/models/SignatureReflection.js.map +1 -0
- package/dist/lib/models/{sources/file.d.ts → SourceReference.d.ts} +3 -4
- package/dist/lib/models/SourceReference.d.ts.map +1 -0
- package/dist/lib/models/SourceReference.js.map +1 -0
- package/dist/lib/models/{reflections/type-parameter.d.ts → TypeParameterReflection.d.ts} +6 -5
- package/dist/lib/models/TypeParameterReflection.d.ts.map +1 -0
- package/dist/lib/models/{reflections/type-parameter.js → TypeParameterReflection.js} +4 -1
- package/dist/lib/models/TypeParameterReflection.js.map +1 -0
- package/dist/lib/models/index.d.ts +18 -6
- package/dist/lib/models/index.d.ts.map +1 -0
- package/dist/lib/models/index.js +18 -6
- package/dist/lib/models/index.js.map +1 -0
- package/dist/lib/models/{reflections/kind.d.ts → kind.d.ts} +2 -8
- package/dist/lib/models/kind.d.ts.map +1 -0
- package/dist/lib/models/{reflections/kind.js → kind.js} +99 -30
- package/dist/lib/models/kind.js.map +1 -0
- package/dist/lib/models/types.d.ts +8 -10
- package/dist/lib/models/types.d.ts.map +1 -0
- package/dist/lib/models/types.js +11 -22
- package/dist/lib/models/types.js.map +1 -0
- package/dist/lib/models/utils.d.ts.map +1 -0
- package/dist/lib/models/utils.js.map +1 -0
- package/dist/lib/models/{reflections/variant.d.ts → variant.d.ts} +7 -7
- package/dist/lib/models/variant.d.ts.map +1 -0
- package/dist/lib/models/variant.js.map +1 -0
- package/dist/lib/output/components.d.ts +2 -2
- package/dist/lib/output/components.d.ts.map +1 -0
- package/dist/lib/output/components.js +1 -1
- package/dist/lib/output/components.js.map +1 -0
- package/dist/lib/output/events.d.ts +10 -18
- package/dist/lib/output/events.d.ts.map +1 -0
- package/dist/lib/output/events.js +10 -27
- package/dist/lib/output/events.js.map +1 -0
- package/dist/lib/output/formatter.d.ts +8 -5
- package/dist/lib/output/formatter.d.ts.map +1 -0
- package/dist/lib/output/formatter.js +51 -19
- package/dist/lib/output/formatter.js.map +1 -0
- package/dist/lib/output/index.d.ts +4 -3
- package/dist/lib/output/index.d.ts.map +1 -0
- package/dist/lib/output/index.js +4 -3
- package/dist/lib/output/index.js.map +1 -0
- package/dist/lib/output/models/UrlMapping.d.ts +1 -1
- package/dist/lib/output/models/UrlMapping.d.ts.map +1 -0
- package/dist/lib/output/models/UrlMapping.js.map +1 -0
- package/dist/lib/output/output.d.ts.map +1 -0
- package/dist/lib/output/output.js +5 -4
- package/dist/lib/output/output.js.map +1 -0
- package/dist/lib/output/plugins/AssetsPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/AssetsPlugin.js +9 -7
- package/dist/lib/output/plugins/AssetsPlugin.js.map +1 -0
- package/dist/lib/output/plugins/HierarchyPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/HierarchyPlugin.js +4 -3
- package/dist/lib/output/plugins/HierarchyPlugin.js.map +1 -0
- package/dist/lib/output/plugins/IconsPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/IconsPlugin.js +3 -3
- package/dist/lib/output/plugins/IconsPlugin.js.map +1 -0
- package/dist/lib/output/plugins/JavascriptIndexPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/JavascriptIndexPlugin.js +12 -17
- package/dist/lib/output/plugins/JavascriptIndexPlugin.js.map +1 -0
- package/dist/lib/output/plugins/NavigationPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/NavigationPlugin.js.map +1 -0
- package/dist/lib/output/plugins/SitemapPlugin.d.ts.map +1 -0
- package/dist/lib/output/plugins/SitemapPlugin.js +6 -7
- package/dist/lib/output/plugins/SitemapPlugin.js.map +1 -0
- package/dist/lib/output/plugins/index.d.ts.map +1 -0
- package/dist/lib/output/plugins/index.js.map +1 -0
- package/dist/lib/output/renderer.d.ts +22 -14
- package/dist/lib/output/renderer.d.ts.map +1 -0
- package/dist/lib/output/renderer.js +76 -36
- package/dist/lib/output/renderer.js.map +1 -0
- package/dist/lib/output/router.d.ts +175 -0
- package/dist/lib/output/router.d.ts.map +1 -0
- package/dist/lib/output/router.js +472 -0
- package/dist/lib/output/router.js.map +1 -0
- package/dist/lib/output/theme.d.ts +3 -28
- package/dist/lib/output/theme.d.ts.map +1 -0
- package/dist/lib/output/theme.js +2 -15
- package/dist/lib/output/theme.js.map +1 -0
- package/dist/lib/output/themes/MarkedPlugin.d.ts +2 -2
- package/dist/lib/output/themes/MarkedPlugin.d.ts.map +1 -0
- package/dist/lib/output/themes/MarkedPlugin.js +36 -32
- package/dist/lib/output/themes/MarkedPlugin.js.map +1 -0
- package/dist/lib/output/themes/default/DefaultTheme.d.ts +7 -40
- package/dist/lib/output/themes/default/DefaultTheme.d.ts.map +1 -0
- package/dist/lib/output/themes/default/DefaultTheme.js +208 -406
- package/dist/lib/output/themes/default/DefaultTheme.js.map +1 -0
- package/dist/lib/output/themes/default/DefaultThemeRenderContext.d.ts +49 -47
- package/dist/lib/output/themes/default/DefaultThemeRenderContext.d.ts.map +1 -0
- package/dist/lib/output/themes/default/DefaultThemeRenderContext.js +27 -14
- package/dist/lib/output/themes/default/DefaultThemeRenderContext.js.map +1 -0
- package/dist/lib/output/themes/default/Slugger.d.ts.map +1 -0
- package/dist/lib/output/themes/default/Slugger.js +1 -1
- package/dist/lib/output/themes/default/Slugger.js.map +1 -0
- package/dist/lib/output/themes/default/layouts/default.d.ts +1 -1
- package/dist/lib/output/themes/default/layouts/default.d.ts.map +1 -0
- package/dist/lib/output/themes/default/layouts/default.js +9 -6
- package/dist/lib/output/themes/default/layouts/default.js.map +1 -0
- package/dist/lib/output/themes/default/partials/anchor-icon.d.ts +4 -1
- package/dist/lib/output/themes/default/partials/anchor-icon.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/anchor-icon.js +12 -2
- package/dist/lib/output/themes/default/partials/anchor-icon.js.map +1 -0
- package/dist/lib/output/themes/default/partials/breadcrumb.d.ts +2 -2
- package/dist/lib/output/themes/default/partials/breadcrumb.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/breadcrumb.js +11 -5
- package/dist/lib/output/themes/default/partials/breadcrumb.js.map +1 -0
- package/dist/lib/output/themes/default/partials/comment.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/comment.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/comment.js +9 -9
- package/dist/lib/output/themes/default/partials/comment.js.map +1 -0
- package/dist/lib/output/themes/default/partials/footer.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/footer.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/footer.js +2 -2
- package/dist/lib/output/themes/default/partials/footer.js.map +1 -0
- package/dist/lib/output/themes/default/partials/header.d.ts +2 -2
- package/dist/lib/output/themes/default/partials/header.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/header.js +4 -3
- package/dist/lib/output/themes/default/partials/header.js.map +1 -0
- package/dist/lib/output/themes/default/partials/hierarchy.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/hierarchy.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/hierarchy.js +10 -8
- package/dist/lib/output/themes/default/partials/hierarchy.js.map +1 -0
- package/dist/lib/output/themes/default/partials/icon.d.ts +2 -3
- package/dist/lib/output/themes/default/partials/icon.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/icon.js +3 -3
- package/dist/lib/output/themes/default/partials/icon.js.map +1 -0
- package/dist/lib/output/themes/default/partials/index.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/index.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/index.js +10 -18
- package/dist/lib/output/themes/default/partials/index.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.declaration.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.declaration.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.declaration.js +2 -2
- package/dist/lib/output/themes/default/partials/member.declaration.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.getterSetter.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.getterSetter.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.getterSetter.js +5 -5
- package/dist/lib/output/themes/default/partials/member.getterSetter.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.js +10 -9
- package/dist/lib/output/themes/default/partials/member.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signature.body.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.signature.body.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signature.body.js +4 -4
- package/dist/lib/output/themes/default/partials/member.signature.body.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signature.title.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.signature.title.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signature.title.js +1 -1
- package/dist/lib/output/themes/default/partials/member.signature.title.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signatures.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.signatures.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.signatures.js +4 -4
- package/dist/lib/output/themes/default/partials/member.signatures.js.map +1 -0
- package/dist/lib/output/themes/default/partials/member.sources.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/member.sources.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/member.sources.js +7 -7
- package/dist/lib/output/themes/default/partials/member.sources.js.map +1 -0
- package/dist/lib/output/themes/default/partials/members.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/members.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/members.js +2 -2
- package/dist/lib/output/themes/default/partials/members.js.map +1 -0
- package/dist/lib/output/themes/default/partials/moduleReflection.d.ts +2 -2
- package/dist/lib/output/themes/default/partials/moduleReflection.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/moduleReflection.js +5 -5
- package/dist/lib/output/themes/default/partials/moduleReflection.js.map +1 -0
- package/dist/lib/output/themes/default/partials/navigation.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/navigation.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/navigation.js +17 -15
- package/dist/lib/output/themes/default/partials/navigation.js.map +1 -0
- package/dist/lib/output/themes/default/partials/reflectionPreview.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/reflectionPreview.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/reflectionPreview.js +2 -2
- package/dist/lib/output/themes/default/partials/reflectionPreview.js.map +1 -0
- package/dist/lib/output/themes/default/partials/toolbar.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/toolbar.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/toolbar.js +10 -13
- package/dist/lib/output/themes/default/partials/toolbar.js.map +1 -0
- package/dist/lib/output/themes/default/partials/type.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/type.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/type.js +1 -1
- package/dist/lib/output/themes/default/partials/type.js.map +1 -0
- package/dist/lib/output/themes/default/partials/typeAndParent.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/typeAndParent.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/typeAndParent.js +3 -3
- package/dist/lib/output/themes/default/partials/typeAndParent.js.map +1 -0
- package/dist/lib/output/themes/default/partials/typeDetails.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/typeDetails.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/typeDetails.js +23 -19
- package/dist/lib/output/themes/default/partials/typeDetails.js.map +1 -0
- package/dist/lib/output/themes/default/partials/typeParameters.d.ts +1 -1
- package/dist/lib/output/themes/default/partials/typeParameters.d.ts.map +1 -0
- package/dist/lib/output/themes/default/partials/typeParameters.js +7 -8
- package/dist/lib/output/themes/default/partials/typeParameters.js.map +1 -0
- package/dist/lib/output/themes/default/templates/document.d.ts +1 -1
- package/dist/lib/output/themes/default/templates/document.d.ts.map +1 -0
- package/dist/lib/output/themes/default/templates/document.js +2 -2
- package/dist/lib/output/themes/default/templates/document.js.map +1 -0
- package/dist/lib/output/themes/default/templates/hierarchy.d.ts +1 -1
- package/dist/lib/output/themes/default/templates/hierarchy.d.ts.map +1 -0
- package/dist/lib/output/themes/default/templates/hierarchy.js +4 -3
- package/dist/lib/output/themes/default/templates/hierarchy.js.map +1 -0
- package/dist/lib/output/themes/default/templates/index.d.ts +1 -1
- package/dist/lib/output/themes/default/templates/index.d.ts.map +1 -0
- package/dist/lib/output/themes/default/templates/index.js +2 -2
- package/dist/lib/output/themes/default/templates/index.js.map +1 -0
- package/dist/lib/output/themes/default/templates/reflection.d.ts +1 -1
- package/dist/lib/output/themes/default/templates/reflection.d.ts.map +1 -0
- package/dist/lib/output/themes/default/templates/reflection.js +9 -12
- package/dist/lib/output/themes/default/templates/reflection.js.map +1 -0
- package/dist/lib/output/themes/lib.d.ts +1 -1
- package/dist/lib/output/themes/lib.d.ts.map +1 -0
- package/dist/lib/output/themes/lib.js +3 -3
- package/dist/lib/output/themes/lib.js.map +1 -0
- package/dist/lib/serialization/components.d.ts +1 -1
- package/dist/lib/serialization/components.d.ts.map +1 -0
- package/dist/lib/serialization/components.js.map +1 -0
- package/dist/lib/serialization/deserializer.d.ts +9 -13
- package/dist/lib/serialization/deserializer.d.ts.map +1 -0
- package/dist/lib/serialization/deserializer.js +22 -24
- package/dist/lib/serialization/deserializer.js.map +1 -0
- package/dist/lib/serialization/events.d.ts +1 -1
- package/dist/lib/serialization/events.d.ts.map +1 -0
- package/dist/lib/serialization/events.js.map +1 -0
- package/dist/lib/serialization/index.d.ts +1 -1
- package/dist/lib/serialization/index.d.ts.map +1 -0
- package/dist/lib/serialization/index.js +1 -1
- package/dist/lib/serialization/index.js.map +1 -0
- package/dist/lib/serialization/schema.d.ts +15 -10
- package/dist/lib/serialization/schema.d.ts.map +1 -0
- package/dist/lib/serialization/schema.js +1 -1
- package/dist/lib/serialization/schema.js.map +1 -0
- package/dist/lib/serialization/serializer.d.ts +4 -4
- package/dist/lib/serialization/serializer.d.ts.map +1 -0
- package/dist/lib/serialization/serializer.js +1 -2
- package/dist/lib/serialization/serializer.js.map +1 -0
- package/dist/lib/utils/ValidatingFileRegistry.d.ts +10 -0
- package/dist/lib/utils/ValidatingFileRegistry.d.ts.map +1 -0
- package/dist/lib/utils/ValidatingFileRegistry.js +34 -0
- package/dist/lib/utils/ValidatingFileRegistry.js.map +1 -0
- package/dist/lib/utils/component.d.ts +1 -1
- package/dist/lib/utils/component.d.ts.map +1 -0
- package/dist/lib/utils/component.js +1 -1
- package/dist/lib/utils/component.js.map +1 -0
- package/dist/lib/utils/compress.d.ts.map +1 -0
- package/dist/lib/utils/compress.js.map +1 -0
- package/dist/lib/utils/entry-point.d.ts +3 -3
- package/dist/lib/utils/entry-point.d.ts.map +1 -0
- package/dist/lib/utils/entry-point.js +29 -26
- package/dist/lib/utils/entry-point.js.map +1 -0
- package/dist/lib/utils/fs.d.ts +5 -9
- package/dist/lib/utils/fs.d.ts.map +1 -0
- package/dist/lib/utils/fs.js +11 -46
- package/dist/lib/utils/fs.js.map +1 -0
- package/dist/lib/utils/general.d.ts +1 -47
- package/dist/lib/utils/general.d.ts.map +1 -0
- package/dist/lib/utils/general.js +4 -74
- package/dist/lib/utils/general.js.map +1 -0
- package/dist/lib/utils/highlighter.d.ts.map +1 -0
- package/dist/lib/utils/highlighter.js +1 -2
- package/dist/lib/utils/highlighter.js.map +1 -0
- package/dist/lib/utils/html-entities.d.ts.map +1 -0
- package/dist/lib/utils/html-entities.js.map +1 -0
- package/dist/lib/utils/html.d.ts +0 -1
- package/dist/lib/utils/html.d.ts.map +1 -0
- package/dist/lib/utils/html.js +4 -13
- package/dist/lib/utils/html.js.map +1 -0
- package/dist/lib/utils/index.d.ts +9 -17
- package/dist/lib/utils/index.d.ts.map +1 -0
- package/dist/lib/utils/index.js +8 -15
- package/dist/lib/utils/index.js.map +1 -0
- package/dist/lib/utils/loggers.d.ts +5 -108
- package/dist/lib/utils/loggers.d.ts.map +1 -0
- package/dist/lib/utils/loggers.js +24 -168
- package/dist/lib/utils/loggers.js.map +1 -0
- package/dist/lib/utils/options/declaration.d.ts +67 -48
- package/dist/lib/utils/options/declaration.d.ts.map +1 -0
- package/dist/lib/utils/options/declaration.js +87 -70
- package/dist/lib/utils/options/declaration.js.map +1 -0
- package/dist/lib/utils/options/defaults.d.ts +1 -1
- package/dist/lib/utils/options/defaults.d.ts.map +1 -0
- package/dist/lib/utils/options/defaults.js.map +1 -0
- package/dist/lib/utils/options/help.d.ts +1 -2
- package/dist/lib/utils/options/help.d.ts.map +1 -0
- package/dist/lib/utils/options/help.js +5 -5
- package/dist/lib/utils/options/help.js.map +1 -0
- package/dist/lib/utils/options/index.d.ts +4 -4
- package/dist/lib/utils/options/index.d.ts.map +1 -0
- package/dist/lib/utils/options/index.js +3 -3
- package/dist/lib/utils/options/index.js.map +1 -0
- package/dist/lib/utils/options/options.d.ts +3 -6
- package/dist/lib/utils/options/options.d.ts.map +1 -0
- package/dist/lib/utils/options/options.js +10 -12
- package/dist/lib/utils/options/options.js.map +1 -0
- package/dist/lib/utils/options/readers/arguments.d.ts +2 -2
- package/dist/lib/utils/options/readers/arguments.d.ts.map +1 -0
- package/dist/lib/utils/options/readers/arguments.js +4 -3
- package/dist/lib/utils/options/readers/arguments.js.map +1 -0
- package/dist/lib/utils/options/readers/index.d.ts.map +1 -0
- package/dist/lib/utils/options/readers/index.js.map +1 -0
- package/dist/lib/utils/options/readers/package-json.d.ts +1 -1
- package/dist/lib/utils/options/readers/package-json.d.ts.map +1 -0
- package/dist/lib/utils/options/readers/package-json.js +3 -2
- package/dist/lib/utils/options/readers/package-json.js.map +1 -0
- package/dist/lib/utils/options/readers/tsconfig.d.ts +1 -1
- package/dist/lib/utils/options/readers/tsconfig.d.ts.map +1 -0
- package/dist/lib/utils/options/readers/tsconfig.js +27 -27
- package/dist/lib/utils/options/readers/tsconfig.js.map +1 -0
- package/dist/lib/utils/options/readers/typedoc.d.ts +1 -1
- package/dist/lib/utils/options/readers/typedoc.d.ts.map +1 -0
- package/dist/lib/utils/options/readers/typedoc.js +8 -9
- package/dist/lib/utils/options/readers/typedoc.js.map +1 -0
- package/dist/lib/utils/options/sources/index.d.ts.map +1 -0
- package/dist/lib/utils/options/sources/index.js.map +1 -0
- package/dist/lib/utils/options/sources/typedoc.d.ts.map +1 -0
- package/dist/lib/utils/options/sources/typedoc.js +152 -137
- package/dist/lib/utils/options/sources/typedoc.js.map +1 -0
- package/dist/lib/utils/options/tsdoc-defaults.d.ts +1 -1
- package/dist/lib/utils/options/tsdoc-defaults.d.ts.map +1 -0
- package/dist/lib/utils/options/tsdoc-defaults.js +2 -1
- package/dist/lib/utils/options/tsdoc-defaults.js.map +1 -0
- package/dist/lib/utils/package-manifest.d.ts +3 -3
- package/dist/lib/utils/package-manifest.d.ts.map +1 -0
- package/dist/lib/utils/package-manifest.js +9 -8
- package/dist/lib/utils/package-manifest.js.map +1 -0
- package/dist/lib/utils/paths.d.ts +17 -6
- package/dist/lib/utils/paths.d.ts.map +1 -0
- package/dist/lib/utils/paths.js +94 -11
- package/dist/lib/utils/paths.js.map +1 -0
- package/dist/lib/utils/perf.d.ts +4 -1
- package/dist/lib/utils/perf.d.ts.map +1 -0
- package/dist/lib/utils/perf.js +32 -13
- package/dist/lib/utils/perf.js.map +1 -0
- package/dist/lib/utils/plugins.d.ts.map +1 -0
- package/dist/lib/utils/plugins.js +4 -3
- package/dist/lib/utils/plugins.js.map +1 -0
- package/dist/lib/utils/reflections.d.ts.map +1 -0
- package/dist/lib/utils/reflections.js.map +1 -0
- package/dist/lib/utils/sort.d.ts +1 -1
- package/dist/lib/utils/sort.d.ts.map +1 -0
- package/dist/lib/utils/sort.js +8 -3
- package/dist/lib/utils/sort.js.map +1 -0
- package/dist/lib/utils/tsconfig.d.ts +1 -1
- package/dist/lib/utils/tsconfig.d.ts.map +1 -0
- package/dist/lib/utils/tsconfig.js +4 -3
- package/dist/lib/utils/tsconfig.js.map +1 -0
- package/dist/lib/utils/tsutils.d.ts.map +1 -0
- package/dist/lib/utils/tsutils.js.map +1 -0
- package/dist/lib/utils-common/array.d.ts.map +1 -0
- package/dist/lib/utils-common/array.js.map +1 -0
- package/dist/lib/utils-common/declarationReference.d.ts.map +1 -0
- package/dist/lib/utils-common/declarationReference.js.map +1 -0
- package/dist/lib/utils-common/enum.d.ts.map +1 -0
- package/dist/lib/utils-common/enum.js.map +1 -0
- package/dist/lib/utils-common/events.d.ts.map +1 -0
- package/dist/lib/utils-common/events.js.map +1 -0
- package/dist/lib/utils-common/general.d.ts +40 -0
- package/dist/lib/utils-common/general.d.ts.map +1 -0
- package/dist/lib/utils-common/general.js +20 -0
- package/dist/lib/utils-common/general.js.map +1 -0
- package/dist/lib/utils-common/hooks.d.ts.map +1 -0
- package/dist/lib/utils-common/hooks.js.map +1 -0
- package/dist/lib/utils-common/i18n.d.ts +17 -0
- package/dist/lib/utils-common/i18n.d.ts.map +1 -0
- package/dist/lib/utils-common/i18n.js +39 -0
- package/dist/lib/utils-common/i18n.js.map +1 -0
- package/dist/lib/utils-common/index.d.ts +16 -0
- package/dist/lib/utils-common/index.d.ts.map +1 -0
- package/dist/lib/utils-common/index.js +18 -0
- package/dist/lib/utils-common/index.js.map +1 -0
- package/dist/lib/{utils → utils-common}/jsx.d.ts +3 -3
- package/dist/lib/utils-common/jsx.d.ts.map +1 -0
- package/dist/lib/utils-common/jsx.elements.d.ts.map +1 -0
- package/dist/lib/utils-common/jsx.elements.js.map +1 -0
- package/dist/lib/{utils → utils-common}/jsx.js +1 -1
- package/dist/lib/utils-common/jsx.js.map +1 -0
- package/dist/lib/utils-common/logger.d.ts +86 -0
- package/dist/lib/utils-common/logger.d.ts.map +1 -0
- package/dist/lib/utils-common/logger.js +120 -0
- package/dist/lib/utils-common/logger.js.map +1 -0
- package/dist/lib/utils-common/map.d.ts.map +1 -0
- package/dist/lib/utils-common/map.js.map +1 -0
- package/dist/lib/{utils → utils-common}/minimalSourceFile.d.ts +7 -2
- package/dist/lib/utils-common/minimalSourceFile.d.ts.map +1 -0
- package/dist/lib/{utils → utils-common}/minimalSourceFile.js +3 -2
- package/dist/lib/utils-common/minimalSourceFile.js.map +1 -0
- package/dist/lib/utils-common/path.d.ts +35 -0
- package/dist/lib/utils-common/path.d.ts.map +1 -0
- package/dist/lib/utils-common/path.js +123 -0
- package/dist/lib/utils-common/path.js.map +1 -0
- package/dist/lib/utils-common/set.d.ts.map +1 -0
- package/dist/lib/utils-common/set.js.map +1 -0
- package/dist/lib/utils-common/string.d.ts +11 -0
- package/dist/lib/utils-common/string.d.ts.map +1 -0
- package/dist/lib/utils-common/string.js +84 -0
- package/dist/lib/utils-common/string.js.map +1 -0
- package/dist/lib/utils-common/validation.d.ts.map +1 -0
- package/dist/lib/utils-common/validation.js.map +1 -0
- package/dist/lib/validation/documentation.d.ts +2 -2
- package/dist/lib/validation/documentation.d.ts.map +1 -0
- package/dist/lib/validation/documentation.js +14 -5
- package/dist/lib/validation/documentation.js.map +1 -0
- package/dist/lib/validation/exports.d.ts +1 -1
- package/dist/lib/validation/exports.d.ts.map +1 -0
- package/dist/lib/validation/exports.js +4 -4
- package/dist/lib/validation/exports.js.map +1 -0
- package/dist/lib/validation/links.d.ts +1 -1
- package/dist/lib/validation/links.d.ts.map +1 -0
- package/dist/lib/validation/links.js +9 -8
- package/dist/lib/validation/links.js.map +1 -0
- package/dist/lib/validation/unusedMergeModuleWith.d.ts +1 -1
- package/dist/lib/validation/unusedMergeModuleWith.d.ts.map +1 -0
- package/dist/lib/validation/unusedMergeModuleWith.js +3 -2
- package/dist/lib/validation/unusedMergeModuleWith.js.map +1 -0
- package/package.json +59 -38
- package/static/main.js +4 -4
- package/static/style.css +218 -200
- package/tsdoc.json +4 -0
- package/dist/lib/debug/debugRendererUrls.js +0 -59
- package/dist/lib/internationalization/locales/jp.cjs +0 -3
- package/dist/lib/internationalization/locales/jp.d.cts +0 -2
- package/dist/lib/models/comments/index.d.ts +0 -2
- package/dist/lib/models/comments/index.js +0 -1
- package/dist/lib/models/reflections/ReflectionSymbolId.js +0 -133
- package/dist/lib/models/reflections/index.d.ts +0 -15
- package/dist/lib/models/reflections/index.js +0 -12
- package/dist/lib/models/sources/index.d.ts +0 -1
- package/dist/lib/models/sources/index.js +0 -1
- /package/dist/lib/models/{sources/file.js → SourceReference.js} +0 -0
- /package/dist/lib/models/{reflections/utils.d.ts → utils.d.ts} +0 -0
- /package/dist/lib/models/{reflections/utils.js → utils.js} +0 -0
- /package/dist/lib/models/{reflections/variant.js → variant.js} +0 -0
- /package/dist/lib/{utils → utils-common}/array.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/array.js +0 -0
- /package/dist/lib/{converter/comments → utils-common}/declarationReference.d.ts +0 -0
- /package/dist/lib/{converter/comments → utils-common}/declarationReference.js +0 -0
- /package/dist/lib/{utils → utils-common}/enum.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/enum.js +0 -0
- /package/dist/lib/{utils → utils-common}/events.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/events.js +0 -0
- /package/dist/lib/{utils → utils-common}/hooks.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/hooks.js +0 -0
- /package/dist/lib/{utils → utils-common}/jsx.elements.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/jsx.elements.js +0 -0
- /package/dist/lib/{utils → utils-common}/map.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/map.js +0 -0
- /package/dist/lib/{utils → utils-common}/set.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/set.js +0 -0
- /package/dist/lib/{utils → utils-common}/validation.d.ts +0 -0
- /package/dist/lib/{utils → utils-common}/validation.js +0 -0
|
@@ -56,6 +56,7 @@ declare const _default: {
|
|
|
56
56
|
readonly failed_to_resolve_link_to_0_in_document_1_may_have_meant_2: "Failed to resolve link to \"{0}\" in document {1}. You may have wanted \"{2}\"";
|
|
57
57
|
readonly type_0_defined_in_1_is_referenced_by_2_but_not_included_in_docs: "{0}, defined in {1}, is referenced by {2} but not included in the documentation";
|
|
58
58
|
readonly reflection_0_kind_1_defined_in_2_does_not_have_any_documentation: "{0} ({1}), defined in {2}, does not have any documentation";
|
|
59
|
+
readonly invalid_intentionally_not_documented_names_0: "The following qualified reflection names were marked as intentionally not documented, but were either not referenced in the documentation, or were documented:\n\t{0}";
|
|
59
60
|
readonly invalid_intentionally_not_exported_symbols_0: "The following symbols were marked as intentionally not exported, but were either not referenced in the documentation, or were exported:\n\t{0}";
|
|
60
61
|
readonly reflection_0_has_unused_mergeModuleWith_tag: "{0} has a @mergeModuleWith tag which could not be resolved";
|
|
61
62
|
readonly reflection_0_links_to_1_with_text_2_but_resolved_to_3: "\"{0}\" links to \"{1}\" with text \"{2}\" which exists but does not have a link in the documentation, will link to \"{3}\" instead.";
|
|
@@ -97,6 +98,7 @@ declare const _default: {
|
|
|
97
98
|
readonly could_not_empty_output_directory_0: "Could not empty the output directory {0}";
|
|
98
99
|
readonly could_not_create_output_directory_0: "Could not create the output directory {0}";
|
|
99
100
|
readonly theme_0_is_not_defined_available_are_1: "The theme '{0}' is not defined. The available themes are: {1}";
|
|
101
|
+
readonly router_0_is_not_defined_available_are_1: "The router '{0}' is not defined. The available routers are: {1}";
|
|
100
102
|
readonly reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} links to {1}, but the anchor does not exist. You may have meant:\n\t{2}";
|
|
101
103
|
readonly no_entry_points_provided: "No entry points were provided or discovered from package.json exports, this is likely a misconfiguration";
|
|
102
104
|
readonly unable_to_find_any_entry_points: "Unable to find any entry points. See previous warnings";
|
|
@@ -106,6 +108,7 @@ declare const _default: {
|
|
|
106
108
|
readonly failed_to_resolve_0_to_ts_path: "Failed to resolve entry point path {0} from package.json to a TypeScript source file";
|
|
107
109
|
readonly use_expand_or_glob_for_files_in_dir: "If you wanted to include files inside this directory, set --entryPointStrategy to expand or specify a glob";
|
|
108
110
|
readonly glob_0_did_not_match_any_files: "The glob {0} did not match any files";
|
|
111
|
+
readonly glob_should_use_posix_slash: "Try replacing Windows path separators (\\) with posix path separators (/)";
|
|
109
112
|
readonly entry_point_0_did_not_match_any_files_after_exclude: "The glob {0} did not match any files after applying exclude patterns";
|
|
110
113
|
readonly entry_point_0_did_not_exist: "Provided entry point {0} does not exist";
|
|
111
114
|
readonly entry_point_0_did_not_match_any_packages: "The entry point glob {0} did not match any directories containing package.json";
|
|
@@ -156,6 +159,7 @@ declare const _default: {
|
|
|
156
159
|
readonly help_pretty: "Specify whether the output JSON should be formatted with tabs";
|
|
157
160
|
readonly help_emit: "Specify what TypeDoc should emit, 'docs', 'both', or 'none'";
|
|
158
161
|
readonly help_theme: "Specify the theme name to render the documentation with";
|
|
162
|
+
readonly help_router: "Specify the router name to use to determine file names in the documentation";
|
|
159
163
|
readonly help_lightHighlightTheme: "Specify the code highlighting theme in light mode";
|
|
160
164
|
readonly help_darkHighlightTheme: "Specify the code highlighting theme in dark mode";
|
|
161
165
|
readonly help_highlightLanguages: "Specify the languages which will be loaded to highlight code when rendering";
|
|
@@ -204,6 +208,7 @@ declare const _default: {
|
|
|
204
208
|
readonly help_searchGroupBoosts: "Configure search to give a relevance boost to selected kinds (eg \"class\")";
|
|
205
209
|
readonly help_useFirstParagraphOfCommentAsSummary: "If set and no @summary tag is specified, TypeDoc will use the first paragraph of comments as the short summary in the module/namespace view";
|
|
206
210
|
readonly help_jsDocCompatibility: "Sets compatibility options for comment parsing that increase similarity with JSDoc comments";
|
|
211
|
+
readonly help_suppressCommentWarningsInDeclarationFiles: "Prevents warnings due to unspecified tags from being reported in comments within .d.ts files.";
|
|
207
212
|
readonly help_commentStyle: "Determines how TypeDoc searches for comments";
|
|
208
213
|
readonly help_useTsLinkResolution: "Use TypeScript's link resolution when determining where @link tags point. This only applies to JSDoc style comments";
|
|
209
214
|
readonly help_preserveLinkText: "If set, @link tags without link text will use the text content as the link. If not set, will use the target reflection name";
|
|
@@ -230,6 +235,8 @@ declare const _default: {
|
|
|
230
235
|
readonly help_treatValidationWarningsAsErrors: "If set, warnings emitted during validation will be treated as errors. This option cannot be used to disable treatWarningsAsErrors for validation warnings";
|
|
231
236
|
readonly help_intentionallyNotExported: "A list of types which should not produce 'referenced but not documented' warnings";
|
|
232
237
|
readonly help_requiredToBeDocumented: "A list of reflection kinds that must be documented";
|
|
238
|
+
readonly help_packagesRequiringDocumentation: "A list of packages that must be documented";
|
|
239
|
+
readonly help_intentionallyNotDocumented: "A list of full reflection names which should not produce warnings about not being documented";
|
|
233
240
|
readonly help_validation: "Specify which validation steps TypeDoc should perform on your generated documentation";
|
|
234
241
|
readonly unknown_option_0_you_may_have_meant_1: "Unknown option '{0}' You may have meant:\n\t{1}";
|
|
235
242
|
readonly option_0_must_be_between_1_and_2: "{0} must be between {1} and {2}";
|
|
@@ -246,7 +253,7 @@ declare const _default: {
|
|
|
246
253
|
readonly highlightLanguages_contains_invalid_languages_0: "highlightLanguages contains invalid languages: {0}, run typedoc --help for a list of supported languages";
|
|
247
254
|
readonly hostedBaseUrl_must_start_with_http: "hostedBaseUrl must start with http:// or https://";
|
|
248
255
|
readonly useHostedBaseUrlForAbsoluteLinks_requires_hostedBaseUrl: "The useHostedBaseUrlForAbsoluteLinks option requires that hostedBaseUrl be set";
|
|
249
|
-
readonly favicon_must_have_one_of_the_following_extensions_0: "Favicon must have
|
|
256
|
+
readonly favicon_must_have_one_of_the_following_extensions_0: "Favicon must have one of the following extensions: {0}";
|
|
250
257
|
readonly option_0_must_be_an_object: "The '{0}' option must be a non-array object";
|
|
251
258
|
readonly option_0_must_be_a_function: "The '{0}' option must be a function";
|
|
252
259
|
readonly option_0_must_be_object_with_urls: "{0} must be an object with string labels as keys and URL values";
|
|
@@ -336,7 +343,6 @@ declare const _default: {
|
|
|
336
343
|
readonly theme_returns: "Returns";
|
|
337
344
|
readonly theme_generated_using_typedoc: "Generated using TypeDoc";
|
|
338
345
|
readonly theme_preparing_search_index: "Preparing search index...";
|
|
339
|
-
readonly theme_search_index_not_available: "The search index is not available";
|
|
340
346
|
readonly theme_loading: "Loading...";
|
|
341
347
|
readonly theme_settings: "Settings";
|
|
342
348
|
readonly theme_member_visibility: "Member Visibility";
|
|
@@ -354,5 +360,8 @@ declare const _default: {
|
|
|
354
360
|
readonly theme_normally_hidden: "This member is normally hidden due to your filter settings.";
|
|
355
361
|
readonly theme_hierarchy_expand: "Expand";
|
|
356
362
|
readonly theme_hierarchy_collapse: "Collapse";
|
|
363
|
+
readonly theme_search_index_not_available: "The search index is not available";
|
|
364
|
+
readonly theme_search_no_results_found_for_0: "No results found for {0}";
|
|
365
|
+
readonly theme_search_placeholder: "Search the docs";
|
|
357
366
|
};
|
|
358
367
|
export = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.d.cts","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/en.cts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,kBAyhBW"}
|
|
@@ -89,6 +89,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
89
89
|
entry_point_0_not_in_program: "エントリ ポイント {0} は、tsconfig の 'files' または 'include' オプションによって参照されていません。",
|
|
90
90
|
use_expand_or_glob_for_files_in_dir: "このディレクトリ内のファイルを含める場合は、--entryPointStrategyを設定して展開するか、globを指定します。",
|
|
91
91
|
glob_0_did_not_match_any_files: "グロブ {0} はどのファイルにも一致しませんでした",
|
|
92
|
+
// glob_should_use_posix_slash
|
|
92
93
|
entry_point_0_did_not_match_any_files_after_exclude: "除外パターンを適用した後、グロブ {0} はどのファイルにも一致しませんでした",
|
|
93
94
|
entry_point_0_did_not_exist: "指定されたエントリ ポイント {0} は存在しません",
|
|
94
95
|
entry_point_0_did_not_match_any_packages: "エントリ ポイント glob {0} は、package.json を含むディレクトリと一致しませんでした。",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ja.cjs","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/ja.cts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ja.d.cts","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/ja.cts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,kBAmZG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ko.cjs","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/ko.cts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ko.d.cts","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/ko.cts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,kBAiRG"}
|
|
@@ -10,6 +10,8 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
10
10
|
loaded_plugin_0: "已加载插件 {0}",
|
|
11
11
|
solution_not_supported_in_watch_mode: "提供的 tsconfig 文件看起来像解决方案样式的 tsconfig,在监视模式下不受支持",
|
|
12
12
|
strategy_not_supported_in_watch_mode: "对于监视模式,entryPointStrategy 必须设置为 resolve 或 expand",
|
|
13
|
+
file_0_changed_restarting: "配置文件 {0} 已更改:需要重新启动……",
|
|
14
|
+
file_0_changed_rebuilding: "文件 {0} 已更改:正在重新构建输出……",
|
|
13
15
|
found_0_errors_and_1_warnings: "发现 {0} 个错误和 {1} 个警告",
|
|
14
16
|
output_0_could_not_be_generated: "由于以上错误无法生成 {0} 输出",
|
|
15
17
|
output_0_generated_at_1: "已生成 {0} 输出,位于 {1}",
|
|
@@ -33,6 +35,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
33
35
|
comment_for_0_should_not_contain_block_or_modifier_tags: "{0} 的注释不应包含任何块级标签或修饰符标签",
|
|
34
36
|
symbol_0_has_multiple_declarations_with_comment: "{0} 有多个带注释的声明。将使用任意注释",
|
|
35
37
|
comments_for_0_are_declared_at_1: "{0} 的注释声明于:\n{1}",
|
|
38
|
+
// comments/parser.ts
|
|
36
39
|
multiple_type_parameters_on_template_tag_unsupported: "TypeDoc 不支持在带有注释的单个 @template 标签中定义多个类型参数",
|
|
37
40
|
failed_to_find_jsdoc_tag_for_name_0: "解析注释后无法找到 {0} 的 JSDoc 标签,请提交错误报告",
|
|
38
41
|
relative_path_0_is_not_a_file_and_will_not_be_copied_to_output: "找不到相对路径 {0} 对应的文件,该文件不会被复制至输出目录",
|
|
@@ -51,6 +54,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
51
54
|
unknown_inline_tag_0: "遇到未知的内联标签 {0}",
|
|
52
55
|
open_brace_within_inline_tag: "在内联标签中遇到左括号,这可能是一个错误",
|
|
53
56
|
inline_tag_not_closed: "内联标签未关闭",
|
|
57
|
+
// validation
|
|
54
58
|
failed_to_resolve_link_to_0_in_comment_for_1: "无法解析 {1} 注释中指向 “{0}” 的链接",
|
|
55
59
|
failed_to_resolve_link_to_0_in_comment_for_1_may_have_meant_2: "无法解析 {1} 的注释中指向 “{0}” 的链接。您可能想要 “{2}”",
|
|
56
60
|
failed_to_resolve_link_to_0_in_readme_for_1: "无法解析 {1} 的自述文件中指向 “{0}” 的链接",
|
|
@@ -62,6 +66,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
62
66
|
invalid_intentionally_not_exported_symbols_0: "以下符号被标记为有意不导出,但未在文档中引用,或已被导出:\n{0}",
|
|
63
67
|
reflection_0_has_unused_mergeModuleWith_tag: "{0} 中存在无法解析的 @mergeModuleWith 标签",
|
|
64
68
|
reflection_0_links_to_1_with_text_2_but_resolved_to_3: "“{0}”中的链接“{2}”指向“{1}”,目标虽然存在但并没有直接的链接,因此将改为链接至“{3}”。",
|
|
69
|
+
// conversion plugins
|
|
65
70
|
not_all_search_category_boosts_used_0: "文档中并未使用 searchCategoryBoosts 中指定的所有类别。未使用的类别包括:\n{0}",
|
|
66
71
|
not_all_search_group_boosts_used_0: "文档中并未使用 searchGroupBoosts 中指定的所有组。未使用的组为:\n{0}",
|
|
67
72
|
comment_for_0_includes_categoryDescription_for_1_but_no_child_in_group: "{0} 的评论包含“{1}”的 @categoryDescription,但该类别中没有子项",
|
|
@@ -81,16 +86,30 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
81
86
|
reflection_0_tried_to_merge_into_child_1: "反射 {0} 尝试使用 @mergeModuleWith 合并到其子项之一:{1}",
|
|
82
87
|
include_0_in_1_specified_2_resolved_to_3_does_not_exist: "{1} 的注释中 {0} 标签指定了包含 “{2}”,解析为 “{3}”,该文件并不存在或并非文件。",
|
|
83
88
|
include_0_in_1_specified_2_circular_include_3: "{1} 的注释中 {0} 标签指定了包含 “{2}”,导致了循环包含:\n\t{3}",
|
|
89
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_not_found: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件找不到该区域。`,
|
|
90
|
+
include_0_tag_in_1_region_2_region_not_supported: `{1} 中的 标签 {0} 指定了 “{2}”,但尚不支持对应的文件扩展名。`,
|
|
91
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_close_not_found: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的结束注释。`,
|
|
92
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_open_not_found: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的起始注释。`,
|
|
93
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_close_found_multiple_times: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的结束注释出现了多次。`,
|
|
94
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_open_found_multiple_times: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的起始注释出现了多次。`,
|
|
95
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_found_multiple_times: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域出现了多次。`,
|
|
96
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_empty: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域不包含内容或仅包含空白字符。`,
|
|
97
|
+
include_0_tag_in_1_specified_2_file_3_lines_4_invalid_range: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但指定的行范围无效。`,
|
|
98
|
+
include_0_tag_in_1_specified_2_file_3_lines_4_but_only_5_lines: `{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但该文件只有 {5} 行。`,
|
|
99
|
+
// output plugins
|
|
84
100
|
custom_css_file_0_does_not_exist: "{0} 处的自定义 CSS 文件不存在",
|
|
85
101
|
custom_js_file_0_does_not_exist: "{0} 处的自定义 JavaScript 文件不存在",
|
|
86
102
|
unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中使用了不支持的高亮语言 {0} ,因此该语言将不会被高亮",
|
|
87
103
|
unloaded_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中语言为 {0} 的代码块将不会被高亮,因为该语言未包含在 highlightLanguages 选项中",
|
|
88
104
|
yaml_frontmatter_not_an_object: "YAML Frontmatter 应当为对象",
|
|
105
|
+
// renderer
|
|
89
106
|
could_not_write_0: "无法写入 {0}",
|
|
90
107
|
could_not_empty_output_directory_0: "无法清空输出目录 {0}",
|
|
91
108
|
could_not_create_output_directory_0: "无法创建输出目录 {0}",
|
|
92
109
|
theme_0_is_not_defined_available_are_1: "主题“{0}”未定义。可用主题为:{1}",
|
|
110
|
+
router_0_is_not_defined_available_are_1: `路由 “{0}” 未定义。可用的路由为:{1}`,
|
|
93
111
|
reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} 链接至 {1},但对应锚点不存在。你是否是指:\n\t{2}",
|
|
112
|
+
// entry points
|
|
94
113
|
no_entry_points_provided: "没有提供入口点,这可能是配置错误",
|
|
95
114
|
unable_to_find_any_entry_points: "无法找到任何入口点。请参阅先前的警告",
|
|
96
115
|
watch_does_not_support_packages_mode: "监视模式不支持“包”样式的入口点",
|
|
@@ -99,12 +118,15 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
99
118
|
failed_to_resolve_0_to_ts_path: "无法将 package.json 中的入口点 {0} 解析至 TypeScript 源文件",
|
|
100
119
|
use_expand_or_glob_for_files_in_dir: "如果要包含此目录中的文件,请设置 --entryPointStrategy 以展开或指定 glob",
|
|
101
120
|
glob_0_did_not_match_any_files: "glob {0} 与任何文件均不匹配",
|
|
121
|
+
glob_should_use_posix_slash: `请将 Windows 路径分隔符(\\)替换为 POSIX 路径分隔符(/)`,
|
|
102
122
|
entry_point_0_did_not_match_any_files_after_exclude: "应用排除模式后,glob {0} 没有匹配任何文件",
|
|
103
123
|
entry_point_0_did_not_exist: "提供的入口点 {0} 不存在",
|
|
104
124
|
entry_point_0_did_not_match_any_packages: "入口点 glob {0} 与任何包含 package.json 的目录不匹配",
|
|
105
125
|
file_0_not_an_object: "文件 {0} 不是对象",
|
|
126
|
+
// deserialization
|
|
106
127
|
serialized_project_referenced_0_not_part_of_project: "序列化项目引用了反射 {0},但它不是项目的一部分",
|
|
107
128
|
saved_relative_path_0_resolved_from_1_is_not_a_file: "序列化项目引用的 {0} 不存在或无法在 {1} 下找到",
|
|
129
|
+
// options
|
|
108
130
|
circular_reference_extends_0: "{0} 的“extends”字段出现循环引用",
|
|
109
131
|
failed_resolve_0_to_file_in_1: "无法将 {0} 解析为 {1} 中的文件",
|
|
110
132
|
option_0_can_only_be_specified_by_config_file: "“{0}”选项只能通过配置文件指定",
|
|
@@ -120,8 +142,10 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
120
142
|
invalid_tsdoc_json_0: "文件 {0} 不是有效的 tsdoc.json 文件",
|
|
121
143
|
options_file_0_does_not_exist: "选项文件 {0} 不存在",
|
|
122
144
|
failed_read_options_file_0: "无法解析 {0},请确保其存在并导出对象",
|
|
145
|
+
// plugins
|
|
123
146
|
invalid_plugin_0_missing_load_function: "插件 {0} 中的结构无效,未找到加载函数",
|
|
124
147
|
plugin_0_could_not_be_loaded: "无法加载插件 {0}",
|
|
148
|
+
// option declarations help
|
|
125
149
|
help_options: "指定应加载的 json 选项文件。如果未指定,TypeDoc 将在当前目录中查找“typedoc.json”",
|
|
126
150
|
help_tsconfig: "指定应加载的 TypeScript 配置文件。如果未指定,TypeDoc 将在当前目录中查找“tsconfig.json”",
|
|
127
151
|
help_compilerOptions: "有选择地覆盖 TypeDoc 使用的 TypeScript 编译器选项",
|
|
@@ -149,6 +173,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
149
173
|
help_pretty: "指定输出 JSON 是否应使用制表符进行格式化",
|
|
150
174
|
help_emit: "指定 TypeDoc 应发出的内容,“docs”、“both”或“none”",
|
|
151
175
|
help_theme: "指定用于呈现文档的主题名称",
|
|
176
|
+
help_router: "指定需要使用路由的名称以决定文档中文件的命名方式",
|
|
152
177
|
help_lightHighlightTheme: "指定浅色模式下的代码高亮主题",
|
|
153
178
|
help_darkHighlightTheme: "指定暗黑模式下的代码高亮主题",
|
|
154
179
|
help_highlightLanguages: "指定渲染时将加载的代码高亮语言",
|
|
@@ -224,6 +249,9 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
224
249
|
help_intentionallyNotExported: "不应产生“引用但未记录”警告的类型列表",
|
|
225
250
|
help_requiredToBeDocumented: "必须记录的反射类型列表",
|
|
226
251
|
help_validation: "指定 TypeDoc 应对生成的文档执行哪些验证步骤",
|
|
252
|
+
// ==================================================================
|
|
253
|
+
// Option validation
|
|
254
|
+
// ==================================================================
|
|
227
255
|
unknown_option_0_you_may_have_meant_1: "未知选项“{0}” 你可能指的是:\n{1}",
|
|
228
256
|
option_0_must_be_between_1_and_2: "{0} 必须介于 {1} 和 {2} 之间",
|
|
229
257
|
option_0_must_be_equal_to_or_greater_than_1: "{0} 必须等于或大于 {1}",
|
|
@@ -250,11 +278,13 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
250
278
|
option_0_specified_1_but_only_2_is_valid: "{0} 只能指定已知值,并且提供了无效值 ({1})。有效的排序策略为:\n{2}",
|
|
251
279
|
option_outputs_must_be_array: "“outputs” 选项必须为一个数组,其成员均为 { name: string, path: string, options?: TypeDocOptions }。",
|
|
252
280
|
specified_output_0_has_not_been_defined: "指定的输出类型 {0} 未被定义。",
|
|
281
|
+
// https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts
|
|
253
282
|
alert_note: "注意",
|
|
254
283
|
alert_tip: "提示",
|
|
255
284
|
alert_important: "重要",
|
|
256
285
|
alert_warning: "警告",
|
|
257
286
|
alert_caution: "小心",
|
|
287
|
+
// ReflectionKind singular translations
|
|
258
288
|
kind_project: "项目",
|
|
259
289
|
kind_module: "模块",
|
|
260
290
|
kind_namespace: "命名空间",
|
|
@@ -279,6 +309,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
279
309
|
kind_type_alias: "类型别名",
|
|
280
310
|
kind_reference: "参考",
|
|
281
311
|
kind_document: "文档",
|
|
312
|
+
// ReflectionKind plural translations
|
|
282
313
|
kind_plural_project: "项目",
|
|
283
314
|
kind_plural_module: "模块",
|
|
284
315
|
kind_plural_namespace: "命名空间",
|
|
@@ -303,6 +334,7 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
303
334
|
kind_plural_type_alias: "类型别名",
|
|
304
335
|
kind_plural_reference: "参考",
|
|
305
336
|
kind_plural_document: "文档",
|
|
337
|
+
// ReflectionFlag translations
|
|
306
338
|
flag_private: "私有",
|
|
307
339
|
flag_protected: "受保护",
|
|
308
340
|
flag_public: "公开",
|
|
@@ -314,6 +346,10 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
314
346
|
flag_const: "常量",
|
|
315
347
|
flag_readonly: "只读",
|
|
316
348
|
flag_inherited: "继承",
|
|
349
|
+
// ==================================================================
|
|
350
|
+
// Strings that show up in the default theme
|
|
351
|
+
// ==================================================================
|
|
352
|
+
// Page headings/labels
|
|
317
353
|
theme_implements: "实现",
|
|
318
354
|
theme_indexable: "可索引",
|
|
319
355
|
theme_type_declaration: "类型声明",
|
|
@@ -327,10 +363,12 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
327
363
|
theme_inherited_from: "继承自",
|
|
328
364
|
theme_overrides: "重写了",
|
|
329
365
|
theme_returns: "返回",
|
|
330
|
-
theme_generated_using_typedoc: "使用 TypeDoc 生成",
|
|
366
|
+
theme_generated_using_typedoc: "使用 TypeDoc 生成", // If this includes "TypeDoc", theme will insert a link at that location.
|
|
367
|
+
// Search
|
|
331
368
|
theme_preparing_search_index: "正在准备搜索索引...",
|
|
332
|
-
|
|
369
|
+
// Left nav bar
|
|
333
370
|
theme_loading: "加载中……",
|
|
371
|
+
// Right nav bar
|
|
334
372
|
theme_settings: "显示设置",
|
|
335
373
|
theme_member_visibility: "成员可见性",
|
|
336
374
|
theme_theme: "配色",
|
|
@@ -338,14 +376,24 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
338
376
|
theme_light: "浅色",
|
|
339
377
|
theme_dark: "深色",
|
|
340
378
|
theme_on_this_page: "目录",
|
|
379
|
+
// aria-label
|
|
341
380
|
theme_search: "搜索",
|
|
342
381
|
theme_menu: "菜单",
|
|
343
382
|
theme_permalink: "永久链接",
|
|
383
|
+
theme_folder: "文件夹",
|
|
384
|
+
// Used by the frontend JS
|
|
385
|
+
// For the English translations only, these should also be added to
|
|
386
|
+
// src/lib/output/themes/default/assets/typedoc/Application.ts
|
|
387
|
+
// Also uses theme_folder and singular kinds
|
|
344
388
|
theme_copy: "复制",
|
|
345
389
|
theme_copied: "已复制!",
|
|
346
390
|
theme_normally_hidden: "由于您的过滤器设置,该成员已被隐藏。",
|
|
347
391
|
theme_hierarchy_expand: "展开",
|
|
348
392
|
theme_hierarchy_collapse: "折叠",
|
|
393
|
+
theme_search_index_not_available: "搜索索引不可用",
|
|
394
|
+
theme_search_no_results_found_for_0: "找不到包含 {0} 的结果",
|
|
395
|
+
theme_search_placeholder: "搜索文档",
|
|
396
|
+
// Block tags
|
|
349
397
|
tag_defaultValue: "默认值",
|
|
350
398
|
tag_deprecated: "已被弃用",
|
|
351
399
|
tag_example: "示例",
|
|
@@ -382,12 +430,14 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
382
430
|
tag_type: "类型",
|
|
383
431
|
tag_typedef: "类型定义",
|
|
384
432
|
tag_summary: "概述",
|
|
433
|
+
// Inline tags
|
|
385
434
|
tag_link: "链接",
|
|
386
435
|
tag_label: "标记",
|
|
387
436
|
tag_linkcode: "链接",
|
|
388
437
|
tag_linkplain: "链接",
|
|
389
438
|
tag_include: "包含",
|
|
390
439
|
tag_includeCode: "包含",
|
|
440
|
+
// Modifier tags
|
|
391
441
|
tag_alpha: "alpha",
|
|
392
442
|
tag_beta: "beta",
|
|
393
443
|
tag_eventProperty: "事件属性",
|
|
@@ -418,4 +468,5 @@ module.exports = localeUtils.buildIncompleteTranslation({
|
|
|
418
468
|
tag_showCategories: "在类别中显示",
|
|
419
469
|
tag_showGroups: "在分组中显示",
|
|
420
470
|
tag_useDeclaredType: "使用声明类型",
|
|
471
|
+
tag_primaryExport: "主要导出",
|
|
421
472
|
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh.cjs","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/zh.cts"],"names":[],"mappings":";AAAA,6DAA6D;AAC7D,mEAAmE;AACnE,aAAa;AAEb,mDAAoD;AAEpD,iBAAS,WAAW,CAAC,0BAA0B,CAAC;IAC5C,uBAAuB,EAAE,wDAAwD;IACjF,wBAAwB,EACpB,+DAA+D;IACnE,uBAAuB,EAAE,wDAAwD;IAEjF,eAAe,EAAE,WAAW;IAE5B,oCAAoC,EAAE,gDAAgD;IACtF,oCAAoC,EAAE,kDAAkD;IACxF,yBAAyB,EAAE,uBAAuB;IAClD,yBAAyB,EAAE,uBAAuB;IAClD,6BAA6B,EAAE,qBAAqB;IAEpD,+BAA+B,EAAE,mBAAmB;IACpD,uBAAuB,EAAE,mBAAmB;IAE5C,4BAA4B,EAAE,oBAAoB;IAClD,uBAAuB,EAAE,8CAA8C;IACvE,6BAA6B,EAAE,8CAA8C;IAC7E,kDAAkD,EAAE,uBAAuB;IAC3E,uBAAuB,EAAE,eAAe;IACxC,0BAA0B,EAAE,uBAAuB;IACnD,0BAA0B,EAAE,UAAU;IAEtC,wBAAwB,EAAE,YAAY;IACtC,gCAAgC,EAAE,wBAAwB;IAC1D,sBAAsB,EAAE,sBAAsB;IAE9C,kDAAkD,EAAE,qCAAqC;IACzF,iDAAiD,EAAE,mBAAmB;IACtE,oDAAoD,EAAE,0BAA0B;IAChF,iFAAiF,EAC7E,wCAAwC;IAC5C,6BAA6B,EACzB,+DAA+D;IACnE,gDAAgD,EAAE,uBAAuB;IACzE,kDAAkD,EAAE,sBAAsB;IAE1E,uDAAuD,EAAE,yBAAyB;IAElF,+CAA+C,EAAE,uBAAuB;IACxE,gCAAgC,EAAE,kBAAkB;IAEpD,qBAAqB;IACrB,oDAAoD,EAChD,2CAA2C;IAC/C,mCAAmC,EAAE,kCAAkC;IACvE,8DAA8D,EAC1D,iCAAiC;IAErC,gEAAgE,EAC5D,kDAAkD;IACtD,gDAAgD,EAC5C,gDAAgD;IACpD,gDAAgD,EAC5C,gDAAgD;IACpD,mDAAmD,EAC/C,mDAAmD;IACvD,4DAA4D,EACxD,sCAAsC;IAC1C,kEAAkE,EAC9D,6CAA6C;IACjD,wBAAwB,EAAE,6BAA6B;IACvD,mCAAmC,EAAE,qBAAqB;IAC1D,uCAAuC,EAAE,qBAAqB;IAC9D,uBAAuB,EAAE,SAAS;IAClC,uCAAuC,EAAE,iBAAiB;IAC1D,mBAAmB,EAAE,eAAe;IACpC,oBAAoB,EAAE,eAAe;IACrC,4BAA4B,EAAE,sBAAsB;IACpD,qBAAqB,EAAE,SAAS;IAEhC,aAAa;IACb,4CAA4C,EAAE,0BAA0B;IACxE,6DAA6D,EACzD,uCAAuC;IAC3C,2CAA2C,EAAE,6BAA6B;IAC1E,4DAA4D,EACxD,yCAAyC;IAC7C,yCAAyC,EAAE,0BAA0B;IACrE,0DAA0D,EACtD,sCAAsC;IAC1C,+DAA+D,EAAE,iCAAiC;IAClG,gEAAgE,EAAE,4BAA4B;IAC9F,4CAA4C,EAAE,oCAAoC;IAClF,2CAA2C,EAAE,kCAAkC;IAC/E,qDAAqD,EACjD,sDAAsD;IAE1D,qBAAqB;IACrB,qCAAqC,EACjC,sDAAsD;IAC1D,kCAAkC,EAAE,gDAAgD;IACpF,sEAAsE,EAClE,gDAAgD;IACpD,mEAAmE,EAC/D,4CAA4C;IAChD,kCAAkC,EAC9B,uDAAuD;IAC3D,4DAA4D,EAAE,6BAA6B;IAC3F,wCAAwC,EAAE,iCAAiC;IAC3E,0DAA0D,EACtD,wCAAwC;IAC5C,6CAA6C,EAAE,0BAA0B;IACzE,mEAAmE,EAC/D,0CAA0C;IAC9C,uCAAuC,EAAE,yBAAyB;IAClE,sCAAsC,EAAE,uBAAuB;IAC/D,uBAAuB,EAAE,0DAA0D;IACnF,4CAA4C,EACxC,oGAAoG;IACxG,qCAAqC,EACjC,0EAA0E;IAC9E,sBAAsB,EAAE,0BAA0B;IAClD,wCAAwC,EAAE,2CAA2C;IAErF,uDAAuD,EACnD,oDAAoD;IACxD,6CAA6C,EAAE,4CAA4C;IAC3F,+DAA+D,EAC3D,iEAAiE;IACrE,gDAAgD,EAAE,wCAAwC;IAC1F,qEAAqE,EACjE,uEAAuE;IAC3E,oEAAoE,EAChE,uEAAuE;IAC3E,gFAAgF,EAC5E,yEAAyE;IAC7E,+EAA+E,EAC3E,yEAAyE;IAC7E,0EAA0E,EACtE,oEAAoE;IACxE,2DAA2D,EACvD,4EAA4E;IAChF,2DAA2D,EACvD,uDAAuD;IAC3D,8DAA8D,EAC1D,0DAA0D;IAE9D,iBAAiB;IACjB,gCAAgC,EAAE,qBAAqB;IACvD,+BAA+B,EAAE,4BAA4B;IAC7D,iEAAiE,EAC7D,sCAAsC;IAC1C,oDAAoD,EAChD,6DAA6D;IACjE,8BAA8B,EAAE,wBAAwB;IAExD,WAAW;IACX,iBAAiB,EAAE,UAAU;IAC7B,kCAAkC,EAAE,cAAc;IAClD,mCAAmC,EAAE,cAAc;IACnD,sCAAsC,EAAE,sBAAsB;IAC9D,uCAAuC,EAAE,yBAAyB;IAClE,uDAAuD,EAAE,oCAAoC;IAE7F,eAAe;IACf,wBAAwB,EAAE,kBAAkB;IAC5C,+BAA+B,EAAE,oBAAoB;IACrD,oCAAoC,EAAE,kBAAkB;IACxD,iCAAiC,EAAE,mBAAmB;IACtD,4BAA4B,EAAE,6CAA6C;IAC3E,8BAA8B,EAAE,+CAA+C;IAC/E,mCAAmC,EAAE,mDAAmD;IACxF,8BAA8B,EAAE,oBAAoB;IACpD,2BAA2B,EAAE,wCAAwC;IACrE,mDAAmD,EAAE,2BAA2B;IAChF,2BAA2B,EAAE,gBAAgB;IAC7C,wCAAwC,EAAE,wCAAwC;IAClF,oBAAoB,EAAE,aAAa;IAEnC,kBAAkB;IAClB,mDAAmD,EAAE,2BAA2B;IAChF,mDAAmD,EAAE,8BAA8B;IAEnF,UAAU;IACV,4BAA4B,EAAE,wBAAwB;IACtD,6BAA6B,EAAE,sBAAsB;IAErD,6CAA6C,EAAE,mBAAmB;IAClE,2CAA2C,EAAE,uBAAuB;IACpE,iCAAiC,EAAE,yBAAyB;IAE5D,wBAAwB,EAAE,iDAAiD;IAC3E,mCAAmC,EAAE,2CAA2C;IAChF,8BAA8B,EAAE,qBAAqB;IACrD,oCAAoC,EAChC,6DAA6D;IACjE,qCAAqC,EAAE,oDAAoD;IAC3F,wDAAwD,EAAE,4CAA4C;IACtG,wBAAwB,EAAE,4BAA4B;IACtD,oBAAoB,EAAE,4BAA4B;IAElD,6BAA6B,EAAE,cAAc;IAC7C,0BAA0B,EAAE,sBAAsB;IAElD,UAAU;IACV,sCAAsC,EAAE,uBAAuB;IAC/D,4BAA4B,EAAE,YAAY;IAE1C,2BAA2B;IAC3B,YAAY,EAAE,wDAAwD;IACtE,aAAa,EAAE,+DAA+D;IAC9E,oBAAoB,EAAE,qCAAqC;IAC3D,SAAS,EAAE,wBAAwB;IACnC,YAAY,EAAE,kDAAkD;IAChE,mBAAmB,EAAE,0CAA0C;IAE/D,gBAAgB,EAAE,QAAQ;IAC1B,uBAAuB,EAAE,mBAAmB;IAC5C,iCAAiC,EAAE,sCAAsC;IACzE,qBAAqB,EAAE,sCAAsC;IAC7D,YAAY,EAAE,uBAAuB;IACrC,oBAAoB,EAAE,gBAAgB;IACtC,qBAAqB,EAAE,aAAa;IACpC,yBAAyB,EAAE,kBAAkB;IAC7C,8BAA8B,EAAE,qCAAqC;IACrE,oBAAoB,EAAE,uBAAuB;IAC7C,sBAAsB,EAAE,eAAe;IACvC,mBAAmB,EAAE,qBAAqB;IAC1C,qBAAqB,EAAE,aAAa;IACpC,sBAAsB,EAAE,8BAA8B;IACtD,+BAA+B,EAAE,mBAAmB;IACpD,QAAQ,EAAE,kCAAkC;IAC5C,SAAS,EAAE,iBAAiB;IAC5B,SAAS,EAAE,0BAA0B;IACrC,WAAW,EAAE,yBAAyB;IACtC,SAAS,EAAE,wCAAwC;IACnD,UAAU,EAAE,eAAe;IAC3B,WAAW,EAAE,0BAA0B;IACvC,wBAAwB,EAAE,gBAAgB;IAC1C,uBAAuB,EAAE,gBAAgB;IACzC,uBAAuB,EAAE,iBAAiB;IAC1C,8BAA8B,EAAE,kCAAkC;IAClE,mBAAmB,EAAE,kBAAkB;IACvC,cAAc,EAAE,qBAAqB;IACrC,aAAa,EAAE,kBAAkB;IACjC,sBAAsB,EAAE,gDAAgD;IACxE,qBAAqB,EAAE,kDAAkD;IACzE,2BAA2B,EAAE,cAAc;IAC3C,SAAS,EAAE,kBAAkB;IAC7B,mBAAmB,EAAE,gBAAgB;IACrC,mBAAmB,EAAE,cAAc;IACnC,uBAAuB,EACnB,kFAAkF;IACtF,gBAAgB,EACZ,qEAAqE;IACzE,cAAc,EAAE,uEAAuE;IACvF,eAAe,EACX,4FAA4F;IAChG,aAAa,EAAE,kBAAkB;IACjC,gBAAgB,EAAE,qBAAqB;IACvC,oBAAoB,EAAE,uBAAuB;IAC7C,WAAW,EAAE,0CAA0C;IACvD,UAAU,EAAE,0CAA0C;IACtD,YAAY,EAAE,uBAAuB;IACrC,uBAAuB,EAAE,6BAA6B;IACtD,yBAAyB,EAAE,sDAAsD;IACjF,gBAAgB,EAAE,sDAAsD;IACxE,kBAAkB,EACd,2DAA2D;IAC/D,qCAAqC,EAAE,iDAAiD;IACxF,kBAAkB,EAAE,sBAAsB;IAC1C,qBAAqB,EAAE,mBAAmB;IAC1C,mCAAmC,EAAE,iCAAiC;IACtE,cAAc,EAAE,gBAAgB;IAChC,qBAAqB,EAAE,+BAA+B;IACtD,sBAAsB,EAAE,+BAA+B;IACvD,mBAAmB,EAAE,6BAA6B;IAClD,cAAc,EAAE,uBAAuB;IACvC,oBAAoB,EAAE,cAAc;IACpC,iBAAiB,EAAE,eAAe;IAClC,qBAAqB,EAAE,aAAa;IACpC,aAAa,EAAE,aAAa;IAC5B,yBAAyB,EAAE,qBAAqB;IAChD,eAAe,EAAE,cAAc;IAC/B,4BAA4B,EAAE,kCAAkC;IAChE,sBAAsB,EAAE,4BAA4B;IACpD,yBAAyB,EAAE,iBAAiB;IAC5C,sBAAsB,EAAE,yBAAyB;IACjD,wCAAwC,EACpC,0DAA0D;IAC9D,uBAAuB,EAAE,gCAAgC;IACzD,iBAAiB,EAAE,mBAAmB;IACtC,wBAAwB,EAAE,uDAAuD;IACjF,qBAAqB,EAAE,kDAAkD;IACzE,cAAc,EAAE,yBAAyB;IACzC,eAAe,EAAE,yBAAyB;IAC1C,iBAAiB,EAAE,0BAA0B;IAC7C,sBAAsB,EAAE,cAAc;IACtC,0BAA0B,EAAE,mCAAmC;IAC/D,oBAAoB,EAAE,gBAAgB;IACtC,kBAAkB,EAAE,6BAA6B;IACjD,eAAe,EAAE,2BAA2B;IAC5C,SAAS,EAAE,YAAY;IACvB,oBAAoB,EAAE,yBAAyB;IAC/C,kBAAkB,EAAE,mBAAmB;IACvC,UAAU,EAAE,oBAAoB;IAChC,wBAAwB,EAAE,6BAA6B;IACvD,sBAAsB,EAAE,8BAA8B;IACtD,SAAS,EAAE,OAAO;IAClB,YAAY,EAAE,gBAAgB;IAC9B,eAAe,EAAE,aAAa;IAC9B,WAAW,EAAE,6BAA6B;IAC1C,aAAa,EAAE,gBAAgB;IAC/B,0BAA0B,EAAE,kBAAkB;IAC9C,oCAAoC,EAChC,2DAA2D;IAC/D,6BAA6B,EAAE,qBAAqB;IACpD,2BAA2B,EAAE,aAAa;IAC1C,eAAe,EAAE,4BAA4B;IAE7C,qEAAqE;IACrE,oBAAoB;IACpB,qEAAqE;IACrE,qCAAqC,EAAE,wBAAwB;IAC/D,gCAAgC,EAAE,uBAAuB;IACzD,2CAA2C,EAAE,iBAAiB;IAC9D,wCAAwC,EAAE,iBAAiB;IAC3D,yBAAyB,EAAE,gBAAgB;IAC3C,oCAAoC,EAAE,2BAA2B;IACjE,sCAAsC,EAAE,kCAAkC;IAC1E,kCAAkC,EAAE,gBAAgB;IACpD,yBAAyB,EAAE,sEAAsE;IACjG,qDAAqD,EACjD,8DAA8D;IAClE,4CAA4C,EACxC,gFAAgF;IACpF,kCAAkC,EAAE,iBAAiB;IACrD,+CAA+C,EAC3C,4DAA4D;IAChE,kCAAkC,EAAE,0CAA0C;IAC9E,uDAAuD,EACnD,wDAAwD;IAC5D,mDAAmD,EAAE,yBAAyB;IAC9E,0BAA0B,EAAE,iBAAiB;IAC7C,2BAA2B,EAAE,iBAAiB;IAC9C,iCAAiC,EAAE,6BAA6B;IAChE,iCAAiC,EAAE,iCAAiC;IACpE,mCAAmC,EAAE,+BAA+B;IACpE,+BAA+B,EAAE,gBAAgB;IACjD,qCAAqC,EAAE,kBAAkB;IACzD,wCAAwC,EAAE,2CAA2C;IACrF,4BAA4B,EACxB,qFAAqF;IACzF,uCAAuC,EAAE,mBAAmB;IAE5D,4JAA4J;IAC5J,UAAU,EAAE,IAAI;IAChB,SAAS,EAAE,IAAI;IACf,eAAe,EAAE,IAAI;IACrB,aAAa,EAAE,IAAI;IACnB,aAAa,EAAE,IAAI;IAEnB,uCAAuC;IACvC,YAAY,EAAE,IAAI;IAClB,WAAW,EAAE,IAAI;IACjB,cAAc,EAAE,MAAM;IACtB,SAAS,EAAE,IAAI;IACf,gBAAgB,EAAE,MAAM;IACxB,aAAa,EAAE,IAAI;IACnB,aAAa,EAAE,IAAI;IACnB,UAAU,EAAE,GAAG;IACf,cAAc,EAAE,IAAI;IACpB,gBAAgB,EAAE,MAAM;IACxB,aAAa,EAAE,IAAI;IACnB,WAAW,EAAE,IAAI;IACjB,mBAAmB,EAAE,MAAM;IAC3B,oBAAoB,EAAE,MAAM;IAC5B,0BAA0B,EAAE,QAAQ;IACpC,cAAc,EAAE,IAAI;IACpB,iBAAiB,EAAE,OAAO;IAC1B,mBAAmB,EAAE,MAAM;IAC3B,aAAa,EAAE,KAAK;IACpB,kBAAkB,EAAE,WAAW;IAC/B,kBAAkB,EAAE,WAAW;IAC/B,eAAe,EAAE,MAAM;IACvB,cAAc,EAAE,IAAI;IACpB,aAAa,EAAE,IAAI;IAEnB,qCAAqC;IACrC,mBAAmB,EAAE,IAAI;IACzB,kBAAkB,EAAE,IAAI;IACxB,qBAAqB,EAAE,MAAM;IAC7B,gBAAgB,EAAE,IAAI;IACtB,uBAAuB,EAAE,MAAM;IAC/B,oBAAoB,EAAE,IAAI;IAC1B,oBAAoB,EAAE,IAAI;IAC1B,iBAAiB,EAAE,GAAG;IACtB,qBAAqB,EAAE,IAAI;IAC3B,uBAAuB,EAAE,MAAM;IAC/B,oBAAoB,EAAE,IAAI;IAC1B,kBAAkB,EAAE,IAAI;IACxB,0BAA0B,EAAE,MAAM;IAClC,2BAA2B,EAAE,MAAM;IACnC,iCAAiC,EAAE,QAAQ;IAC3C,qBAAqB,EAAE,IAAI;IAC3B,wBAAwB,EAAE,OAAO;IACjC,0BAA0B,EAAE,MAAM;IAClC,oBAAoB,EAAE,KAAK;IAC3B,yBAAyB,EAAE,WAAW;IACtC,yBAAyB,EAAE,WAAW;IACtC,sBAAsB,EAAE,MAAM;IAC9B,qBAAqB,EAAE,IAAI;IAC3B,oBAAoB,EAAE,IAAI;IAE1B,8BAA8B;IAC9B,YAAY,EAAE,IAAI;IAClB,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,aAAa,EAAE,IAAI;IACnB,aAAa,EAAE,IAAI;IACnB,SAAS,EAAE,MAAM;IACjB,aAAa,EAAE,IAAI;IACnB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,IAAI;IACnB,cAAc,EAAE,IAAI;IAEpB,qEAAqE;IACrE,4CAA4C;IAC5C,qEAAqE;IACrE,uBAAuB;IACvB,gBAAgB,EAAE,IAAI;IACtB,eAAe,EAAE,KAAK;IACtB,sBAAsB,EAAE,MAAM;IAC9B,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,IAAI;IACrB,uBAAuB,EAAE,MAAM;IAC/B,4BAA4B,EAAE,QAAQ;IACtC,oBAAoB,EAAE,KAAK;IAC3B,gBAAgB,EAAE,KAAK;IACvB,uBAAuB,EAAE,KAAK;IAC9B,oBAAoB,EAAE,KAAK;IAC3B,eAAe,EAAE,KAAK;IACtB,aAAa,EAAE,IAAI;IACnB,6BAA6B,EAAE,eAAe,EAAE,yEAAyE;IACzH,SAAS;IACT,4BAA4B,EAAE,aAAa;IAC3C,eAAe;IACf,aAAa,EAAE,OAAO;IACtB,gBAAgB;IAChB,cAAc,EAAE,MAAM;IACtB,uBAAuB,EAAE,OAAO;IAChC,WAAW,EAAE,IAAI;IACjB,QAAQ,EAAE,IAAI;IACd,WAAW,EAAE,IAAI;IACjB,UAAU,EAAE,IAAI;IAChB,kBAAkB,EAAE,IAAI;IAExB,aAAa;IACb,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,eAAe,EAAE,MAAM;IACvB,YAAY,EAAE,KAAK;IAEnB,0BAA0B;IAC1B,mEAAmE;IACnE,8DAA8D;IAC9D,4CAA4C;IAC5C,UAAU,EAAE,IAAI;IAChB,YAAY,EAAE,MAAM;IACpB,qBAAqB,EAAE,oBAAoB;IAC3C,sBAAsB,EAAE,IAAI;IAC5B,wBAAwB,EAAE,IAAI;IAC9B,gCAAgC,EAAE,SAAS;IAC3C,mCAAmC,EAAE,eAAe;IACpD,wBAAwB,EAAE,MAAM;IAEhC,aAAa;IACb,gBAAgB,EAAE,KAAK;IACvB,cAAc,EAAE,MAAM;IACtB,WAAW,EAAE,IAAI;IACjB,SAAS,EAAE,IAAI;IACf,kBAAkB,EAAE,MAAM;IAC1B,WAAW,EAAE,IAAI;IACjB,WAAW,EAAE,IAAI;IACjB,OAAO,EAAE,IAAI;IACb,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,MAAM;IACrB,UAAU,EAAE,IAAI;IAChB,YAAY,EAAE,IAAI;IAClB,YAAY,EAAE,IAAI;IAClB,uBAAuB,EAAE,MAAM;IAC/B,WAAW,EAAE,KAAK;IAClB,YAAY,EAAE,IAAI;IAClB,WAAW,EAAE,KAAK;IAClB,YAAY,EAAE,KAAK;IACnB,UAAU,EAAE,IAAI;IAChB,SAAS,EAAE,IAAI;IACf,oBAAoB,EAAE,MAAM;IAC5B,UAAU,EAAE,IAAI;IAChB,cAAc,EAAE,MAAM;IACtB,OAAO,EAAE,KAAK;IACd,WAAW,EAAE,MAAM;IACnB,UAAU,EAAE,IAAI;IAChB,mBAAmB,EAAE,OAAO;IAC5B,QAAQ,EAAE,IAAI;IACd,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,IAAI;IACnB,SAAS,EAAE,KAAK;IAChB,YAAY,EAAE,MAAM;IACpB,QAAQ,EAAE,IAAI;IACd,WAAW,EAAE,MAAM;IACnB,WAAW,EAAE,IAAI;IAEjB,cAAc;IACd,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,YAAY,EAAE,IAAI;IAClB,aAAa,EAAE,IAAI;IACnB,WAAW,EAAE,IAAI;IACjB,eAAe,EAAE,IAAI;IAErB,gBAAgB;IAChB,SAAS,EAAE,OAAO;IAClB,QAAQ,EAAE,MAAM;IAChB,iBAAiB,EAAE,MAAM;IACzB,gBAAgB,EAAE,KAAK;IACvB,YAAY,EAAE,MAAM;IACpB,YAAY,EAAE,IAAI;IAClB,wBAAwB,EAAE,KAAK;IAC/B,UAAU,EAAE,MAAM;IAClB,YAAY,EAAE,IAAI;IAClB,UAAU,EAAE,MAAM;IAClB,WAAW,EAAE,KAAK;IAClB,YAAY,EAAE,KAAK;IACnB,SAAS,EAAE,GAAG;IACd,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;IAChB,kBAAkB,EAAE,QAAQ;IAC5B,mBAAmB,EAAE,OAAO;IAC5B,cAAc,EAAE,QAAQ;IACxB,UAAU,EAAE,IAAI;IAChB,UAAU,EAAE,IAAI;IAChB,aAAa,EAAE,IAAI;IACnB,aAAa,EAAE,MAAM;IACrB,YAAY,EAAE,IAAI;IAClB,WAAW,EAAE,MAAM;IACnB,aAAa,EAAE,OAAO;IACtB,kBAAkB,EAAE,QAAQ;IAC5B,cAAc,EAAE,QAAQ;IACxB,mBAAmB,EAAE,QAAQ;IAC7B,iBAAiB,EAAE,MAAM;CAC5B,CAAC,CAAC"}
|
|
@@ -5,6 +5,8 @@ declare const _default: {
|
|
|
5
5
|
loaded_plugin_0: "已加载插件 {0}";
|
|
6
6
|
solution_not_supported_in_watch_mode: string;
|
|
7
7
|
strategy_not_supported_in_watch_mode: string;
|
|
8
|
+
file_0_changed_restarting: "配置文件 {0} 已更改:需要重新启动……";
|
|
9
|
+
file_0_changed_rebuilding: "文件 {0} 已更改:正在重新构建输出……";
|
|
8
10
|
found_0_errors_and_1_warnings: "发现 {0} 个错误和 {1} 个警告";
|
|
9
11
|
output_0_could_not_be_generated: "由于以上错误无法生成 {0} 输出";
|
|
10
12
|
output_0_generated_at_1: "已生成 {0} 输出,位于 {1}";
|
|
@@ -76,6 +78,16 @@ declare const _default: {
|
|
|
76
78
|
reflection_0_tried_to_merge_into_child_1: "反射 {0} 尝试使用 @mergeModuleWith 合并到其子项之一:{1}";
|
|
77
79
|
include_0_in_1_specified_2_resolved_to_3_does_not_exist: "{1} 的注释中 {0} 标签指定了包含 “{2}”,解析为 “{3}”,该文件并不存在或并非文件。";
|
|
78
80
|
include_0_in_1_specified_2_circular_include_3: "{1} 的注释中 {0} 标签指定了包含 “{2}”,导致了循环包含:\n\t{3}";
|
|
81
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件找不到该区域。";
|
|
82
|
+
include_0_tag_in_1_region_2_region_not_supported: "{1} 中的 标签 {0} 指定了 “{2}”,但尚不支持对应的文件扩展名。";
|
|
83
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_close_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的结束注释。";
|
|
84
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_open_not_found: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中找不到该区域的起始注释。";
|
|
85
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_close_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的结束注释出现了多次。";
|
|
86
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_open_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域的起始注释出现了多次。";
|
|
87
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_found_multiple_times: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域出现了多次。";
|
|
88
|
+
include_0_tag_in_1_specified_2_file_3_region_4_region_empty: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中标记为 “{4}” 的区域,但在对应的文件中该区域不包含内容或仅包含空白字符。";
|
|
89
|
+
include_0_tag_in_1_specified_2_file_3_lines_4_invalid_range: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但指定的行范围无效。";
|
|
90
|
+
include_0_tag_in_1_specified_2_file_3_lines_4_but_only_5_lines: "{1} 中的标签 {0} 指定 “{2}” 以包含文件 “{3}” 中的 {4} 行,但该文件只有 {5} 行。";
|
|
79
91
|
custom_css_file_0_does_not_exist: "{0} 处的自定义 CSS 文件不存在";
|
|
80
92
|
custom_js_file_0_does_not_exist: "{0} 处的自定义 JavaScript 文件不存在";
|
|
81
93
|
unsupported_highlight_language_0_not_highlighted_in_comment_for_1: "{1} 的注释中使用了不支持的高亮语言 {0} ,因此该语言将不会被高亮";
|
|
@@ -85,6 +97,7 @@ declare const _default: {
|
|
|
85
97
|
could_not_empty_output_directory_0: "无法清空输出目录 {0}";
|
|
86
98
|
could_not_create_output_directory_0: "无法创建输出目录 {0}";
|
|
87
99
|
theme_0_is_not_defined_available_are_1: "主题“{0}”未定义。可用主题为:{1}";
|
|
100
|
+
router_0_is_not_defined_available_are_1: "路由 “{0}” 未定义。可用的路由为:{1}";
|
|
88
101
|
reflection_0_links_to_1_but_anchor_does_not_exist_try_2: "{0} 链接至 {1},但对应锚点不存在。你是否是指:\n\t{2}";
|
|
89
102
|
no_entry_points_provided: string;
|
|
90
103
|
unable_to_find_any_entry_points: string;
|
|
@@ -94,6 +107,7 @@ declare const _default: {
|
|
|
94
107
|
failed_to_resolve_0_to_ts_path: "无法将 package.json 中的入口点 {0} 解析至 TypeScript 源文件";
|
|
95
108
|
use_expand_or_glob_for_files_in_dir: string;
|
|
96
109
|
glob_0_did_not_match_any_files: "glob {0} 与任何文件均不匹配";
|
|
110
|
+
glob_should_use_posix_slash: string;
|
|
97
111
|
entry_point_0_did_not_match_any_files_after_exclude: "应用排除模式后,glob {0} 没有匹配任何文件";
|
|
98
112
|
entry_point_0_did_not_exist: "提供的入口点 {0} 不存在";
|
|
99
113
|
entry_point_0_did_not_match_any_packages: "入口点 glob {0} 与任何包含 package.json 的目录不匹配";
|
|
@@ -144,6 +158,7 @@ declare const _default: {
|
|
|
144
158
|
help_pretty: string;
|
|
145
159
|
help_emit: string;
|
|
146
160
|
help_theme: string;
|
|
161
|
+
help_router: string;
|
|
147
162
|
help_lightHighlightTheme: string;
|
|
148
163
|
help_darkHighlightTheme: string;
|
|
149
164
|
help_highlightLanguages: string;
|
|
@@ -324,7 +339,6 @@ declare const _default: {
|
|
|
324
339
|
theme_returns: string;
|
|
325
340
|
theme_generated_using_typedoc: string;
|
|
326
341
|
theme_preparing_search_index: string;
|
|
327
|
-
theme_search_index_not_available: string;
|
|
328
342
|
theme_loading: string;
|
|
329
343
|
theme_settings: string;
|
|
330
344
|
theme_member_visibility: string;
|
|
@@ -336,11 +350,15 @@ declare const _default: {
|
|
|
336
350
|
theme_search: string;
|
|
337
351
|
theme_menu: string;
|
|
338
352
|
theme_permalink: string;
|
|
353
|
+
theme_folder: string;
|
|
339
354
|
theme_copy: string;
|
|
340
355
|
theme_copied: string;
|
|
341
356
|
theme_normally_hidden: string;
|
|
342
357
|
theme_hierarchy_expand: string;
|
|
343
358
|
theme_hierarchy_collapse: string;
|
|
359
|
+
theme_search_index_not_available: string;
|
|
360
|
+
theme_search_no_results_found_for_0: "找不到包含 {0} 的结果";
|
|
361
|
+
theme_search_placeholder: string;
|
|
344
362
|
tag_defaultValue: string;
|
|
345
363
|
tag_deprecated: string;
|
|
346
364
|
tag_example: string;
|
|
@@ -413,5 +431,6 @@ declare const _default: {
|
|
|
413
431
|
tag_showCategories: string;
|
|
414
432
|
tag_showGroups: string;
|
|
415
433
|
tag_useDeclaredType: string;
|
|
434
|
+
tag_primaryExport: string;
|
|
416
435
|
};
|
|
417
436
|
export = _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"zh.d.cts","sourceRoot":"","sources":["../../../../src/lib/internationalization/locales/zh.cts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAMA,kBAoiBG"}
|
|
@@ -15,6 +15,7 @@ type TranslationConstraint = [
|
|
|
15
15
|
BuildConstraint<0 | 1>,
|
|
16
16
|
BuildConstraint<0 | 1 | 2>,
|
|
17
17
|
BuildConstraint<0 | 1 | 2 | 3>,
|
|
18
|
-
BuildConstraint<0 | 1 | 2 | 3 | 4
|
|
18
|
+
BuildConstraint<0 | 1 | 2 | 3 | 4>,
|
|
19
|
+
BuildConstraint<0 | 1 | 2 | 3 | 4 | 5>
|
|
19
20
|
];
|
|
20
21
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translatable.d.ts","sourceRoot":"","sources":["../../../src/lib/internationalization/translatable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,oCAAoC,CAAC;AAC9F,OAAO,YAAY,MAAM,kBAAkB,CAAC;AAE5C,MAAM,MAAM,6BAA6B,GACnC;KACG,CAAC,IAAI,MAAM,OAAO,YAAY,GAAG,yBAAyB,CACvD,CAAC,OAAO,YAAY,CAAC,CAAC,CAAC,CAAC,CAC3B;CACJ,GACC,MAAM,CACF,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,CAAC,GAC1B,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,CAAC,GAC3B,CAAC,OAAO,YAAY,CAAC,CAAC,MAAM,CAAC,SAAS,IAAI,MAAM,CAAC,EAAE,GAAG,OAAO,CAAC,EAAE,GAC9D,KAAK,EACT;CAAE,CACL,CAAC;AAEN,KAAK,yBAAyB,CAC1B,CAAC,SAAS,MAAM,EAChB,GAAG,SAAS,GAAG,EAAE,GAAG,EAAE,IACtB,CAAC,SAAS,GAAG,MAAM,IAAI,MAAM,IAAI,MAAM,CAAC,EAAE,GAAG,yBAAyB,CAAC,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,MAAM,CAAC,CAAC,GAC3F,GAAG,CAAC;AAER,MAAM,MAAM,oCAAoC,GAAG;KAC9C,CAAC,IAAI,MAAM,6BAA6B,GAAG,qBAAqB,CAAC,6BAA6B,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;CAChH,CAAC;AAEF,KAAK,eAAe,CAChB,CAAC,SAAS,MAAM,EAChB,GAAG,SAAS,MAAM,GAAG,EAAE,EACvB,CAAC,SAAS,MAAM,GAAG,CAAC,IACpB,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG,GAAG,GAAG,GAAG,MAAM,EAAE,GACvC,CAAC,SAAS,CAAC,GAAG,eAAe,CAAC,OAAO,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,GAAG,GAAG,MAAM,IAAI,CAAC,GAAG,CAAC,GACrE,KAAK,CAAC;AAGV,KAAK,qBAAqB,GAAG;IACzB,MAAM;IACN,eAAe,CAAC,CAAC,CAAC;IAClB,eAAe,CAAC,CAAC,GAAG,CAAC,CAAC;IACtB,eAAe,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC1B,eAAe,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAC9B,eAAe,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IAClC,eAAe,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;CACzC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"translatable.js","sourceRoot":"","sources":["../../../src/lib/internationalization/translatable.ts"],"names":[],"mappings":"AACA,OAAO,YAAY,MAAM,kBAAkB,CAAC;AA6C5C,iGAAiG;AACjG,4FAA4F;AAC5F,0DAA0D;AAC1D,CAAC,EAAE,CAKF,CAAC;AAEF,+FAA+F;AAC/F,2FAA2F;AAC3F,YAIC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
1
|
+
import { type NormalizedPath } from "#utils";
|
|
2
|
+
import type { Reflection } from "./Reflection.js";
|
|
3
|
+
import { ReflectionSymbolId } from "./ReflectionSymbolId.js";
|
|
4
|
+
import type { Deserializer, JSONOutput, Serializer } from "#serialization";
|
|
4
5
|
/**
|
|
5
6
|
* Represents a parsed piece of a comment.
|
|
6
7
|
* @category Comments
|
|
@@ -17,7 +18,7 @@ export type CommentDisplayPart =
|
|
|
17
18
|
/**
|
|
18
19
|
* Represents a code block separated out form the plain text entry so
|
|
19
20
|
* that TypeDoc knows to skip it when parsing relative links and inline tags.
|
|
20
|
-
|
|
21
|
+
*/
|
|
21
22
|
| {
|
|
22
23
|
kind: "code";
|
|
23
24
|
text: string;
|
|
@@ -104,7 +105,7 @@ export declare class CommentTag {
|
|
|
104
105
|
*/
|
|
105
106
|
similarTo(other: CommentTag): boolean;
|
|
106
107
|
clone(): CommentTag;
|
|
107
|
-
toObject(
|
|
108
|
+
toObject(): JSONOutput.CommentTag;
|
|
108
109
|
fromObject(de: Deserializer, obj: JSONOutput.CommentTag): void;
|
|
109
110
|
}
|
|
110
111
|
/**
|
|
@@ -124,9 +125,9 @@ export declare class Comment {
|
|
|
124
125
|
* Helper utility to clone {@link Comment.summary} or {@link CommentTag.content}
|
|
125
126
|
*/
|
|
126
127
|
static cloneDisplayParts(parts: readonly CommentDisplayPart[]): CommentDisplayPart[];
|
|
127
|
-
static serializeDisplayParts(
|
|
128
|
+
static serializeDisplayParts(parts: CommentDisplayPart[]): JSONOutput.CommentDisplayPart[];
|
|
128
129
|
/** @hidden no point in showing this signature in api docs */
|
|
129
|
-
static serializeDisplayParts(
|
|
130
|
+
static serializeDisplayParts(parts: CommentDisplayPart[] | undefined): JSONOutput.CommentDisplayPart[] | undefined;
|
|
130
131
|
static deserializeDisplayParts(de: Deserializer, parts: JSONOutput.CommentDisplayPart[]): CommentDisplayPart[];
|
|
131
132
|
/**
|
|
132
133
|
* Splits the provided parts into a header (first line, as a string)
|
|
@@ -159,7 +160,7 @@ export declare class Comment {
|
|
|
159
160
|
*
|
|
160
161
|
* Note: This field is non-enumerable to make testing comment contents with `deepEqual` easier.
|
|
161
162
|
*/
|
|
162
|
-
sourcePath?:
|
|
163
|
+
sourcePath?: NormalizedPath;
|
|
163
164
|
/**
|
|
164
165
|
* Internal discovery ID used to prevent symbol comments from
|
|
165
166
|
* being duplicated on signatures. Only set when the comment was created
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Comment.d.ts","sourceRoot":"","sources":["../../../src/lib/models/Comment.ts"],"names":[],"mappings":"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"}
|