Viewing profile — satanacchio
satanacchio
HN member- Joined
- Tue, May 16, 2023, 3:37 PM UTC
- HN karma
- 75
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About satanacchio
No profile information was provided.
Recent public activity
- story
-
comment
Comment #42634196
The flag --experimental-strip-types has been enabled by default. Only syntax that dont require transformation is allowed. Syntax that require transformation are enum, namespaces (n…
-
comment
Comment #42632921
Hi I'm the author of this feature, I'll answer to questions.
-
comment
Comment #42513676
Node.js enables --experimental-strip-types by default
- story
-
comment
Comment #41085245
The first reason is because if we supported ts features that require transformation (such as enume) we would also need to support sourcemaps, so in the first iteration I decided no…
-
comment
Comment #41070567
yes but can also be upgraded separately as npm package
-
comment
Comment #41070540
We dont support running .ts files in node_modules, this is one of the main constraints to avoid breaking the ecosystem
-
comment
Comment #41069341
this is the roadmap https://github.com/nodejs/loaders/issues/217 . We talked with the typescript team and we will give each other continous feedback on the progression. We made sur…
-
comment
Comment #41066548
I made it sure to decouple the transpiler from node itself, the transpiler is in a npm package called amaro, that is bundled in node. The goal is to allow user to upgrade amaro ind…
-
comment
Comment #41066492
Hi I'm the author of the PR, AMA