From 57da35e47d0ab15e48c2da23cacc02e89abfe029 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 26 Jan 2024 09:34:30 +0100 Subject: [PATCH 1/3] add type definition generator information to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c6f05e7..1b12461a 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ If you want to make a full text review on the spec or other files, follow the st ## TypeScript Definitions The specification uses WebIDL definitions, but [TypeScript definititions](./typescript) are also available. +We use to generate the TypeScript definitions. ## Task Force Meeting Logistics From 7702d0d761c4f357c7ae76b755b4b334801551b7 Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 26 Jan 2024 17:33:37 +0100 Subject: [PATCH 2/3] Update README.md Co-authored-by: danielpeintner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b12461a..910fedfa 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you want to make a full text review on the spec or other files, follow the st ## TypeScript Definitions The specification uses WebIDL definitions, but [TypeScript definititions](./typescript) are also available. -We use to generate the TypeScript definitions. +We use to generate the TypeScript definitions for [wot-thing-description-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-description) and [wot-thing-models-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-model). ## Task Force Meeting Logistics From b976127ada429da0a661415305898b03f57dd65c Mon Sep 17 00:00:00 2001 From: Ege Korkan Date: Fri, 26 Jan 2024 17:34:32 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910fedfa..cd5b85d0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you want to make a full text review on the spec or other files, follow the st ## TypeScript Definitions The specification uses WebIDL definitions, but [TypeScript definititions](./typescript) are also available. -We use to generate the TypeScript definitions for [wot-thing-description-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-description) and [wot-thing-models-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-model). +We use [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) to generate the TypeScript definitions for [wot-thing-description-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-description) and [wot-thing-models-types](https://github.com/w3c/wot-scripting-api/tree/main/typescript/thing-model). ## Task Force Meeting Logistics