Code Monkey home page Code Monkey logo

Comments (2)

desandro avatar desandro commented on August 19, 2024

Hello! Thanks for this suggestion. I'm currently using ES5 so I can support IE11 #57. Zdog v2 will likely be re-written in ES6+.

As for rollup & transpiling. See my comment #22 (comment)

from zdog.

partynikko avatar partynikko commented on August 19, 2024

Hi, thanks for reply.

I understand your argument but I don't agree. You can still get proper and full IE11 support with transpilation presets and polyfills (although I think we should ditch IE11 but that's more of a personal opinion). You won't have to debug the transpiled code and you'll have a lot of gains from using a bundler. rollup for instance doesn't clutter your bundle like certain other bundlers, code becomes pretty clean and neat.

For instance, producing three different bundles (.umd, .cjs, .esm) will give you bundles that are runnable in the browser, node and for other bundlers. The latter will let us developers who are using bundlers to take advantage of tree shaking, proper import/exports, not having to pollute with global variables and much more. Also for users that are stripping kilobytes this is necessary as importing a complete library without tree shaking just brings unused code.

If you're still not sold on the idea of having a bundler transpiling the code to the correct targets allow me to show what can be done. Even if you perhaps wouldn't like the idea yourself, I assure you that the users of this library would appreciate it (especially ES modules (.esm)) and it should therefore be considered (I would certainly love it). I can also see that there's a lot of duplicate code in the source code that could be taken care of using ES6/bundlers so you would end up with a reduced library size.

Hope you are open to this, would be fun and interesting.
If you have any other questions let me know 😊

Thanks
BR

from zdog.

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.