@qualcomm-ui/mdx-vite 1.0.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.
Files changed (121) hide show
  1. package/LICENSE.txt +31 -0
  2. package/dist/angular-demo-plugin/angular-demo-plugin.d.ts +17 -0
  3. package/dist/angular-demo-plugin/angular-demo-plugin.d.ts.map +1 -0
  4. package/dist/angular-demo-plugin/index.d.ts +2 -0
  5. package/dist/angular-demo-plugin/index.d.ts.map +1 -0
  6. package/dist/angular-demo-plugin/virtual.d.ts +5 -0
  7. package/dist/cli.d.ts +2 -0
  8. package/dist/cli.d.ts.map +1 -0
  9. package/dist/cli.js +6347 -0
  10. package/dist/cli.js.map +7 -0
  11. package/dist/docs-plugin/docs-plugin.d.ts +15 -0
  12. package/dist/docs-plugin/docs-plugin.d.ts.map +1 -0
  13. package/dist/docs-plugin/index.d.ts +6 -0
  14. package/dist/docs-plugin/index.d.ts.map +1 -0
  15. package/dist/docs-plugin/internal/config-loader.d.ts +23 -0
  16. package/dist/docs-plugin/internal/config-loader.d.ts.map +1 -0
  17. package/dist/docs-plugin/internal/config-schema.d.ts +46 -0
  18. package/dist/docs-plugin/internal/config-schema.d.ts.map +1 -0
  19. package/dist/docs-plugin/internal/index.d.ts +8 -0
  20. package/dist/docs-plugin/internal/index.d.ts.map +1 -0
  21. package/dist/docs-plugin/internal/search-indexer.d.ts +46 -0
  22. package/dist/docs-plugin/internal/search-indexer.d.ts.map +1 -0
  23. package/dist/docs-plugin/internal/services/doc-props/doc-props-indexer.d.ts +28 -0
  24. package/dist/docs-plugin/internal/services/doc-props/doc-props-indexer.d.ts.map +1 -0
  25. package/dist/docs-plugin/internal/services/doc-props/index.d.ts +2 -0
  26. package/dist/docs-plugin/internal/services/doc-props/index.d.ts.map +1 -0
  27. package/dist/docs-plugin/internal/services/index.d.ts +4 -0
  28. package/dist/docs-plugin/internal/services/index.d.ts.map +1 -0
  29. package/dist/docs-plugin/internal/services/markdown/index.d.ts +6 -0
  30. package/dist/docs-plugin/internal/services/markdown/index.d.ts.map +1 -0
  31. package/dist/docs-plugin/internal/services/markdown/markdown-file-reader.d.ts +28 -0
  32. package/dist/docs-plugin/internal/services/markdown/markdown-file-reader.d.ts.map +1 -0
  33. package/dist/docs-plugin/internal/services/markdown/markdown-indexer.d.ts +27 -0
  34. package/dist/docs-plugin/internal/services/markdown/markdown-indexer.d.ts.map +1 -0
  35. package/dist/docs-plugin/internal/services/markdown/markdown.types.d.ts +10 -0
  36. package/dist/docs-plugin/internal/services/markdown/markdown.types.d.ts.map +1 -0
  37. package/dist/docs-plugin/internal/services/markdown/remark-remove-code-blocks.d.ts +3 -0
  38. package/dist/docs-plugin/internal/services/markdown/remark-remove-code-blocks.d.ts.map +1 -0
  39. package/dist/docs-plugin/internal/services/markdown/remark-remove-jsx.d.ts +3 -0
  40. package/dist/docs-plugin/internal/services/markdown/remark-remove-jsx.d.ts.map +1 -0
  41. package/dist/docs-plugin/internal/services/nav-builder/get-route-meta.d.ts +6 -0
  42. package/dist/docs-plugin/internal/services/nav-builder/get-route-meta.d.ts.map +1 -0
  43. package/dist/docs-plugin/internal/services/nav-builder/index.d.ts +4 -0
  44. package/dist/docs-plugin/internal/services/nav-builder/index.d.ts.map +1 -0
  45. package/dist/docs-plugin/internal/services/nav-builder/nav-builder.d.ts +56 -0
  46. package/dist/docs-plugin/internal/services/nav-builder/nav-builder.d.ts.map +1 -0
  47. package/dist/docs-plugin/internal/services/nav-builder/page-map.d.ts +7 -0
  48. package/dist/docs-plugin/internal/services/nav-builder/page-map.d.ts.map +1 -0
  49. package/dist/docs-plugin/internal/transform-route-meta-array.d.ts +3 -0
  50. package/dist/docs-plugin/internal/transform-route-meta-array.d.ts.map +1 -0
  51. package/dist/docs-plugin/internal/utils.d.ts +17 -0
  52. package/dist/docs-plugin/internal/utils.d.ts.map +1 -0
  53. package/dist/docs-plugin/internal/zod.d.ts +9 -0
  54. package/dist/docs-plugin/internal/zod.d.ts.map +1 -0
  55. package/dist/docs-plugin/mdx-plugins.d.ts +38 -0
  56. package/dist/docs-plugin/mdx-plugins.d.ts.map +1 -0
  57. package/dist/docs-plugin/rehype/index.d.ts +3 -0
  58. package/dist/docs-plugin/rehype/index.d.ts.map +1 -0
  59. package/dist/docs-plugin/rehype/rehype-sectionize.d.ts +11 -0
  60. package/dist/docs-plugin/rehype/rehype-sectionize.d.ts.map +1 -0
  61. package/dist/docs-plugin/rehype/rehype-slug.d.ts +16 -0
  62. package/dist/docs-plugin/rehype/rehype-slug.d.ts.map +1 -0
  63. package/dist/docs-plugin/remark/index.d.ts +5 -0
  64. package/dist/docs-plugin/remark/index.d.ts.map +1 -0
  65. package/dist/docs-plugin/remark/remark-alerts.d.ts +13 -0
  66. package/dist/docs-plugin/remark/remark-alerts.d.ts.map +1 -0
  67. package/dist/docs-plugin/remark/remark-code-tabs.d.ts +7 -0
  68. package/dist/docs-plugin/remark/remark-code-tabs.d.ts.map +1 -0
  69. package/dist/docs-plugin/remark/remark-self-link-headings.d.ts +11 -0
  70. package/dist/docs-plugin/remark/remark-self-link-headings.d.ts.map +1 -0
  71. package/dist/docs-plugin/remark/remark-spoilers.d.ts +31 -0
  72. package/dist/docs-plugin/remark/remark-spoilers.d.ts.map +1 -0
  73. package/dist/docs-plugin/tests/markdown-indexer.spec.d.ts +2 -0
  74. package/dist/docs-plugin/tests/markdown-indexer.spec.d.ts.map +1 -0
  75. package/dist/docs-plugin/tests/remark-slug.spec.d.ts +2 -0
  76. package/dist/docs-plugin/tests/remark-slug.spec.d.ts.map +1 -0
  77. package/dist/docs-plugin/tests/remix-flat-routes.spec.d.ts +2 -0
  78. package/dist/docs-plugin/tests/remix-flat-routes.spec.d.ts.map +1 -0
  79. package/dist/docs-plugin/tests/remix.spec.d.ts +2 -0
  80. package/dist/docs-plugin/tests/remix.spec.d.ts.map +1 -0
  81. package/dist/docs-plugin/tests/utils.d.ts +3 -0
  82. package/dist/docs-plugin/tests/utils.d.ts.map +1 -0
  83. package/dist/docs-plugin/tests/vite-generouted.spec.d.ts +2 -0
  84. package/dist/docs-plugin/tests/vite-generouted.spec.d.ts.map +1 -0
  85. package/dist/docs-plugin/types.d.ts +172 -0
  86. package/dist/docs-plugin/types.d.ts.map +1 -0
  87. package/dist/docs-plugin/virtual.d.ts +5 -0
  88. package/dist/exports.d.ts +7 -0
  89. package/dist/exports.d.ts.map +1 -0
  90. package/dist/index.d.ts +5 -0
  91. package/dist/index.d.ts.map +1 -0
  92. package/dist/index.js +4632 -0
  93. package/dist/index.js.map +7 -0
  94. package/dist/open-web-ui-knowledge/common.d.ts +43 -0
  95. package/dist/open-web-ui-knowledge/common.d.ts.map +1 -0
  96. package/dist/open-web-ui-knowledge/download-knowledge.d.ts +2 -0
  97. package/dist/open-web-ui-knowledge/download-knowledge.d.ts.map +1 -0
  98. package/dist/open-web-ui-knowledge/generate-knowledge.d.ts +4 -0
  99. package/dist/open-web-ui-knowledge/generate-knowledge.d.ts.map +1 -0
  100. package/dist/open-web-ui-knowledge/load-config-from-env.d.ts +3 -0
  101. package/dist/open-web-ui-knowledge/load-config-from-env.d.ts.map +1 -0
  102. package/dist/open-web-ui-knowledge/types.d.ts +54 -0
  103. package/dist/open-web-ui-knowledge/types.d.ts.map +1 -0
  104. package/dist/open-web-ui-knowledge/upload-knowledge.d.ts +2 -0
  105. package/dist/open-web-ui-knowledge/upload-knowledge.d.ts.map +1 -0
  106. package/dist/react-demo-plugin/demo-plugin-constants.d.ts +9 -0
  107. package/dist/react-demo-plugin/demo-plugin-constants.d.ts.map +1 -0
  108. package/dist/react-demo-plugin/demo-plugin-types.d.ts +37 -0
  109. package/dist/react-demo-plugin/demo-plugin-types.d.ts.map +1 -0
  110. package/dist/react-demo-plugin/demo-plugin-utils.d.ts +53 -0
  111. package/dist/react-demo-plugin/demo-plugin-utils.d.ts.map +1 -0
  112. package/dist/react-demo-plugin/generate-lazy-demo-map.d.ts +21 -0
  113. package/dist/react-demo-plugin/generate-lazy-demo-map.d.ts.map +1 -0
  114. package/dist/react-demo-plugin/index.d.ts +6 -0
  115. package/dist/react-demo-plugin/index.d.ts.map +1 -0
  116. package/dist/react-demo-plugin/react-demo-plugin.d.ts +4 -0
  117. package/dist/react-demo-plugin/react-demo-plugin.d.ts.map +1 -0
  118. package/dist/react-demo-plugin/virtual.d.ts +17 -0
  119. package/dist/tsbuildinfo +1 -0
  120. package/lib/cli.js +6 -0
  121. package/package.json +84 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-code-tabs.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/remark/remark-code-tabs.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAe,IAAI,EAAC,MAAM,OAAO,CAAA;AAC7C,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,SAAS,CAAA;AAoInC;;GAEG;AACH,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,EAAE,EAAE,IAAI,CA0D3C,CAAA"}
