Giter VIP home page Giter VIP logo

Comments (5)

chriskrycho avatar chriskrycho commented on June 7, 2024

@NullVoxPopuli I think for the examples you give here, having #756 plus a fix to make method dispatch work as expected would solve nicely. You can import noop (or define it) easily enough, and something like flat would "just work" as an instance on the array itself:

let someArray = [[1], [2]];

<template>
  {{(someArray.flat)}}
</template>

(In general, my own inclination is to have Ember focus on the things it specifically brings to the table, while letting lodash etc. handle general JS utility behavior.)

from rfcs.

wagenet avatar wagenet commented on June 7, 2024

I’m closing since there doesn’t seem to be a path forward. However, I will happily reopen if one is proposed!

from rfcs.

NullVoxPopuli avatar NullVoxPopuli commented on June 7, 2024

Using @chriskrycho's suggestion,
atm, with methods on objects, we get an error: Uncaught (in promise) TypeError: can't convert undefined to object

Repro here

from rfcs.

chriskrycho avatar chriskrycho commented on June 7, 2024

Yep, what we need is to see if we can fix method handling so it works the way people expect it to. Namely: if you actually have a reference to an object and call a method on it, that should work, just like in JS. The spec group has talked about this a few times and come up with some possibly workable ideas but we need someone with the relevant knowledge to champion and drive forward that work.

from rfcs.

chriskrycho avatar chriskrycho commented on June 7, 2024

(To clarify, I don’t mean “someone from the community needs to volunteer,” though if someone does that’s awesome and we would try to help get them leveled up. But even on Framework the list of folks with expertise in the Glimmer syntax and semantics needed to drive this and time to work on it specifically is short at present.

from rfcs.

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.