Re: Non-bootstrappable NPM packages

2024-02-20 Thread Development of GNU Guix and the GNU System distribution.
On 2024-02-20 20:04, Jelle Licht wrote: > Nicolas Graves writes: > >> On 2019-07-24 15:41, Jelle Licht wrote: >> >>> Timothy Sample writes: >>> >>> [snip] >>> I’ve come to think that bootstrapping JavaScript might be easier than it looks. As time goes on, Node gets better at the newer

Re: Non-bootstrappable NPM packages

2024-02-20 Thread Development of GNU Guix and the GNU System distribution.
Hi there not sure if this was mentioned here but in case it wasn't — there was a proof of concept packaging of sucrase and jQuery as early as in 2022. You can see the relevant thread here[1]. So, yes, it's definitely easier than it seems (and easier than some used to describe it) — the only probl

Re: Non-bootstrappable NPM packages

2024-02-20 Thread Jelle Licht
Nicolas Graves writes: > On 2019-07-24 15:41, Jelle Licht wrote: > >> Timothy Sample writes: >> >> [snip] >> >>> I’ve come to think that bootstrapping JavaScript might be easier than it >>> looks. As time goes on, Node gets better at the newer JavaScript >>> features. This removes the need for

Re: Non-bootstrappable NPM packages

2024-02-07 Thread Timothy Sample
Heyo, Nicolas Graves writes: > Did someone made some progress on the build-system since that to allow > for this to be taken into account? If you still have it, could you share > your "fiio" packages once again? The paste link is expired. Thanks! To my knowledge (it’s two years old now, so mayb

Re: Non-bootstrappable NPM packages

2024-02-07 Thread Development of GNU Guix and the GNU System distribution.
On 2019-07-24 15:41, Jelle Licht wrote: > Timothy Sample writes: > > [snip] > >> I’ve come to think that bootstrapping JavaScript might be easier than it >> looks. As time goes on, Node gets better at the newer JavaScript >> features. This removes the need for things like Babel or Rollup, since

Re: Non-bootstrappable NPM packages

2019-07-24 Thread Timothy Sample
Hi Jelle, Jelle Licht writes: > Timothy Sample writes: > > [snip] > >> I’ve come to think that bootstrapping JavaScript might be easier than it >> looks. As time goes on, Node gets better at the newer JavaScript >> features. This removes the need for things like Babel or Rollup, since >> with

Re: Non-bootstrappable NPM packages

2019-07-24 Thread Jelle Licht
Timothy Sample writes: [snip] > I’ve come to think that bootstrapping JavaScript might be easier than it > looks. As time goes on, Node gets better at the newer JavaScript > features. This removes the need for things like Babel or Rollup, since > with some care, Node can run the source directl