Skip to content

Commit

Permalink
doc: add type stripping to ambassadors program
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Jan 14, 2025
1 parent 5770972 commit 9665f8e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions doc/contributing/advocacy-ambassador-program.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- lint disable prohibited-strings remark-lint-->

* <https://github.com/nodejs/typescript>
* <https://nodejs.org/api/typescript.html>
* <https://nodejs.org/en/learn/typescript/run-natively>
* <https://satanacchio.hashnode.dev/everything-you-need-to-know-about-nodejs-type-stripping>
* <https://github.com/nodejs/amaro>

<!-- lint enable prohibited-strings remark-lint-->

#### Project contacts

* @marco-ippolito

0 comments on commit 9665f8e

Please sign in to comment.