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

Task/454 implement vm inside happy dom #458

Merged
merged 8 commits into from
Apr 26, 2022

Commits on Apr 14, 2022

  1. Configuration menu
    Copy the full SHA
    a348579 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    69ee9c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    0a670ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    546c10a View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    891372a View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. #454@minor: Solves general problems with globals (Array, Object etc.)…

    … inside a VM by contextifying Window when it is created. Adds a new class called GlobalWindow which lives in the global context and will not be contextified.
    capricorn86 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    1b3a793 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    6e2b915 View commit details
    Browse the repository at this point in the history
  2. #454@major: Makes the Window instance a VM context. Adds support for …

    …a new window called GlobalWindow, that will run in the global context. Changes target language from ES5 to ES2020 (module resolvement will still be CommonJS).
    davidortnercybercom committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    0957ed5 View commit details
    Browse the repository at this point in the history