GithubHelp home page GithubHelp logo

Comments (2)

bmeck avatar bmeck commented on September 22, 2024

I'm not sure I understand the question. If you provide a context it uses that context. In JS (browser and in Node) a context has a completely new set of builtins (Array constructor etc.) and each of those has a unique identity. What you are describing seems to be the Identity Discontinuity that is known as part of the language due to browser history but becoming part of the language design itself.

from modules.

d3x0r avatar d3x0r commented on September 22, 2024

Yes; Identify Discontinuity is what this is about....
I guess I just want vm.CreateContext(globalThis) (err no, that doesn't seem to work either).
If I was deliberately separating contexts I'd be less annoyed; but this code should just work within the current context, extending some existing object in the existing context...
And then I'd love to be able to just return import(spec) for newModule.link( (spec,ref)=>import(spec)) or have SyntheticModule just take an object as a reference and do all the key looping itself.... (the actual code only actually does a native import if there's no leading '/')

from modules.

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.