Viewing profile — tchetwin
tchetwin
HN member- Joined
- Sun, Jan 21, 2018, 8:45 AM UTC
- HN karma
- 17
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About tchetwin
Recent public activity
-
comment
Comment #44783494
https://github.com/nodejs/node/pull/58517 - I think the `semver-major` and the timing mean that it might not be available until v25, around October
-
comment
Comment #41707442
It does! Node uses swc to do this. The swc implementation of blank-spacing (implemented here https://github.com/swc-project/swc/pull/9144 ) was inspired by the author of ts-blank-s…
-
story
Show HN: Stricli – a new TypeScript-type-safe CLI framework
We are excited to announce the release of Stricli, a new framework for developing command line applications with TypeScript. Check out the release post to find out _why_. We’ll be …
-
story
Show HN: ts-blank-space – fast TypeScript type-stripper
We've built a new type-stripping compiler for TypeScript source: `ts-blank-space` It's: * 5.6x faster than `tsc` due to zero-codegen * Written in TypeScript * Uses the official Typ…
-
comment
Comment #39613626
`npx` is a tool that ships alongside `npm` (alongside `node`) that either finds a local installation or performs a just-in-time download, and then runs the default "bin" entrypoint…
-
comment
Comment #35436102
https://www.apple.com/support/systemstatus/ Weather - Issue Today, 4:00 AM - ongoing Some users are affected Next-hour precipitation may be unavailable for Alaska due to a data pro…
- story
-
comment
Comment #27441480
Suspect that should be `npm init astro` or `yarn create astro`. TIL: npm initializers, thanks!
-
comment
Comment #25068623
These rules are currently a not-readily-separable part of our build tooling. To provide earlier feedback for developers we're intending to standardise on an ESLint ruleset that wil…
- story