Skip to content

Commit eaaf924

Browse files
Update meetings/2024-12-18.md
Co-authored-by: Jacob Smith <[email protected]>
1 parent 37dca0e commit eaaf924

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: meetings/2024-12-18.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ Jacob is working on the Publishing TypeScript guide this weekend https://github.
3333

3434
### nodejs/typescript
3535

36-
* Unflag `--experimental-strip-types` [#17](https://github.com/nodejs/typescript/issues/17)
37-
Marco: issue with –eval, unflagging –experimental-strip-types would cause a breaking change in case Node.js was fed with invalid syntax.
38-
Created a PR to keep the current behavior and added explicit input types for typescript syntax
36+
* Unflag `--experimental-strip-types` [#17](https://github.com/nodejs/typescript/issues/17)
37+
* Marco: issue with –eval, unflagging –experimental-strip-types would cause a breaking change in case Node.js was fed with invalid syntax.
38+
* Created a PR to keep the current behavior and added explicit input types for typescript syntax
3939
<https://github.com/nodejs/node/pull/56285>
40-
This should make unflagging possible.
41-
Before unflagging we should create some content on how to publish TypeScript packages, some part of it was done by the TypeScript team. It’s also important to document decision making about `node_modules`.
42-
Augustin: should we mention in the guide, to publish as `esm` or `cjs` or both?
43-
Marco: we should link back to Jakob article on js publishing article, it should be linked but more focused on the ts side rather than general.
44-
Marco: The item on the issue about frontend metaframeworks is currently irrelevant because we don’t allow type stripping in node_modules so they still have to go through a transpilation step.
40+
* This should make unflagging possible.
41+
* Before unflagging we should create some content on how to publish TypeScript packages, some part of it was done by the TypeScript team. It’s also important to document decision making about `node_modules`.
42+
* Augustin: should we mention in the guide, to publish as `esm` or `cjs` or both?
43+
* Marco: we should link back to Jakob article on js publishing article, it should be linked but more focused on the ts side rather than general.
44+
* Marco: The item on the issue about frontend metaframeworks is currently irrelevant because we don’t allow type stripping in node_modules so they still have to go through a transpilation step.
4545

4646
## Q&A, Other
4747

0 commit comments

Comments
 (0)