From 9665f8e9d87968169958cf31f3100645561664c0 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Tue, 14 Jan 2025 16:46:54 +0100 Subject: [PATCH 1/3] doc: add type stripping to ambassadors program --- .../advocacy-ambassador-program.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index 5237dadaf09c7e..92193efc91a37e 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -218,3 +218,31 @@ Some of the things to highlight include: * @marco-ippolito You can find their contact email in the [`README.md`](../../README.md#tsc-technical-steering-committee) + +#### Node.js Type Stripping + +##### Goal + +The goal is to raise awareness of the Node.js TypeScript Type Stripping in the JavaScript ecosystem. +Some of the things to highlight include: + +* The new feature and its benefits and limitations. +* The tsconfig.json configuration options to use in combination for type checking. +* New relevant TypeScript compiler options. +* Updates on the implementation advancements. + +#### Related Links + + + +* +* +* +* +* + + + +#### Project contacts + +* @marco-ippolito From 5c5ba04370d54c5a7526d7296577b604e8d72279 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 15 Jan 2025 11:56:17 +0100 Subject: [PATCH 2/3] Update doc/contributing/advocacy-ambassador-program.md Co-authored-by: Antoine du Hamel --- doc/contributing/advocacy-ambassador-program.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index 92193efc91a37e..3a8f585bbad4d7 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -227,8 +227,7 @@ The goal is to raise awareness of the Node.js TypeScript Type Stripping in the J Some of the things to highlight include: * The new feature and its benefits and limitations. -* The tsconfig.json configuration options to use in combination for type checking. -* New relevant TypeScript compiler options. +* The `tsconfig.json` configuration options to use in combination for type checking. * Updates on the implementation advancements. #### Related Links From 095cb9fb7d845580e15b608769178cbf7fbdd4bb Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Wed, 15 Jan 2025 11:56:23 +0100 Subject: [PATCH 3/3] Update doc/contributing/advocacy-ambassador-program.md Co-authored-by: Antoine du Hamel --- doc/contributing/advocacy-ambassador-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index 3a8f585bbad4d7..058a4d7c45cd69 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -226,7 +226,7 @@ You can find their contact email in the [`README.md`](../../README.md#tsc-techni The goal is to raise awareness of the Node.js TypeScript Type Stripping in the JavaScript ecosystem. Some of the things to highlight include: -* The new feature and its benefits and limitations. +* The benefits and limitations of the current implementation. * The `tsconfig.json` configuration options to use in combination for type checking. * Updates on the implementation advancements.