@typespec/html-program-viewer 0.71.0-dev.0 → 0.71.0-dev.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/react/index.js
CHANGED
|
@@ -31346,12 +31346,12 @@ var MutatorFlow;
|
|
|
31346
31346
|
|
|
31347
31347
|
const [getSummary, setSummary] = useStateMap(createStateSymbol("summary"));
|
|
31348
31348
|
/**
|
|
31349
|
-
*
|
|
31349
|
+
* `@doc` attaches a documentation string. Works great with multi-line string literals.
|
|
31350
31350
|
*
|
|
31351
|
-
* The first argument to
|
|
31351
|
+
* The first argument to `@doc` is a string, which may contain template parameters, enclosed in braces,
|
|
31352
31352
|
* which are replaced with an attribute for the type (commonly "name") passed as the second (optional) argument.
|
|
31353
31353
|
*
|
|
31354
|
-
*
|
|
31354
|
+
* `@doc` can be specified on any language element -- a model, an operation, a namespace, etc.
|
|
31355
31355
|
*/
|
|
31356
31356
|
const $doc = (context, target, text, sourceObject) => {
|
|
31357
31357
|
validateDecoratorUniqueOnNode(context, target, $doc);
|
|
@@ -34300,7 +34300,7 @@ let manifest;
|
|
|
34300
34300
|
try {
|
|
34301
34301
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
34302
34302
|
// @ts-ignore
|
|
34303
|
-
manifest = (await import('../manifest-
|
|
34303
|
+
manifest = (await import('../manifest-Cf9CSWMa.js')).default;
|
|
34304
34304
|
}
|
|
34305
34305
|
catch {
|
|
34306
34306
|
const name = "../dist/manifest.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/html-program-viewer",
|
|
3
|
-
"version": "0.71.0-dev.
|
|
3
|
+
"version": "0.71.0-dev.1",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for emitting an html view of the program.",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@typespec/compiler": "^1.0.0"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@fluentui/react-components": "~9.
|
|
42
|
+
"@fluentui/react-components": "~9.63.0",
|
|
43
43
|
"@fluentui/react-icons": "^2.0.292",
|
|
44
44
|
"@fluentui/react-list": "^9.1.2",
|
|
45
45
|
"react": "~18.3.1",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@types/react": "~18.3.11",
|
|
56
56
|
"@types/react-dom": "~18.3.0",
|
|
57
57
|
"@typespec/compiler": "^1.0.0",
|
|
58
|
-
"@vitejs/plugin-react": "~4.
|
|
58
|
+
"@vitejs/plugin-react": "~4.4.1",
|
|
59
59
|
"@vitest/coverage-v8": "^3.1.2",
|
|
60
60
|
"@vitest/ui": "^3.1.2",
|
|
61
61
|
"c8": "^10.1.3",
|