Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(endo): Add search #353

Merged
merged 2 commits into from
Jul 21, 2020
Merged

feat(endo): Add search #353

merged 2 commits into from
Jul 21, 2020

Commits on Jul 21, 2020

  1. feat(endo): Add search

    A Node.js application is a module and its transitive dependencies.
    To provide as close an approximation of Node.js, running an Endo
    application is also the importing of an entry module.
    To construct the compartment graph for the module, the search
    function starts with a path to the module and searches for
    the first parent directory that contains a "package.json".
    
    Node.js does not require there to be a "package.json".
    Neither do web applications using ESM or Deno applications.
    This is a constraint that we might relax in a future version by creating
    a special compartment for entry modules.
    kriskowal committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    604ac78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b59640 View commit details
    Browse the repository at this point in the history