From 9665f8e9d87968169958cf31f3100645561664c0 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Tue, 14 Jan 2025 16:46:54 +0100 Subject: [PATCH] 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