Live data from Hacker News

Viewing profile — bushidowarrior

bushidowarrior

HN member
Joined
Mon, Jun 13, 2022, 10:10 AM UTC
HN karma
1
Public activity
2 items

About bushidowarrior

No profile information was provided.

Recent public activity

  1. comment
    Comment #31723403

    There is no way to do that because the v8 engine interprets and compiles JavaScript, not TypeScript. You can use esbuild, which is much faster than webpack. Deno uses swc, which is…

  2. comment
    Comment #31723370

    Here are some of my thoughts: It is using silly naming conventions in filenames as an alternative to specifying routes. eg /users/[name].tsx for /users/:name It uses a manifest fil…