@typespec/tspd 0.76.0-dev.1 → 0.76.0-dev.2
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/src/gen-extern-signatures/components/decorator-signature-type.d.ts +2 -2
- package/dist/src/gen-extern-signatures/components/decorator-signature-type.d.ts.map +1 -1
- package/dist/src/gen-extern-signatures/components/function-signature-type.d.ts +1 -1
- package/dist/src/gen-extern-signatures/components/function-signature-type.d.ts.map +1 -1
- package/package.json +11 -11
|
@@ -8,10 +8,10 @@ export declare function DecoratorSignatureType(props: Readonly<DecoratorSignatur
|
|
|
8
8
|
export interface ParameterTsTypeProps {
|
|
9
9
|
constraint: MixedParameterConstraint;
|
|
10
10
|
}
|
|
11
|
-
export declare function ParameterTsType({ constraint }: ParameterTsTypeProps): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").
|
|
11
|
+
export declare function ParameterTsType({ constraint }: ParameterTsTypeProps): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").AlloyNode | import("@alloy-js/core").Children[] | null;
|
|
12
12
|
export declare function TargetParameterTsType(props: {
|
|
13
13
|
type: Type | undefined;
|
|
14
|
-
}): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").
|
|
14
|
+
}): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").AlloyNode | import("@alloy-js/core").Children[] | null;
|
|
15
15
|
export declare function ValueOfModelTsInterfaceBody({ model }: {
|
|
16
16
|
model: Model;
|
|
17
17
|
}): import("@alloy-js/core").Children;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decorator-signature-type.d.ts","sourceRoot":"","sources":["../../../../src/gen-extern-signatures/components/decorator-signature-type.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,wBAAwB,EACxB,KAAK,EAGL,KAAK,IAAI,EACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,4DAA4D;AAC5D,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,QAAQ,CAAC,uBAAuB,CAAC,qCA2C9E;AA+BD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,wBAAwB,CAAC;CACtC;AACD,wBAAgB,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"decorator-signature-type.d.ts","sourceRoot":"","sources":["../../../../src/gen-extern-signatures/components/decorator-signature-type.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,wBAAwB,EACxB,KAAK,EAGL,KAAK,IAAI,EACV,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AAGjD,MAAM,WAAW,uBAAuB;IACtC,SAAS,EAAE,kBAAkB,CAAC;CAC/B;AAED,4DAA4D;AAC5D,wBAAgB,sBAAsB,CAAC,KAAK,EAAE,QAAQ,CAAC,uBAAuB,CAAC,qCA2C9E;AA+BD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,wBAAwB,CAAC;CACtC;AACD,wBAAgB,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE,oBAAoB,4UAiBnE;AAED,wBAAgB,qBAAqB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,IAAI,GAAG,SAAS,CAAA;CAAE,4UActE;AAyGD,wBAAgB,2BAA2B,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,KAAK,CAAA;CAAE,qCAsBtE"}
|
|
@@ -8,7 +8,7 @@ export declare function FunctionSignatureType(props: Readonly<FunctionSignatureP
|
|
|
8
8
|
export interface ParameterTsTypeProps {
|
|
9
9
|
constraint: MixedParameterConstraint;
|
|
10
10
|
}
|
|
11
|
-
export declare function ParameterTsType({ constraint }: ParameterTsTypeProps): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").
|
|
11
|
+
export declare function ParameterTsType({ constraint }: ParameterTsTypeProps): string | number | boolean | void | import("@alloy-js/core").RenderableObject | import("@alloy-js/core").RefkeyableObject | (() => import("@alloy-js/core").Children) | import("@alloy-js/core").Ref<any, any> | import("@alloy-js/core").CustomContext | import("@alloy-js/core").AlloyNode | import("@alloy-js/core").Children[] | null;
|
|
12
12
|
export declare function ValueOfModelTsInterfaceBody({ model }: {
|
|
13
13
|
model: Model;
|
|
14
14
|
}): import("@alloy-js/core").Children;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"function-signature-type.d.ts","sourceRoot":"","sources":["../../../../src/gen-extern-signatures/components/function-signature-type.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,wBAAwB,EACxB,KAAK,EAIN,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,iBAAiB,CAAC;CAC9B;AAED,kDAAkD;AAClD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,qCAmC5E;AA+BD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,wBAAwB,CAAC;CACtC;AACD,wBAAgB,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"function-signature-type.d.ts","sourceRoot":"","sources":["../../../../src/gen-extern-signatures/components/function-signature-type.tsx"],"names":[],"mappings":"AAEA,OAAO,EAKL,wBAAwB,EACxB,KAAK,EAIN,MAAM,oBAAoB,CAAC;AAG5B,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAGhD,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,iBAAiB,CAAC;CAC9B;AAED,kDAAkD;AAClD,wBAAgB,qBAAqB,CAAC,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,qCAmC5E;AA+BD,MAAM,WAAW,oBAAoB;IACnC,UAAU,EAAE,wBAAwB,CAAC;CACtC;AACD,wBAAgB,eAAe,CAAC,EAAE,UAAU,EAAE,EAAE,oBAAoB,4UAiBnE;AAqFD,wBAAgB,2BAA2B,CAAC,EAAE,KAAK,EAAE,EAAE;IAAE,KAAK,EAAE,KAAK,CAAA;CAAE,qCAsBtE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typespec/tspd",
|
|
3
|
-
"version": "0.76.0-dev.
|
|
3
|
+
"version": "0.76.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec library for generating TypeSpec docs",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"!dist/test/**"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@alloy-js/core": "^0.
|
|
48
|
-
"@alloy-js/markdown": "^0.
|
|
49
|
-
"@alloy-js/typescript": "^0.
|
|
47
|
+
"@alloy-js/core": "^0.24.1",
|
|
48
|
+
"@alloy-js/markdown": "^0.24.0",
|
|
49
|
+
"@alloy-js/typescript": "^0.24.0",
|
|
50
50
|
"@microsoft/api-extractor": "^7.58.1",
|
|
51
51
|
"@microsoft/api-extractor-model": "^7.33.5",
|
|
52
52
|
"@microsoft/tsdoc": "^0.16.0",
|
|
53
53
|
"@microsoft/tsdoc-config": "^0.18.1",
|
|
54
|
-
"@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.
|
|
54
|
+
"@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.11",
|
|
55
55
|
"picocolors": "^1.1.1",
|
|
56
56
|
"prettier": "^3.8.1",
|
|
57
57
|
"typedoc": "^0.28.19",
|
|
@@ -60,11 +60,11 @@
|
|
|
60
60
|
"yargs": "^18.0.0"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@alloy-js/cli": "^0.
|
|
64
|
-
"@alloy-js/rollup-plugin": "^0.1.
|
|
65
|
-
"@types/node": "^
|
|
63
|
+
"@alloy-js/cli": "^0.24.0",
|
|
64
|
+
"@alloy-js/rollup-plugin": "^0.1.2",
|
|
65
|
+
"@types/node": "^26.0.0",
|
|
66
66
|
"@types/yargs": "^17.0.35",
|
|
67
|
-
"@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.
|
|
67
|
+
"@typespec/compiler": "^1.13.0 || >= 1.14.0-dev.11",
|
|
68
68
|
"@typespec/prettier-plugin-typespec": "^1.13.0 || >= 1.14.0-dev.0",
|
|
69
69
|
"@vitest/coverage-v8": "^4.1.3",
|
|
70
70
|
"@vitest/ui": "^4.1.3",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"test:watch": "vitest --watch",
|
|
82
82
|
"test:ui": "vitest --ui",
|
|
83
83
|
"test:ci": "vitest run --coverage --reporter=junit --reporter=default",
|
|
84
|
-
"lint": "
|
|
85
|
-
"lint:fix": "
|
|
84
|
+
"lint": "oxlint . --deny-warnings",
|
|
85
|
+
"lint:fix": "oxlint . --fix"
|
|
86
86
|
}
|
|
87
87
|
}
|