Live data from Hacker News

Viewing profile — satanacchio

satanacchio

HN member
Joined
Tue, May 16, 2023, 3:37 PM UTC
HN karma
75
Public activity
11 items

About satanacchio

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. comment
    Comment #42632921

    Hi I'm the author of this feature, I'll answer to questions.

  4. comment
    Comment #42513676

    Node.js enables --experimental-strip-types by default

  5. story
  6. 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…

  7. comment
    Comment #41070567

    yes but can also be upgraded separately as npm package

  8. comment
    Comment #41070540

    We dont support running .ts files in node_modules, this is one of the main constraints to avoid breaking the ecosystem

  9. 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…

  10. 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…

  11. comment
    Comment #41066492

    Hi I'm the author of the PR, AMA