-
Notifications
You must be signed in to change notification settings - Fork 1
doc: add minute for 2024-09-11 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,47 @@ | ||
# Node.js TypeScript team Meeting 2024-09-11 | ||
|
||
## Links | ||
|
||
* **Recording**: <https://zoom.us/rec/share/eA8K10ETFcnDglQkLbkLWY6R4R3YYORlKOArX20T8ySn1wwfTVK2sis37gupFQTe.J__nw-PJGcSCRhO_> | ||
* **GitHub Issue**: <https://github.com/nodejs/typescript/issues/8> | ||
|
||
## Present | ||
|
||
* Typescript team: @nodejs/typescript | ||
* Marco Ippolito: @marco-ippolito | ||
* Andrew Branch: @andrewbranch | ||
* Jake Bailey: @jakebailey | ||
* Ryan Cavanaugh: @RyanCavanaugh | ||
* Daniel Rosenwasser: @DanielRosenwasser | ||
* Jacob Smith: @JakobJingleheimer | ||
* Michael Dawson: @mhdawson | ||
|
||
## Agenda | ||
|
||
## Announcements | ||
|
||
* Extracted from **typescript-agenda** labelled issues and pull requests from the **nodejs org** prior to the meeting. | ||
|
||
### nodejs/loaders | ||
|
||
* Roadmap for experimental TypeScript support [#217](https://github.com/nodejs/loaders/issues/217) | ||
Marco: work going on, some issues on windows arm64 and a PR for typescript support in module mocking. | ||
* Import specifiers in `--experimental-strip-types` [#214](https://github.com/nodejs/loaders/issues/214) | ||
Agreement that node should not perform extension guessing, TypeScript team is working on a module resolution compatible. | ||
Discussion on edge cases of module resolution such as importing .ts files from .js files. | ||
Marco: currently untested but working in Node.js | ||
Daniel: Where could we test edge cases in node.js? | ||
Marco: add test/es-module/test-typescript.mjs in the node repository | ||
Andrew: working on a module resolution for node compatibility but there are some edge cases, so need to figure out how handle those (errors, warning etc…) | ||
Marco: should we move the meeting once a month? | ||
Daniel: lets keep the meeting twice a month and cancel if no agenda | ||
|
||
## Q&A, Other | ||
|
||
The codemode to fix specifiers in existing TypeScript projects is nearly ready for user testing; confirmed against happy-paths, monorepos (npm & yarn, but not pnpm, which behaves in a non-standard way). Testing again multiple real-world projects completed successfully. Now testing against Puppeteer's repo. | ||
|
||
## Upcoming Meetings | ||
|
||
* **Node.js Project Calendar**: <https://nodejs.org/calendar> | ||
|
||
Click `+GoogleCalendar` at the bottom right to add to your own Google calendar. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.