-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77868a2
commit ca61bbf
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
# Node.js Technical Steering Committee (TSC) Meeting 2023-09-20 | ||
|
||
## Links | ||
|
||
* **Recording**: <https://www.youtube.com/watch?v=2bcNgZ5MsGs> | ||
* **GitHub Issue**: <https://github.com/nodejs/TSC/issues/1440> | ||
|
||
## Present | ||
|
||
* Yagiz Nizipli @anonrig (voting member) | ||
* Benjamin Gruenbaum @benjamingr (voting member) | ||
* Colin Ihrig @cjihrig (voting member) | ||
* Geoffrey Booth @GeoffreyBooth (voting member) | ||
* Moshe Atlow @MoLow (voting member) | ||
* Tobias Nießen @tniessen (voting member) | ||
|
||
## Agenda | ||
|
||
### Announcements | ||
|
||
### CPC and Board Meeting Updates | ||
|
||
*Extracted from **tsc-agenda** labeled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
### nodejs/node | ||
|
||
* Downgrade to npm v9.6.4 or v9.6.5 to avoid potential licensing issues [#49625](https://github.com/nodejs/node/issues/49625) | ||
|
||
Resolved, foundation is looking into licensing issue. | ||
|
||
* module: support ES modules without file extension within `module` scope [#49531](https://github.com/nodejs/node/pull/49531) | ||
|
||
In progress, per discussion on thread we’re hoping to land `--experimental-type` first and ship the unflagged support within module scope after. | ||
|
||
* websocket: proposal for a new core module [#49478](https://github.com/nodejs/node/pull/49478) | ||
|
||
Blocked, nothing for TSC to do here. | ||
|
||
### nodejs/TSC | ||
|
||
* Removing `primordials` from Node.js project [#1438](https://github.com/nodejs/TSC/issues/1438) | ||
|
||
In progress, input encouraged. | ||
|
||
* Additions to `import.meta` [#1430](https://github.com/nodejs/TSC/issues/1430) | ||
|
||
WinterCG registry exists, we need to put our proposal there and then our PR can land. | ||
|
||
### nodejs/admin | ||
|
||
* Create `nodejs/socket` repository for Node.js implementation of Cloudflare's Socket API [#826](https://github.com/nodejs/admin/issues/826) | ||
|
||
Not acting on this week. Leave on the agenda for next week. |