Giter Club home page Giter Club logo

Comments (3)

reinholdk avatar reinholdk commented on June 18, 2024 2

I see, the proposed workaround is working for me. So adding it to the documentation is probably a good idea.

Thanks for the quick response!

from binding.

reinholdk avatar reinholdk commented on June 18, 2024

Looks like a regression introduced by #689

from binding.

fkleuver avatar fkleuver commented on June 18, 2024

Hi @reinholdk, in principle we follow a subset of the ECMAScript specification for our expression syntax, with the exception of the operators | and & (for value converters and binding behaviors, respectively). This is specified in the expression syntax documentation

For parts of the ECMAScript specification that we have not implemented in the parser, you are technically able to write invalid JavaScript but this is not supported. In that sense the PR you are linking to is a bugfix rather than a regression.

We did a major version bump to account for the fact that it might break some apps that use invalid JavaScript syntax but technically it is also an oversight on our part to explicitly specify this as a breaking change. Apologies for that.

In any case, I would strongly recommend you to change the variable name since in is (as per the specification) a reserved keyword. You would get the exact same error if you entered in.something in the browser console or a JavaScript REPL.

edit
Alternatively, if you must use the variable name in for one reason or the other, you can make it valid by turning it into a member expression like so: value.bind="$this.in.name". The functionality of the expression stays the same, and since reserved keywords are allowed as property names, it should work again.

We should probably add this to the documentation as a proposed workaround.

from binding.

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.