From 6381e0761d7b6002e799a1f5846748604bd99568 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 16 Jan 2025 18:26:55 +0100 Subject: [PATCH] doc: add type stripping to ambassadors program MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/56598 Reviewed-By: James M Snell Reviewed-By: Ulises Gascón Reviewed-By: Chengzhong Wu Reviewed-By: Matteo Collina --- .../advocacy-ambassador-program.md | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/doc/contributing/advocacy-ambassador-program.md b/doc/contributing/advocacy-ambassador-program.md index 5237dadaf09c7e..058a4d7c45cd69 100644 --- a/doc/contributing/advocacy-ambassador-program.md +++ b/doc/contributing/advocacy-ambassador-program.md @@ -218,3 +218,30 @@ 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 benefits and limitations of the current implementation. +* The `tsconfig.json` configuration options to use in combination for type checking. +* Updates on the implementation advancements. + +#### Related Links + + + +* +* +* +* +* + + + +#### Project contacts + +* @marco-ippolito