Hacker Newsnew | past | comments | ask | show | jobs | submit | tchetwin's commentslogin

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


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-space here: https://gist.github.com/acutmore/27444a9dbfa515a10b25f0d4707.... It has just taken a little longer to release the original implementation.


`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 for the package.

Newer versions of `npx` (last few years) will prompt the user before installing a package. Older versions did not. Note that installing the package can run arbitrary scripts as a side effect with at least the level of permission of the current user, so there is implicit trust required of the author, and the authors of all transitive dependencies.


Thanks. Unfamiliar with the Node ecosystem, that escaped me


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 provider outage.


Suspect that should be `npm init astro` or `yarn create astro`.

TIL: npm initializers, thanks!


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 will probably comprise the `no-restricted-syntax` rule: https://eslint.org/docs/rules/no-restricted-syntax


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: