Giter VIP home page Giter VIP logo

Comments (3)

haltcase avatar haltcase commented on June 19, 2024

This is because currently, positional placeholders work as a sorted arg list. So if there's nothing before this positional placeholder it just becomes the lone argument. I can see how this might be unexpected.

It could change so that unused arguments are added to fill gaps. But right now you can start at any number, which kind of allows for both _`0` and _`1` to mean the first argument. ( zero-based vs. one-based indexing ). We'd probably have to pick either 0 or 1 along with this change.

from babel-plugin-partial-application.

plexigras avatar plexigras commented on June 19, 2024

Oh i understand now.

I still think it would be more intuitive if (_`2` + 0)(1, 2, 3) would return 3.

from babel-plugin-partial-application.

haltcase avatar haltcase commented on June 19, 2024

@plexigras Just FYI I've deprecated this package in favor of param.macro which is a little more focused and won't have the positional placeholder feature. I'll close this since I (personally) won't be making anything but critical fixes to this project.

See #10

from babel-plugin-partial-application.

Related Issues (7)

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.