Skip to content

Commit f248024

Browse files
committed
add minutes for September 1st 2022 meeting
Closes: #155
1 parent f0565a5 commit f248024

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Node.js Tooling Group Meeting 2022-09-01
2+
3+
## Links
4+
5+
* **Recording**: https://youtu.be/8_ntlIHnErA
6+
* **GitHub Issue**: https://github.com/nodejs/tooling/issues/155
7+
* **Minutes Google Doc**: https://docs.google.com/document/d/11dOy0hFbn2r8nMaSzKomXPoUJIs2XNfUPqoZZk-LhCM
8+
9+
## Present
10+
11+
* Tooling team: @nodejs/tooling
12+
* Ben Coe (@bcoe)
13+
* Erick Wendell (@erickwendel_)
14+
* Ruy Adorno (@ruyadorno)
15+
16+
## Agenda
17+
18+
### nodejs/tooling
19+
20+
* Promisifying modules [#44250](https://github.com/nodejs/node/pull/44250)
21+
* Confusing to users to have the prefix be required for only the `/promises` implementation
22+
* We should have the TSC vote one: If we're adding a /promises option to an existing module (e.g., inspector, dns), the the non "node:" import will work, along with the "node:dns/promises" import.
23+
* Way to extract metadata from package.json of dependency [#150](https://github.com/nodejs/tooling/issues/150):
24+
* AI point Daniel towards existing work.
25+
* Include SemVer in Node.js [#146](https://github.com/nodejs/tooling/issues/146)
26+
* Standardization of the spec itself is different than the standardization of the implementation
27+
* Are there usecases for semver in the browser? Otherwise it would be hard to find a place for it on W3C / TC39
28+
* Regular failures in test-fs-rmdir-recursive on Windows [#132](https://github.com/nodejs/tooling/issues/132)
29+
* Recursive readdir [#130](https://github.com/nodejs/tooling/issues/130):
30+
* https://github.com/nodejs/node/pull/41439
31+
* Take a look at https://github.com/nodejs/node/blob/9e98797f44664eb264fa8f67500908824d4aec25/lib/internal/fs/dir.js#L130
32+
33+
34+
* parsArgs update:
35+
* https://github.com/pkgjs/parseargs/issues
36+
* https://2ality.com/2022/08/node-util-parseargs.html
37+
38+
## Upcoming Meetings
39+
40+
* **Node.js Project Calendar**: <https://nodejs.org/calendar>
41+
42+
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar.
43+

0 commit comments

Comments
 (0)