Code Monkey home page Code Monkey logo

Comments (9)

kfranqueiro avatar kfranqueiro commented on August 28, 2024

I would think definitions for this would belong in dojo/loader, except if we still have any thought of being able to interoperate with other loaders, in which case adding an unconditional dependency on a loader you might not use would seem undesirable, and core would be the next best place since most other packages are likely to depend on that.

@edhager, @bryanforbes, thoughts?

from core.

kfranqueiro avatar kfranqueiro commented on August 28, 2024

Also, would this idea actually work for modules, especially in cases where we're exporting individual functions? (i.e. is it even feasible to say that a module's exports collectively implement an interface?)

from core.

kitsonk avatar kitsonk commented on August 28, 2024

Well it appears it exists partially in core/load. I suspect we just need to move some/all of these interfaces somewhere else and dojo/has should implement them.

from core.

kitsonk avatar kitsonk commented on August 28, 2024

load is missing a Normalize interface though.

from core.

kfranqueiro avatar kfranqueiro commented on August 28, 2024

Isn't that just an interface for AMD's require as called by consumers, and not specifically for plugins?

from core.

kitsonk avatar kitsonk commented on August 28, 2024

DOH! You are correct, though I did find it in dojo/loader though. It seems the whole thing is already there, but I know we were trying to avoid a hard dependency on the loader. Is it better located somewhere else?

from core.

bryanforbes avatar bryanforbes commented on August 28, 2024

I wonder if, like lib.d.ts or node.d.ts, there needs to be an amd.d.ts that can be shared by projects that will work with any AMD loader.

from core.

msssk avatar msssk commented on August 28, 2024

Currently, dojo-core has an incomplete AMDRequire interface defined in load.ts. There is a more complete interface defined in dojo/loader, so should we use that (PR)? Or should we extricate AMD definitions into amd.d.ts? Where would amd.d.t.s live (what project)?

from core.

kitsonk avatar kitsonk commented on August 28, 2024

We can close this issue for now and revisit if needed.

from core.

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.