@@ -0,0 +1,11 @@
1
+ import type { Root } from "mdast";
2
+ import type { Plugin } from "unified";
3
+ export interface RemarkSelfLinkOptions {
4
+ /**
5
+ * @default [2, 3, 4]
6
+ */
7
+ allowedLevels?: number[];
8
+ prefix?: string;
9
+ }
10
+ export declare function remarkSelfLinkHeadings(baseUrl?: string, options?: RemarkSelfLinkOptions | null): Plugin<[], Root>;
11
+ //# sourceMappingURL=remark-self-link-headings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-self-link-headings.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/remark/remark-self-link-headings.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAgB,IAAI,EAAC,MAAM,OAAO,CAAA;AAE9C,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,SAAS,CAAA;AAGnC,MAAM,WAAW,qBAAqB;IACpC;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,EAAE,CAAA;IACxB,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAID,wBAAgB,sBAAsB,CACpC,OAAO,GAAE,MAAW,EACpB,OAAO,CAAC,EAAE,qBAAqB,GAAG,IAAI,GACrC,MAAM,CAAC,EAAE,EAAE,IAAI,CAAC,CAsDlB"}
@@ -0,0 +1,31 @@
1
+ import type { Root } from "mdast";
2
+ import type { Plugin } from "unified";
3
+ interface SpoilerOptions {
4
+ defaultSummary?: string;
5
+ detailsClassName?: string[];
6
+ summaryClassName?: string[];
7
+ }
8
+ /**
9
+ * Transforms spoiler blocks into MDX components.
10
+ *
11
+ * @example
12
+ * ```
13
+ * ::: spoiler Title
14
+ *
15
+ * Content
16
+ *
17
+ * :::
18
+ * ```
19
+ *
20
+ * result:
21
+ *
22
+ * ```jsx
23
+ * <SpoilerRoot>
24
+ * <SpoilerTrigger><p>Title</p></SpoilerTrigger>
25
+ * <SpoilerContent>Content</SpoilerContent>
26
+ * </SpoilerRoot>
27
+ * ```
28
+ */
29
+ export declare const remarkSpoilers: Plugin<[SpoilerOptions?], Root>;
30
+ export {};
31
+ //# sourceMappingURL=remark-spoilers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-spoilers.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/remark/remark-spoilers.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAe,IAAI,EAAC,MAAM,OAAO,CAAA;AAC7C,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,SAAS,CAAA;AAGnC,UAAU,cAAc;IACtB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC3B,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAA;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,CAAC,cAAc,CAAC,CAAC,EAAE,IAAI,CA4F1D,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=markdown-indexer.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markdown-indexer.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/markdown-indexer.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=remark-slug.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remark-slug.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remark-slug.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=remix-flat-routes.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remix-flat-routes.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remix-flat-routes.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=remix.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"remix.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/remix.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ export declare function readJsonSync(path: string): void;
2
+ export declare function writeJsonSync(path: string, contents: any): void;
3
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/utils.ts"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,IAAI,CAE/C;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,GAAG,IAAI,CAE/D"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=vite-generouted.spec.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vite-generouted.spec.d.ts","sourceRoot":"","sources":["../../../src/docs-plugin/tests/vite-generouted.spec.ts"],"names":[],"mappings":""}
@@ -0,0 +1,172 @@
1
+ import type { PageFrontmatter, TocHeading } from "@qualcomm-ui/mdx-common";
2
+ import type { QuiPropTypes } from "@qualcomm-ui/typedoc-common";
3
+ export type RoutingStrategy = "vite-generouted" | ((filePath: string) => string[]);
4
+ /**
5
+ * Side nav item data.
6
+ */
7
+ export interface NavMeta {
8
+ id?: never;
9
+ /**
10
+ * A label that describes a group of nav items.
11
+ */
12
+ sectionTitle?: string;
13
+ /**
14
+ * Render a horizontal separator.
15
+ */
16
+ separator?: boolean;
17
+ }
18
+ export interface RouteMetaEntryInternal extends Pick<PageFrontmatter, "group" | "hideToc" | "hideSideNav" | "hideFromSearch" | "hideBreadcrumbs" | "hidePageLinks" | "hidden" | "sideNavTitle"> {
19
+ /**
20
+ * Nested routes.
21
+ */
22
+ children?: RouteMetaInternal;
23
+ /**
24
+ * If `true`, the side nav item will be expanded on initial load. Does nothing if
25
+ * the entry is a leaf node.
26
+ */
27
+ expanded?: boolean;
28
+ /**
29
+ * Order for the groups within this item's hierarchy.
30
+ */
31
+ groupOrder?: string[];
32
+ /**
33
+ * If specified, the route will be sorted amongst adjacent routes in this order.
34
+ * Adjacent routes are routes at the same depth that share a parent.
35
+ */
36
+ order?: number;
37
+ /**
38
+ * If `true`, the route will be flagged as restricted. This flag does nothing
39
+ * internally. You will need to handle this in your application.
40
+ */
41
+ restricted?: boolean;
42
+ /**
43
+ * This property is only available for top-level items.
44
+ */
45
+ sectionTitle?: never;
46
+ /**
47
+ * This property is only available for top-level items.
48
+ */
49
+ separator?: never;
50
+ /**
51
+ * The title of the item in the side nav. Will be parsed from the page's
52
+ * frontmatter if it is not defined in the RouteMeta.
53
+ */
54
+ title?: string;
55
+ }
56
+ export interface RouteMetaNavInternal {
57
+ /**
58
+ * A label that renders above the item's content.
59
+ */
60
+ sectionTitle?: string;
61
+ /**
62
+ * Whether to render this item as a separator. If this property is supplied, a
63
+ * horizontal separator will be drawn and all content will be ignored.
64
+ */
65
+ separator?: boolean;
66
+ }
67
+ export type RouteMetaInternal = Record<string, RouteMetaEntryInternal>;
68
+ export type NavConfig = RouteMeta | NavMeta;
69
+ export interface RouteMeta extends Omit<RouteMetaEntryInternal, "children" | "order"> {
70
+ /**
71
+ * Nested routes.
72
+ *
73
+ * @inheritDoc
74
+ */
75
+ children?: RouteMeta[];
76
+ /**
77
+ * The path segment for this route.
78
+ */
79
+ id: string;
80
+ /**
81
+ * By default, pages with a RouteMeta are ordered before pages that are not
82
+ * defined. Set this property to `true` to disable that behavior.
83
+ *
84
+ * @default false
85
+ */
86
+ ignoreRouteMetaOrder?: boolean;
87
+ }
88
+ export interface QuiDocsTypeDocOptions {
89
+ /**
90
+ * Whether to include each page's TypeDocProps property documentation in the
91
+ * search index. If this is true, the property documentation for each occurrence
92
+ * of `<TypeDocProps />` will be built into the search index.
93
+ */
94
+ includeInSearchIndex?: boolean | undefined;
95
+ }
96
+ export interface SearchIndexerOptions {
97
+ /**
98
+ * Disable the file cache. This cache stores the result of parsed MDX files based
99
+ * on each file's md5 checksum. On subsequent edits, values are retrieved from the
100
+ * cache and parsing is avoided for files that have not changed.
101
+ */
102
+ disableCache?: boolean;
103
+ /**
104
+ * ToC headings.
105
+ *
106
+ * @default ['h2','h3','h4']
107
+ */
108
+ headings?: TocHeading[];
109
+ /**
110
+ * Optional property for defining nav item hierarchy and page metadata.
111
+ *
112
+ * @inheritDoc
113
+ */
114
+ navConfig?: NavConfig[];
115
+ /**
116
+ * Name of the directory where the MDX pages are located. NOT the full path to the
117
+ * directory.
118
+ */
119
+ pageDirectory: string;
120
+ /**
121
+ * Strategy to use for building each route's path segments. Omit this property if
122
+ * you are using the default {@link https://github.com/kiliman/remix-flat-routes
123
+ * remix-flat-routes} configuration.
124
+ */
125
+ routingStrategy?: RoutingStrategy;
126
+ /**
127
+ * Resolved path to the React Router app directory.
128
+ */
129
+ srcDir: string;
130
+ /**
131
+ * Resolved QUI TypeDoc props.
132
+ */
133
+ typeDocProps?: Record<string, QuiPropTypes>;
134
+ /**
135
+ * Options for TypeDoc property documentation.
136
+ */
137
+ typeDocPropsOptions?: QuiDocsTypeDocOptions;
138
+ }
139
+ export interface QuiDocsConfig extends Omit<SearchIndexerOptions, "srcDir" | "pageDirectory" | "typeDocProps"> {
140
+ /**
141
+ * Root app directory. NOT the full path to the directory.
142
+ *
143
+ * @example 'src'
144
+ *
145
+ * @default 'app'
146
+ */
147
+ appDirectory?: string;
148
+ /**
149
+ * Matched files will not trigger a rebuild on hot update.
150
+ */
151
+ hotUpdateIgnore?: RegExp;
152
+ /**
153
+ * Name of the directory where the MDX pages are located. NOT the full path to the
154
+ * directory. This is relative to the {@link appDirectory}.
155
+ *
156
+ * @default 'routes'
157
+ */
158
+ pageDirectory?: string;
159
+ /**
160
+ * Relative path to the typeDocProps json file. If the `<TypeDocProps />`
161
+ * component is used in an mdx page, the data for its referenced entity will be
162
+ * made available for property documentation rendering.
163
+ *
164
+ * Refer to the {@link https://docs.qui.qualcomm.com/guide/typedoc QUI typedoc guide} to learn more.
165
+ */
166
+ typeDocProps?: string;
167
+ /**
168
+ * Options for TypeDoc property documentation.
169
+ */
170
+ typeDocPropsOptions?: QuiDocsTypeDocOptions;
171
+ }
172
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/docs-plugin/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ declare module "@qualcomm-ui/mdx-vite-plugin" {
2
+ import type {SiteData} from "@qualcomm-ui/mdx-common"
3
+
4
+ export const siteData: SiteData
5
+ }
@@ -0,0 +1,7 @@
1
+ import rehypeMdxCodeProps from "rehype-mdx-code-props";
2
+ import remarkFrontmatter from "remark-frontmatter";
3
+ import remarkGfm from "remark-gfm";
4
+ import remarkMdxFrontmatter from "remark-mdx-frontmatter";
5
+ import { rehypeSlug } from "./docs-plugin/rehype/rehype-slug";
6
+ export { remarkFrontmatter, remarkGfm, remarkMdxFrontmatter, rehypeMdxCodeProps, rehypeSlug, };
7
+ //# sourceMappingURL=exports.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"exports.d.ts","sourceRoot":"","sources":["../src/exports.ts"],"names":[],"mappings":"AAGA,OAAO,kBAAkB,MAAM,uBAAuB,CAAA;AACtD,OAAO,iBAAiB,MAAM,oBAAoB,CAAA;AAClD,OAAO,SAAS,MAAM,YAAY,CAAA;AAClC,OAAO,oBAAoB,MAAM,wBAAwB,CAAA;AAEzD,OAAO,EAAC,UAAU,EAAC,MAAM,kCAAkC,CAAA;AAK3D,OAAO,EACL,iBAAiB,EACjB,SAAS,EACT,oBAAoB,EACpB,kBAAkB,EAClB,UAAU,GACX,CAAA"}
@@ -0,0 +1,5 @@
1
+ export * from "./angular-demo-plugin";
2
+ export * from "./docs-plugin";
3
+ export * from "./exports";
4
+ export * from "./react-demo-plugin";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,eAAe,CAAA;AAC7B,cAAc,WAAW,CAAA;AACzB,cAAc,qBAAqB,CAAA"}