Skip to content

Commit 221f8ee

Browse files
Update meetings/2024-09-11.md
Co-authored-by: Jacob Smith <[email protected]>
1 parent ca7dd3c commit 221f8ee

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

meetings/2024-09-11.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
* Roadmap for experimental TypeScript support [#217](https://github.com/nodejs/loaders/issues/217)
2828
Marco: work going on, some issues on windows arm64 and a PR for typescript support in module mocking.
2929
* Import specifiers in `--experimental-strip-types` [#214](https://github.com/nodejs/loaders/issues/214)
30-
Agreement that node should not perform extension guessing, TypeScript team is working on a module resolution compatible.
31-
Discussion on edge cases of module resolution such as importing .ts files from .js files.
32-
Marco: currently untested but working in Node.js
33-
Daniel: Where could we test edge cases in node.js?
34-
Marco: add test/es-module/test-typescript.mjs in the node repository
35-
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…)
36-
Marco: should we move the meeting once a month?
37-
Daniel: lets keep the meeting twice a month and cancel if no agenda
30+
Agreement that node should not perform extension guessing, TypeScript team is working on a module resolution compatible.
31+
Discussion on edge cases of module resolution such as importing .ts files from .js files.
32+
Marco: currently untested but working in Node.js
33+
Daniel: Where could we test edge cases in node.js?
34+
Marco: add test/es-module/test-typescript.mjs in the node repository
35+
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…)
36+
Marco: should we move the meeting once a month?
37+
Daniel: lets keep the meeting twice a month and cancel if no agenda
3838

3939
## Q&A, Other
4040

0 commit comments

Comments
 (0)