From 5f5f9cb0150ce74a5f03be044e0019f3a3c27bba Mon Sep 17 00:00:00 2001 From: btea <2356281422@qq.com> Date: Fri, 1 Aug 2025 14:19:44 +0800 Subject: [PATCH] doc: add WDYT to glossary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/59280 Reviewed-By: Jason Zhang Reviewed-By: Darshan Sen Reviewed-By: Luigi Pinca Reviewed-By: Ulises Gascón --- glossary.md | 1 + 1 file changed, 1 insertion(+) diff --git a/glossary.md b/glossary.md index 3c5369d5d9c..fe3b8b6e880 100644 --- a/glossary.md +++ b/glossary.md @@ -99,6 +99,7 @@ This file documents various terms and definitions used throughout the Node.js co various aspects of the web ecosystem. * **WASI**: [Web Assembly System Interface][] - Interface for WebAssembly. * **WASM**: Web Assembly - Binary instruction format for a stack-based virtual machine. +* **WDYT**: What Do You Think? * **WG**: Working Group - Autonomous teams in the project with specific focus areas. * **WHATWG**: [Web Hypertext Application Technology Working Group][] - Community developing web standards. * **WIP**: Work In Progress - Unfinished work that may be worth an early look.