GithubHelp home page GithubHelp logo

Comments (4)

keyvan-m-sadeghi avatar keyvan-m-sadeghi commented on May 30, 2024

@rogueturnip the project currently uses babel for backward compatibility with node 4 and being able to use ES6 JS syntax. Babel transforms async/await to generators, that's how it works with older versions of node.

I could create an @next tag on npm that works only with Node 7+ (just like Koa), and drop generators transformation, will that solve any specific issues you may be facing?

from agenda-rest.

rogueturnip avatar rogueturnip commented on May 30, 2024

That would be a perfect solution. I didn't realize that was what being done by babel.

from agenda-rest.

keyvan-m-sadeghi avatar keyvan-m-sadeghi commented on May 30, 2024

@rogueturnip done, there is now a next branch and a next tag on npm:

npm install agenda-rest@next

you'd need node 7.6+ for this version.

Please feel free to re-open if you faced any further issues.

from agenda-rest.

keyvan-m-sadeghi avatar keyvan-m-sadeghi commented on May 30, 2024

UPDATE

The current babel setup uses the "env" preset and "node": "current", hence only adding the transforms needed for the node version that is being used. Accordingly, the @next tag and the corresponding branch (deleted) are now obsolete.

from agenda-rest.

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.