Skip to content

Commit

Permalink
Update meetings/2024-09-11.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Smith <[email protected]>
  • Loading branch information
marco-ippolito and JakobJingleheimer committed Sep 16, 2024
1 parent ca7dd3c commit 221f8ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions meetings/2024-09-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
* 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
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

Expand Down

0 comments on commit 221f8ee

Please sign in to comment.