Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
doc: add type stripping to ambassadors program
  • Loading branch information
marco-ippolito committed Jan 14, 2025
commit 9665f8e9d87968169958cf31f3100645561664c0
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.
Comment thread
marco-ippolito marked this conversation as resolved.
Outdated
* The tsconfig.json configuration options to use in combination for type checking.
* New relevant TypeScript compiler options.
Comment thread
marco-ippolito marked this conversation as resolved.
Outdated
* 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