Giter VIP home page Giter VIP logo

Comments (7)

lukastaegert avatar lukastaegert commented on July 24, 2024 1

Building Rollup without Rollup would indeed be something nice. I wonder if we could create a bootstrap build using https://www.npmjs.com/package/vite-node, but this would still rely on the native code of esbuild for the TypeScript conversion and would probably not solve your problems.

from rollup.

lukastaegert avatar lukastaegert commented on July 24, 2024

This would require people to set up a Rust toolchain on their system with the correct nightly version, which is non-trivial. Basically they need to follow the CONTRIBUTING.md file. Not sure if anyone would want to go through that hassle.

You can easily try this out yourself, just install Rollup directly from GitHub, i.e. npm install rollup/rollup#master to install from master.
Using tags, you would be able to install any specific version from GitHub that way, e.g. npm i rollup/rollup#v4.12.1.

from rollup.

Kreijstal avatar Kreijstal commented on July 24, 2024

not sure if you guys want to go through the hassle of supporting every platform in existence :)

from rollup.

xbjfk avatar xbjfk commented on July 24, 2024

Hey, sorry it took so long for me to get back to you - I appreciate you response.

This would require people to set up a Rust toolchain on their system with the correct nightly version, which is non-trivial.

I absolutely agree, and I think the default should be the binaries.

The main problem I'm having is none of the binary versions run on my system; as you suggested, I tried to compile from git - but from what I can tell it depends on a previous version of rollup to build (?) - which won't run on my system - the .node file successfully compiled however. Is there any way to bootstrap rollup without a previous version of rollup?

It would also be nice not to manage npm overrides for the git version, but I'm focused on getting any version running natively for now.

from rollup.

xbjfk avatar xbjfk commented on July 24, 2024

Actually, I think it might solve my problem, since I am able to compile esbuild from scratch (with go build) - I'm pretty sure esbuild does not need to be bootstrapped.

from rollup.

Kreijstal avatar Kreijstal commented on July 24, 2024

Building Rollup without Rollup would indeed be something nice. I wonder if we could create a bootstrap build using https://www.npmjs.com/package/vite-node, but this would still rely on the native code of esbuild for the TypeScript conversion and would probably not solve your problems.

Reminds me of https://guix.gnu.org/en/blog/2023/the-full-source-bootstrap-building-from-source-all-the-way-down/

from rollup.

Et7f3 avatar Et7f3 commented on July 24, 2024

May I ask @xbjfk what is your OS triplet ? Do you want I cross compile a reproducible rollup (in CI so you can trust binary)

from rollup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.