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

Refactor Observer and LimitEnforcer cleaner for... #3114

Merged
merged 2 commits into from
Dec 7, 2024

Commits on Dec 7, 2024

  1. Refactor limitEnforcer from api to Isolate.

    This will return ownership over limitEnforcer from the api class to the
    isolate class.
    danlapid committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    25b4da6 View commit details
    Browse the repository at this point in the history
  2. Refactor observer to split JsgIsolateObserver and IsolateObserver

    This will allow for better separation of responsibilities between the two.
    danlapid committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    550e085 View commit details
    Browse the repository at this point in the history